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

*{margin:0; padding: 0}
html{}
body{
	font-size: 0.875em;
	line-height: 1.4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1{font-size: 1em; font-weight: normal;}
h2{font-size: 1.3em;}
h3{font-size: 1.2em;}

a{color: #FF0000; text-decoration: none;}
a:hover{color: #009999;}

ol li{
	margin-top: 5px;
	margin-left: 30px;
}
dt{font-weight: bolder;}
dd{margin-left: 1em;}


#wrap{
	width: 833px;
	margin: 0 auto;
}
.float01{float: left;}

#header{
	height: 87px;
	background-image: url(images/site05/head/head.png);
	background-repeat: no-repeat;
	background-position: center top
}

#header_inner{
	position: relative;
	top: 40px;
	text-align: right;
	padding-right: 120px;
	font-size: 0.9em;
	color: #FFFFFF;
	clear: both;
}

#menu{}

#contents_out{
	background: #ffffff;
	margin: 5px 0 0 12px;
}

#contents_left{
	width: 570px;
	float: left;
}

#contents_left_loop{
	background: url(images/site05/frame_l02.png) repeat-y;
	padding: 0 19px 0 15px;
}

#contents_right{
	width: 220px;
	float: left;
	font-size: 0.9em;
	margin-left: 15px;
}

#contents_right_loop{
	background: url(images/site05/frame_r02.png) repeat-y;
	padding: 0 27px 0 23px;
}

#contents_right_loop img{
	margin-bottom: 8px;
}

#contents_right_inner {
	width: 170px;
	margin: 20px auto 0;
}

#contents_right_inner img{
	margin-bottom: 20px;
}

#bread{margin-left: 20px; font-size: 0.9em;}
#bread .now{color: #CC6600; font-weight: bolder;}
#bread a{color: #0066CC; text-decoration: none;}
#bread a:hover{color: #CC0000;}

#message{
	padding: 8px;
	background-image: url(images/site05/back_message.png);
	background-repeat: no-repeat;
	height: 145px;
}

#footer{
	background: url(images/site05/back_footer.png) no-repeat;
	height: 81px;
}

#footer_inner{
	font-size: 0.85em;
	text-align: center;
	display: block;
	position: relative;
	color: #996600;
	top: 25px;
}

#footer_inner a:link{color: #FFFFFF; text-decoration: none;}
#footer_inner a:visited{color: #FFFFFF; text-decoration: none;}
#footer_inner a:hover{color: #FFCC00; text-decoration: underline;}

#copyright{
	text-align: center;
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #999999;
	position: relative;
	top: 45px;
}

/* メニュー */
#nav-one ,#nav-one ul{
	list-style: none;
}
#nav-one li {
	float: left;
	position: relative;
}
#nav-one li a {
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
}
#nav-one ul {
	background: #FFFFCC;
	border: 1px #b22222 solid;
	margin-top: 10px;
	padding: 3px 10px;
	position: absolute;
	top:  -999em;
	left: 5px;
}
#nav-one li:hover ul,
#nav-one li.sfHover ul {
	top: 25px;
}
#nav-one ul li {
	border: 0;
	float: none;
	display: block;
	width: 90px;
}
#nav-one ul a {
	white-space: nowrap;
}
#nav-one ul a:hover {
}


/* トップページ */
.box_news ul{margin-left: 20px; list-style-image: url(images/site05/list_icon01.png);}
.news_box{
	margin: 5px 10px;
	background-image: url(images/site05/back_news.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 130px;
	_height: 130px;
	padding-right: 160px;
	font-size: 0.9em;
}
.news_box ul{ list-style-image: url(images/site05/list_icon01.png); margin-left: 20px;}

.events_box{
	margin: 0 10px;
	font-size: 0.9em;
}
.events_box ul{ list-style-image: url(images/site05/list_icon01.png); margin-left: 20px;}
.date{font-size: 0.8em; color: #999900;}

/* 学校概要 */
#principal{margin: 0 10px;}
#principal .pic{
	margin: 5px 15px 5px 0px;
	float: left;
	font-size: 0.9em;
	text-align: center;
	padding: 5px;
	border: 1px #cccccc solid;
	background-color: #FFFFFF;
}

/* 所在地 */
#address p{margin: 0 0 5px;}

/* 沿革 */
table#history, table#link_list{
	width: 530px;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
}
table#history th, table#link_list th{
	border:1px #CCCCCC solid;
	background: #ffccff;
	color: #990000;
}
table#history td {padding: 0px 5px; vertical-align: top; background-color: #FFFFFF;}
table#history td.tit{
	width: 130px;
}

/* アラカルト */
table.ara{font-size: 0.8em;}
table.ara td{vertical-align: top;}

table#ara_cal{}
table#ara_cal td{padding: 0 8px 0 0}

/* グローバル */
.hr_clr{
	clear: both;
	visibility: hidden;
	margin: 0;
}

.txt_red{color: #FF3366}
div.kakko {
	text-indent:-1.5em;
	margin-left:2em
}
div.kakko ol li{
	text-indent:0;
	margin-left: 20px;
}
#backtotop{text-align: center; font-size: 0.9em; margin: 8px 0 0}
