@charset "utf-8";

/* ---------- basic ---------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
body,td,th,h1,h2,h3,h4,h5,h6,p,dt,dd,li{
	font-size: 100%;
	/* font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;  */
	font-family:'ＭＳ Ｐゴシック',sans-serif,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	line-height: 100%;
	color: #000000;
}
body{
	background-color: #FFFFFF;
	background-image : url(bk_page.gif);
}
img{
	border: none;
}
/* */
a:link{
	color: #F09BA5;	text-decoration: none;
}
a:visited{
	color: #F09BA5;	text-decoration: none;
}
a:hover{
	color: #EC9106;	text-decoration: underline;
}
a:active{
	color: #EC9106;	text-decoration: underline;
}

/* */
#navi a:link{
	color: #000000;	text-decoration: none;
}
#navi a:visited{
	color: #000000;	text-decoration: none;
}
#navi a:hover{
	color: #000000;	text-decoration: underline;
}
#navi a:active{
	color: #000000;	text-decoration: underline;
}

.clearBoth{
	clear: both;
}
/* new clearfix */
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{
	zoom: 1;
} /* IE6 */
*:first-child +html .clearfix{
	zoom: 1;
} /* IE7 */

#lownavi{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

/* ---------- BOX ---------------------------------------- */
.box{
	width: 860px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/* ---------- CONTAINER ---------------------------------------- */
#container {}

/* ---------- HEADER ---------------------------------------- */
#header{
	background-image : url(bk_head.jpg);
	background-repeat: repeat-x;
}
#header .box{
	position: relative;
	height: 104px;
	background-image : url(bk_head_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #logo{
	padding-top: 34px;
}
#header #logo_en {
}

/* ---------- MAIN ---------------------------------------- */
#main {
}
#main .box{
	background-color: #FFF;
	padding-top: 20px;
}

/* ---------- SIDEMENU ---------------------------------------- */
#sidemenu{
	width: 200px; 
	float: left;
	margin-left:10px;
	display: inline; /* IE6 */
}
#sidemenu h2{
	margin-bottom: 10px;
}
#sidemenu #navi{
	margin-bottom: 20px;
}
#sidemenu #navi ul {}
#sidemenu #navi ul li{}
#sidemenu #campus{
	margin-bottom: 15px;
	border: 1px solid #F19D9C;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sidemenu #campus .snap{
	margin-bottom: 5px;
}
#sidemenu #campus .camp{
	margin-bottom: 5px;
}
#sidemenu #campus .address {
}
#sidemenu #campus .mail{
	text-align: left;
	width: 186px;
	font-size: 12px;
	margin-left: 6px;
}
#sidemenu #banner{
	margin-bottom: 20px;
}
#sidemenu #banner .kyudo{
	margin-bottom: 20px;
}
#sidemenu #banner .bn{
	margin-bottom: 10px;
}

/* ---------- CONTENTS ---------------------------------------- */
#contents{
	width: 620px;
	float: right;
	margin-right:10px;
	display: inline; /* IE6 */
}

/* ---------- FOOTER ---------------------------------------- */
#footer{
	clear: both;
	margin-bottom: 20px;
	height: 100px;
}
#footer .box{
	position: relative;
	padding-top: 15px;
	background-image : url(bk_foot_bar.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#footer .logo_ut{
	float: right;
	margin-right: 10px;
}
#footer #info{
	margin-left: 10px;
}
#footer #info .credit{
	margin-bottom: 5px;
}
#footer #info .address{
	margin-bottom: 10px;
}
#footer #copyright {
}
