@charset "utf-8";

/* CSS Document */

/* ========================================
	
	* 説明: 学校紹介用CSS

======================================== */


/* 学校長挨拶
======================================== */

#message #pic_box{
	width:650px;
	margin-bottom:20px;
	height:195px;
	background-color:#ecdcc8;
}

#message #pic_box .left_box{
	float:left;
	width:140px;
	padding:10px 0 10px 10px;
}

#message #pic_box .right_box{
	float:left;
	width:480px;
	padding:35px 0 0 20px;
}

#message #pic_box .text01{
	margin:0;
}

#message #pic_box .text02{
	margin:40px 0 0 50px;
}

#message p.p_text{
	margin-bottom:12px;
	line-height: 2.2;
}

#message p.p_ttl{
	color:#666666;
	font-size:130%;
	font-weight:bold;
	line-height:1.7;
	margin-bottom:12px;
}


/* 教育目標
======================================== */



/* 沿革
======================================== */

#history table{
	width: 470px;
	margin-bottom: 20px;
	border-top: solid 1px #cccccc;
}

#history table th{
	width: 60px;
	padding: 10px 10px 10px 5px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #766b63;
}

#history table td{
	border-bottom: solid 1px #cccccc;
	padding: 10px 10px;
}


#history .date,.date_c{
	padding: 5px 10px 5px 5px;
	background: #efefef;
	margin-bottom: 10px;
}

#history .date_c{
	clear:both;
}


#history .left_box{
	width: 470px;
}

#history .right_box img{
	margin-bottom: 10px;
}

#history .img_box{
	margin-left: 80px;
	margin-bottom: 20px;
}

#history .img_box img{
	margin-right: 5px;
}


/* 施設・設備
======================================== */

#facilities .data_box {
	width: 650px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
  padding: 10px 0 10px 0;
  margin: 20px 0 10px 0;
}

#facilities .left_box{
	float:left;
	width: 320px;
	border-right: solid 1px #cccccc;
}

#facilities .right_box {
	float:right;
	width: 320px;
}


#facilities .text_box{
	float:left;
	width: 160px;
}

#facilities .img_box{
	float:right;
	width: 135px;
	margin-right:10px;
}

#facilities p.ttl{
	font-size:105%;
	font-weight: bold;
	color: #766b63;
  margin: 0 0 10px 0;
}


/* 安全への取り組み
======================================== */

#anzen .data_box {
	width: 650px;
	border-bottom: solid 1px #cccccc;
  margin: 20px 0 20px 0;
}

#anzen .left_box{
	float:left;
	width: 100px;
}

#anzen .right_box {
	float:right;
	width: 550px;
}



#anzen ul{
  margin: 0;
}

#anzen li{
  margin: 0 0 1em 0;
  padding: 0 0 0 10px;
	background: #ffffff url(../../common/images/list_01.gif) no-repeat 0 0.5em;
}


#anzen img{
	margin: 0 10px 0 0;
}

#anzen .img_box{
	margin-bottom: 10px;
}

#anzen .left_box2{
	float:left;
	margin-bottom: 10px;
	width: 280px;
}

#anzen .right_box2{
	float:left;
	margin-left: 20px;
	width: 165px;
}

#anzen .img_box_c{
	clear:both;
	margin-bottom: 10px;
}

#anzen p.ttl{
	font-weight: bold;
	color: #766b63;
	padding-left:10px;
}

