@charset 'Shift_JIS';

/* BASE
---------------------------------------------------- */
body{
	font: normal 80%/1.3em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1C1C1C;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 0px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
}

img{
	border: 0px;
}

p, h1, h2, h3, h4, h5, h6, form, ul, li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.subnavi{
	margin: 0px ;
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #E5E5E5;
}


#contentsArea p{
	/*text-indent: 1em;*/
	margin: 7px 5px 7px 0px;
}



.lst01{
	margin: 20px 0;
	padding: 0 0 0 20px;
}



/* FONT
---------------------------------------------------- */
.f10{
	font-size: 80%;
	line-height: 130%;
}
.f13{
	font-size: 100%;
	line-height: 130%;
}
.f15{
	font-size: 130%;
	line-height: 130%;
}

.f18{
	font-size: 180%;
	line-height: 130%;
}

.note{
	font-size: 100%;
	line-height: 130%;
	color: #FF0000;
}


/* LAYOUT
---------------------------------------------------- */
#wrapper{
	margin: 0px auto 0px;
	padding: 0px;
	width: 850px;
	text-align: left;
}

#contentsArea{
	margin: 0px;
	padding: 0px;
}

#headerArea{
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 80px;
}

#gnaviArea{
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 42px;
}

#footerArea{
	background: #EEEEEE url(../08_images/bg_footer.gif) repeat-x left top;
	margin: 30px 0px 15px;
	padding: 10px 0px 10px;
}


/* HEADER TOP
---------------------------------------------------- */
#headerAreaTop h1{
	float: left;
	width: 350px;
}

#headerAreaTop .inform{
	float: left;
	width: 400px;
}


#headerAreaTop .blog{
	margin: 7px 0px 0px;
	float: left;
	width: 100px;
	text-align:right;
}


/* HEADER
---------------------------------------------------- */
#headerArea h1{
	float: left;
	width: 550px;
}


#headerArea .blog{
	margin: 7px 0px 0px;
	float: left;
	width: 300px;
	text-align:right;
}




/* GROVAL NAVI
---------------------------------------------------- */
#gnaviArea ul{
	list-style-type: none;
}

#gnaviArea li{
	float: left;
	display: inline;
}

#gnaviArea li img{
	vertical-align: bottom;
}


/* FOOTER
---------------------------------------------------- */
#footerArea .footlinks{
	font-size: 10px;
	margin:0px;
	padding: 0px;
	text-align: right;
}

#footerArea .address{
	border-top: 1px solid #CCCCCC;
	font-size: 10px;
	line-height: 110%;
	margin: 5px 0px 0px;
	padding: 5px 0px 0px;
	text-align: right;
}



/* ポップアップメニュー
---------------------------------------------------- */
#Layer1{
	position:absolute;
	left: 0px;
	top:41px;
	visibility: hidden;
}

#Layer2{
	position:absolute;
	left: 141px;
	top:41px;
	visibility: hidden;
}

#Layer3{
	position:absolute;
	left: 282px;
	top:41px;
	visibility: hidden;
}

#Layer4{
	position:absolute;
	left: 423px;
	top:41px;
	visibility: hidden;
}

#Layer5{
	position:absolute;
	left: 564px;
	top:41px;
	visibility: hidden;
}

#Layer6{
	position:absolute;
	left: 705px;
	top:41px;
	visibility: hidden;
}

.popup{
	font-size:13px;
}





a.popup:link,
a.popup:visited {
	padding: 4px;
	color:#DAECFF;
	display:block;
	width: 97%;
	text-decoration:none;
}

a.popup:hover,
a.popup:active {
	color:#024594;
	background:#DAECFF;
	text-decoration:none;
}




/* オープンキャンパス
---------------------------------------------------- */
.oc{
	font-size:28px;
	font-weight:bold;
	color:#FFF;
}

.oc2{
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.ocBox a:link,
.ocBox a:visited,
.ocBox a:hover,
.ocBox a:active {
	text-decoration:none;
}




/* ブロック表示HACK
---------------------------------------------------- */
#wrapper:after,
#contentsArea:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#wrapper,
#contentsArea{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html #wrapper:after,
*html #contentsArea:after{
	height: 1%;
}

#wrapper,
#contentsArea{
	display: block;
}
/* End hide from IE-mac */


