@charset "shift_jis";

/*2014塾長講演会特集記事

color main #e5e5e5(gray) #cc0000(red)

*/

/*------全体　900px= 20px+ 860px( 20px+820px+20px ）+20px ----------*/

#wrapper{
background-color: #ffffff;
padding-top:20px;
width: 900px;
margin:0 auto;
text-align:left;
}


#page{
padding:0px 20px;}/* #wrapper900-20-20=860px */

#page p,
#page ol{
padding:4px 0px;
line-height:180%;
}


.section{
margin:0px 20px;/* #page860-20-20=820px */
}




/*リンク　topic_okiteと同じ*/
a{
	color:#336699;
	text-decoration: underline;
	font-weight: lighter;
}
	
a:active,a:hover{
	color: #336699;
	font-weight: bold;		
	}

/* --- ヘッダ --- */
#page #header{
width:860px;
margin:0px auto;
overflow:hidden;
position:relative; }



/* --- タイトル --- */
#header #sub-header{
margin:0px auto 10px;
padding:0px;
width:860px;
height:60px;
overflow:hidden;
position:relative;
background:url(../img/title.gif) no-repeat bottom; }

#header #sub-header h1{
margin-top:200px;}



/*------slide----------*/


#slideArea {
	margin: 0 auto;
	width: 860px;
	height: 644px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#slideArea img {
	top: 0;
	left: 0;
	position: absolute;
}	


/*インデックスメニュー　hover切替　*/

	.mainNav{	
	width:860px;
	height:60px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	clear:both;	
	}

	
	.mainNav ul{
	margin:0px;
	padding:0px;}
	
	.mainNav li{
	float:left;}
	
	.mainNav li a{
	color:#000000;	
	display:block;
    margin-left:10px;
	width:260px;
	background-color:#f5f5f5;
	border-bottom:5px solid #e5e5e5;
	text-decoration:none;
	font-size:110%;
	padding:10px 0px 4px;
	text-align:center;	
	}
	
	
	.mainNav li a.firstnav{
	margin-left:0px;
	width:50px;
	text-indent:none;
	background:url(../img/toppage.png) no-repeat top center;
	text-indent:-9999px;
	background-color:#f5f5f5;}
	
		
	.mainNav li a:hover{
	border-bottom:5px solid #cc0000;
	font-weight:normal;}	
		
    
	.mainNav li a span{/*準備中*/
	color:#666;
	font-size:80%;
	text-decoration:none;
	padding-left:8px;
	}
	
	

/* 見出し */

h2.mN{
margin-top:20px;
border-bottom:3px solid #e5e5e5;
border-left:none;
font-weight:normal;
}

/*---概要  */

	dl.outline{	
	margin:20px 0px 20px 40px;
	padding:4px 0px;
	width:80%;}
	
	dl.outline span{
	font-weight:bold;}
	
	dl.outline dt{
		width:5em;
		float:left;
		text-align:left;
		display:block;
		padding-left:20px;
		padding-bottom:8px;				
		margin-bottom:8px;
		line-height: 120%;
		border-bottom:#e5e5e5 solid 1px;
		clear:both;
	}
	
	
	
	dl.outline dd{
		display:block;
		margin-right:20px;
		padding-left:20px;
		padding-bottom:8px;	
		overflow:hidden;
		margin-bottom:8px;
		line-height: 120%;
		border-bottom:#e5e5e5 solid 1px;
		}


/*画像リスト　1画像 横幅720px*/
.img_one{
text-align:center;clear:both;}

.img_one p{ /* キャプション用*/
margin:0px;
font-size:92%;
color:#333333;}		
		

/*---sign,date
	----------------------------------------------------*/
	.sign{
	padding:20px 30px 0px 0px;
	text-align:right;
	font-size:90%;
	clear:both;
	}

    .date{
	padding:20px 30px 0px 0px;
	text-align:right;
	font-size:98%;
	color:#666666;clear:both;
	
	}		
	
/*画像リストサムネイル212px×4画像 横幅860px*/

.img4Column{
	width:860px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
        margin-bottom:20px;
	overflow:hidden!important;
	clear:both;
	}

.img4Column img{
float:left;
margin-right:4px;}


.img4Column img.m0{
float:left;
margin-right:0px;}	


.imgR {
	float: right;
	margin: 0 5px 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}