/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, footer, figure, figcaption, nav {
	margin: 0px;
	padding: 0px;
}
article, aside, canvas, detalist, figcaption, figure, footer, header, hgroupe, menu, nav, section, summary {
	display: block;
}
img {
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style: none;
}
body {
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
#container {
	width: 100%;
}
#header {
	margin-bottom: 10px;
}
#header h1 {
	background-color: #000000;
	color: #FFFF00;
	text-align: center;
	font-size: 70%;
	padding-top: 2px;
	padding-left: 2px;
	font-weight: normal;
     	overflow: hidden;

}
#header .header_txt {
	font-size: 100%;
}
#header .admission {
        margin-left: auto;
        margin-right: auto;
        width: 70%;
}
.section_adm {
	margin-bottom: 20px;
}
.section_adm li {
	display: inline;
}
.section_adm img {
	width: 50%;
}
#section_01 {
	margin-bottom: 20px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#section_01 .sec_bnr {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#section_02 {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
	margin-bottom: 20px;
}
.sec_02_box {
        background-color: #030000;
}
.sec_02_thumb {
	margin-bottom: 10px;
}
.sec_02_thumb li {
	display: inline;
}
.sec_02_thumb img {
	width: 25%;
}
#section_03 {
	margin-bottom: 20px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#section_03 .sec_bnr {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#section_03 .sec_03_txt {
	text-align: center;
}
/*既存サイトからの移植ここから*/
/* float解除*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
/*インフォメーション部分*/
#info{
	width:93%;
	padding:10px 3%;
	background-color: #ffffcc;
	border-radius:8px;
	font-size:12px;
}
#info h3{
	width:100%;
	text-align:center;
	font-size:14px;
color:#ff3333;
	font-weight:bold;
	margin-bottom:5px;

}
#info dt {
	width:18%;
	float: left;
}
#info dd {
	width:79%;
	float: left;
}

/*プリマリンク*/
#plima {
       text-align: center;
       margin-bottom: 3px;
}
#plima a {
       color: #0000FF;
}

#plima img {
       width: 100%;
}

/*フッター部分*/
footer {
	width:100%;
	margin-top:5px;
}
#footer_menu {
	margin-bottom:5px;
}

/*フッター内のリンクメニュー*/
footer li {
	width:34%;
	height:10px;
	margin:0px 2px 2px 0px;
	padding:15px 0px 15px 14%;
	float:left;
	text-align: left;
	border-radius:8px;
	border: 2px solid #999999;
	font-size:11px;
	position: relative;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}
footer li2 {
	width:95%;
	height:10px;
	margin:0px 2px 2px 0px;
	padding:15px 0px 15px 0px;
	float:left;
	text-align: center;
	border-radius:8px;
	border: 2px solid #999999;
	font-size:11px;
	position: relative;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(238, 238, 238, 1) 50%, rgba(204, 204, 204, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}


footer a {
	color: #333333;
	text-decoration: none;
}
.icon {
	position: absolute;
	left: 5px;
	top: 6px;
	width:28px;
}
/*コピーライト*/
#copyright {
	padding:5px 0px;
	text-align: center;
	color:#666666;
	background-color: #000000;
	font-size:10px;
}