@charset "UTF-8";

/*--DefaultReset↓--*/

*{
	margin:0;
	padding:0;
}

html{
	height:100%;
	border-bottom:1px solid #ffffff;
}

body{
	font-size:62.5%;
	line-height:1.5;
	letter-spacing:0.2em;
	background:url(../images/bg_body.gif) repeat-x left top;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

ul,ol{
	list-style:none;
}

img{
	border:0;
}

a{
	text-decoration:none;
	outline:none;
}

/*未閲覧*/
a:link{
	color:#0D4170;
	text-decoration:none;
}

/*閲覧済み*/
a:visited{
	color:#0D4170;
	text-decoration:none;
}

/*マウスオーバー*/
a:hover{
	color:#0D4170;
	text-decoration:underline;
}

/*クリック*/
a:active{
	color:#0D4170;
	text-decoration:underline;
}

/*--DefaultReset↑--*/

/*--共通レイアウト↓--*/

h1{
	padding:7px 0 9px;
	text-align:center;
	font-size:1em;
	color:#333333;
}

#wrapper{
	width:902px;
	margin:0 auto;
	font-size:1.2em;
}

#container{
	width:902px;
	float:left;
	margin-bottom:30px;
	background:url(../images/bg_container.gif) repeat-y left top;
}

#content{
	width:902px;
	float:left;
	background:url(../images/bg_contents.gif) no-repeat left top;
}

/*--header↓--*/

#header{
	padding:12px 3px 0 0;
}

#header h2{
	width:370px;
	float:left;
}

#header #header_navi{
	width:362px;
	height:29px;
	padding-left:8px;
	float:right;
	background:url(../images/header_navi.gif) no-repeat left top;
}

#header #header_navi ul,
#header #header_navi ul li{
	height:29px;
	float:left;
}

#header #header_navi ul li a{
	display:block;
	height:29px;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
}

#header #header_navi ul li#h_n_home a{	width:50px;margin-right:14px;	}
#header #header_navi ul li#h_n_company a{	width:61px;margin-right:17px;	}
#header #header_navi ul li#h_n_contact a{	width:73px;margin-right:16px;	}
#header #header_navi ul li#h_n_privacy a{	width:122px;margin-right:9px;	}

/*--header↑--*/

/*--content_top↓--*/

#content_top{
	clear:both;
	width:891px;
	float:left;
	padding:0 6px 15px 5px;
}

#navi_l{
	width:166px;
	float:left;
	margin-right:3px;
	padding:23px 0 86px;
	background:url(../images/navi_l.gif) no-repeat left top;
}

#navi_r{
	width:173px;
	float:right;
	padding:24px 0 117px;
	background:url(../images/navi_r.gif) no-repeat left top;
}

#navi_l ul li{
	width:166px;
}

#navi_r ul li{
	width:173px;
}

#navi_l ul li,
#navi_r ul li{
	height:20px;
	margin-bottom:12px;
	text-indent:-9000px;
	font-size:0;
	line-height:0;
	letter-spacing:0;
}

#navi_l ul li a{
	width:166px;
}

#navi_r ul li a{
	width:173px;
}

#navi_l ul li a,
#navi_r ul li a{
	display:block;
	height:20px;
}

#navi_l ul li#n_l_company a:hover{	background:url(../images/navi_l.gif) no-repeat -166px -55px;	}
#navi_l ul li#n_l_event a:hover{	background:url(../images/navi_l.gif) no-repeat -166px -87px;	}
#navi_l ul li#n_l_staff a:hover{	background:url(../images/navi_l.gif) no-repeat -166px -119px;	}
#navi_l ul li#n_l_lecturer a:hover{	background:url(../images/navi_l.gif) no-repeat -166px -151px;	}
#navi_l ul li#n_l_voice a:hover{	background:url(../images/navi_l.gif) no-repeat -166px -183px;	}
#navi_r ul li#n_r_work a:hover{	background:url(../images/navi_r.gif) no-repeat -173px -56px;	}
#navi_r ul li#n_r_collect a:hover{	background:url(../images/navi_r.gif) no-repeat -173px -88px;	}
#navi_r ul li#n_r_form a:hover{	background:url(../images/navi_r.gif) no-repeat -173px -120px;	}
#navi_r ul li#n_r_community a:hover{	background:url(../images/navi_r.gif) no-repeat -173px -152px;	}

#flash{
	width:545px;
	float:left;
}

/*--content_top↑--*/

/*--content_bottom↓--*/

#content_bottom{
	clear:both;
	width:886px;
	float:left;
	padding:0 8px 30px;
}

#content_bottom #outline{
	width:580px;
	float:left;
	padding-left:14px;
}

#content_bottom #outline p{
	padding-left:3px;
}

#content_bottom #tel{
	width:282px;
	float:right;
	padding-left:10px;
}

#content_bottom #banner{
	clear:both;
	width:886px;
	padding:7px 0 0;
	font-size:0;
	line-height:0;
	letter-spacing:0;
}

#content_bottom #banner img{
	margin-right:19px;
	vertical-align:middle;
}

#content_bottom #banner img.margin_none{
	margin-right:0;
}

/*--content_bottom↑--*/

/*--footer↓--*/

#footer{
	clear:both;
	width:902px;
	height:14px;
	margin:0 auto;
	padding-bottom:3px;
	text-align:center;
	font-size:0;
	line-height:0;
	letter-spacing:0;
	background:url(../images/bg_footer.gif) no-repeat left bottom;
}

/*--footer↑--*/


