@charset "utf-8";

*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}
html{
	background:#fff;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 62.5%;
	line-height: 1.7em;
	letter-spacing:1px;
	background-color: #F8F7EB;
	color: #222;
}
#wrapper {
	font-size: 140%;
	line-height:1.7em;
}
img {
    border: 0;
	vertical-align: top;
	outline:none;
}
li {
	list-style-type: none;
}
a {
	color:#003AC4;
	text-decoration:underline;
	outline:none;
}




/* float hack --- */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
* html .clearfix {	display: inline-block;	}
*:first-child+html .clearfix {	display: inline-block;	}


/* no mac IE \*/
* html .clearfix {	height: 1%;	}
.clearfix {	display: block;	}

.fltL {	float: left;}
.fltR {	float: right;}

/* font text ---- */
.txB {	font-weight: bold;	}
.txN {	font-weight: normal;	}

.alnC {	text-align: center !important;	}
.alnL {	text-align: left !important;	}
.alnR {	text-align: right !important;	}
















/* frame */

body {
	background: url(../images/body_bg.gif) repeat-y center;
}
#wrapper {
	text-align:center;
	background:url(../images/body_bg_top.jpg) no-repeat top center;
}

#header{
	background:url(../images/header_bg.jpg) repeat-x top;
	height:33px;
	text-align:center;
}
#header .inner{
	width:990px;
	margin:0 auto;
	text-align:left;
}

#page{
	width:990px;
	margin:0 auto;
	padding-bottom:80px;
	text-align:left;
	background:url(../images/page_bg_bottom.gif) no-repeat left bottom;
}

#pageHeader #title{
	float:left;
	width:397px;
}
#pageHeader #menu{
	float:left;
	width:593px;
	height:88px;
	margin-top:38px;
}
#pageHeader #menu li{
	float:left
}
#pageHeader #menu li#about{
	width:148px;
}
#pageHeader #menu li#list{
	width:146px;
}
#pageHeader #menu li#management{
	width:146px;
}
#pageHeader #menu li#entry{
	width:153px;
}

#footer{
	background:#fff url(../images/footer_bg.jpg) repeat-x top;
	text-align:center;
}
#footer #footerLink, #footer address{
	width:990px;
	margin:0 auto;
	text-align:center;
}
#footer #footerLink a,#footer #footerLink{
	color:#fff;
}
#footer #footerLink a:hover{
	color:#B3C6D7;
}
#footer address{
	color:#003686;
	font-style:normal;
	padding:18px 0 1px 0;
}

h3{
	margin-bottom:15px;
}
.content{
	padding:0 100px;
	margin-bottom:50px;
}



.hrImg{
	background: url(../images/hr.gif) no-repeat left;
	height:10px;
	margin:10px 0;
	font-size:0px;
	line-height:0%;
}
