@charset "utf-8";
/* CSS Document */

/********
edu.css
********/



#fla{
	width:590px;
	height:220px;
	background:#999;
	border:solid 1px ;
}

#life_photo{
	width:220px;
	float:right;
}

#lifestyle_contents{
	line-height:2.5em;
	padding:0 10px;
}



#history_contents{
	height:600px;
	line-height:1.2em;
	padding:0 60px;
	padding-top:100px;
	background:url(../img/makimono.jpg);
	background-repeat:no-repeat;	
}

#history_1{
	height:450px;
    overflow:inherit;
	overflow-y:scroll;
}

#history_2{
	height:20px;
    overflow:inherit;
	overflow-y:scroll;
}


#title_name{
	width:539px;
	height:37px;
}

#body_flash{
	width:590px;
	height:300px;
	background:#999;
	border:solid 1px ;
}

#body_image{
	width:550px;

}

#edu_topmenu img{
	padding-left:20px;
}


.stu_subtitle{
	background: url(../img/sidetitle_stu.gif)no-repeat;
	width: 160px;
	height: 40px;
	text-indent: -9999px;
}


/*-- 見出し --*/
#contents h2{
	margin: 0;
	padding: 15px 0 0 30px;
	font-size: 150%;
	background: url(../img/board_stu.gif) no-repeat 0 2px;
	width:590px;
	height:50px;
}


/*対談企画*/

#talk_body{
	font-size:0.9em;
	border:1px dotted #666;
	border-right:dotted 1px #666;
	padding:10px;
}

.text_brown{
	color:#039;
	font-size:1.3em;
	padding-right:5px;
}

.text_img{
	float:right;
}

/*-- kawano --*/
/*--
#sen{ height: 5px;
     width:auto;
     color="#D5D5D5"/
}
--*/
hr {
border-width: 5px 0px 0px 0px; /* 太さ */
border-style: solid; /* 線種 */
border-color: "#D5D5D5"; /* 線色 */
height: 5px; /* 高さ */
}