@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFFFFF;
	color: #646464;
	font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
}

#header{
	position: relative;
	background: url(../images/index/header_bk.gif) repeat-x scroll right center transparent;
}

h1{
	text-align: left;
	padding: 10px 10px;
}

h1#pageTitle{
	height: 45px;
	background-color: rgb(200,40,60);
	background-image: -moz-gradient(linear, left top, left bottom, from(rgb(205,80,90)),to(rgb(170,63,77)));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(205,80,90)),to(rgb(170,63,77)));
	border-top: none;
}

h2{
	text-align: left;
	padding-top: 10px;
}

h2#pageTitle{
	height: 30px;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	background-color: rgb(200,80,90);
	background-image: -moz-gradient(linear, left top, left bottom, from(rgb(255,200,190)),to(rgb(235,130,140)));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,200,190)),to(rgb(235,130,140)));
	-webkit-border-top-left-radius: 7px;   
	-webkit-border-top-right-radius: 7px;   
	-webkit-border-bottom-right-radius: 0px;   
	-webkit-border-bottom-left-radius: 0px;   
	-moz-border-radius-topleft: 7px;   
	-moz-border-radius-topright: 7px;   
	-moz-border-radius-bottomright: 0px;   
	-moz-border-radius-bottomleft: 0px; 
}

h2#sabupageTitle{
	height: 35px;
	padding-left: 10px;
	padding-top: 25px;
	color: #646464;
	background: url(../images/index/icon_arrow.png) no-repeat scroll right center transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245,245,245)),to(rgb(220,220,220)));
	background-image: -moz-gradient(linear, left top, left bottom, from(rgb(245,245,245)),to(rgb(220,220,220)));
}

h3#itemTitle{
	font-size: 120%;
	font-weight: bold;
	color: #c84f5a;
	margin-top: 25px;
	margin-bottom: 10px;
}


/* メインイメージ
--------------------------*/
#photo{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#photo img{
	border: none;
}

#line{
	border-top: solid 5px #ee8593;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ボックス
--------------------------*/
#menubox{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.inner{
	margin: 5px 10px 5px 10px;
}

.contents{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

/* メニュー
--------------------------*/
.menu > ul > li{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(245,245,245)),to(rgb(220,220,220)));
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
}

.menu > ul > li > a{
	display: block;
	color: #646464;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	background: url(../images/index/icon_arrow.png) no-repeat scroll right center transparent;
	padding: 15px 0 15px 10px;
	margin-left: -10px;
}

/* ニュースのメニュー
--------------------------*/
#botan{
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 0;
	width: 300px;
	text-align: center;
}   

#botan ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}   

#botan li{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
} 

#botan img{
	border: none;
}   

/* 表示モード
--------------------------*/
.switching{
	margin: 20px 0px 20px 0px;
	font-size: 10px;
	text-align: center;
}

/* アクセス
--------------------------*/
#acc_box {
	margin: 20px auto 0px;
	width: 95%;
	border-radius: 5px;
	text-align: center;
	line-height: 130%;
}

#acc_box .ainner {
	width: 100%;
	height: 100%;
	margin: 15px 15px 15px 15px;
}

#acc_box .inbox_l {
	float: left;
	width: 20%;
	font-size: 14px;
	font-weight: bold;
	color: #c84f5a;
	margin-bottom: 5px;
}

#acc_box .inbox_r {
	float: right;
	width: 80%;
	margin-bottom: 5px;
}

#acc_box .inbox_r ul {
	list-style: none;
}
#acc_box .inbox_r ul li a {
	float: left;
	display: block;
	background: #646464;
	color: #FFF;
	font-size: 10px;
	border: 1px solid #646464;
	padding: 2px 5px;
	margin-left: 5px;
	text-decoration: none;
	border-radius: 3px;
}

#acc_box .inbox_b {
	float: left;
	width: 100%;
}

/* クリア
--------------------------*/
.clear{
	clear: both;
}

/* ボタン
--------------------------*/
#backButton{
	height: 18px;
	position: absolute;
	margin: 8px 0 0 5px;
	top: 0%;
	color: #FFF;
	text-decoration: none;
	-webkit-border-image: url(../images/buttonBorder.png) 0 8 0 15;
	border-style: solid;
	border-width: 0 8px 0 14px;
	background: url(../images/buttonBack.png) repeat-x;
	padding: 5px 0;
	text-shadow: -1px -1px 1px #333;
}

.demo1 button{
	width: 100%;
	margin: 20px 0px 10px 0px;
	padding: 7px 0px 7px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: rgb(200,200,200);
	background-image: -moz-gradient(linear, left top, left bottom, from(rgb(240,240,240)),to(rgb(200,200,200)));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)),to(rgb(200,200,200)));
	text-shadow: 0 -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #aaa;
	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	-moz-box-shadow: 1px 1px 2px #E7E7E7;   
}

.demo1 a{
	text-decoration: none; 
	color: #646464;  
}

/* footer
--------------------------*/
#footer {
	background: #e1d2d7 url(../images/index/footer_bk.gif) repeat-x;
	border-top: 1px solid #FFFFFF;
	margin-top: 15px;
	padding-top: 10px;
}
#footer p {
	font-size: 12px;
}

#footer p span {
	font-weight: bold;
	color: #2081bb;
}
#footer address {
	font-size: 10px;
	text-align: center;
	color: #646464;
	font-style: normal;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* 院長ごあいさつのページ
--------------------------*/
#incho_ph {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}


/* 学科のページ
--------------------------*/
.text_s{
	font-size: 80%;
}

/* サブページのリスト
--------------------------*/
ul.page{
	list-style-position:outside;
	padding-left:25px;
	margin:20px 0px 20px 0px;
} 


