/* CSS Document */

/* 共通 */

body{
margin:0px;
border:0px;
padding:0px;
background-color:#FFffff;
text-align:center;
font-size: 12px;
font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
line-height:140%;
}

img {
border: none;
}

ul {
list-style: none;
}

ol{
list-style:none;
}

a{
text-decoration:none;
}


.txt_lb{
font-size:14px;
font-weight:bold;
}


/* 中身 */
#root_box{
background-color:#FFFFff;
width:800px;
margin:0px auto;
padding:0px;
border:0px;
text-align:left;
position:relative;
}


/***　headerここから　***/
#header{
margin:0px;
padding:0px;
border:0px;
width:800px;
height:160px;
text-align:left;
position:relative;
}


/*ロゴ回り*/
#header_left{
margin:0px 0px 0px 3px;
padding:0px;
border:0px;
width:455px;
height:130px;
float:left;
text-align:left;
background-color:#ffffff;
position:relative;
}

#header_left h1 a {
display: block;
width:455px;
height:106px;
background-position:left top;
background-repeat:no-repeat;
background-color:#FFFFFF;
background-image:url(img/aoyama.gif);
text-indent: -9999px;
cursor: pointer;
position:absolute; top:22px; left:0px;
border:0px;
}



/*header右側*/
#header_right{
margin:0px;
padding:0px;
border:0px;
width:328px;
float:right;
text-align:left;
background-color:#ffffff;
position:relative;
}

/*header右上*/
#header_right_top{
margin:0px;
border:0px;
padding:0px;
position:relative;
height:55px;
text-align:left;
width:328px;
height:55px;
}
#header_right_top ul{
position: absolute; top: 0; left: 0px;
margin:0px;
padding:0px;
border:0px;
width:328px;
height:55px;
}

#header_right_top li.menu01 a {/* 資料請求 */
position: absolute; top: 0; left: 0px;
width: 80px;
height: 55px;
background: url(img/header_01.gif) 0px 0px no-repeat;
}
#header_right_top li.menu01 a:hover {
background-position: 0px -55px;
}
#header_right_top li.menu02  a {/* 募集要項 */
position: absolute; top: 0; left: 82px;
width: 80px;
height: 55px;
background: url(img/header_02.gif) 0px 0px no-repeat;
}
#header_right_top li.menu02 a:hover {
	background-position: 0px -55px;
}
#header_right_top li.menu03  a {/* 企業の皆様へ */
position: absolute; top: 0; left: 164px;
width: 80px;
height: 55px;
background: url(img/header_03.gif) 0px 0px no-repeat;
}
#header_right_top li.menu03 a:hover {
	background-position: 0px -55px;
}
#header_right_top li.menu04  a {/* 教員募集 */
position: absolute; top: 0; left: 246px;
width: 80px;
height: 55px;
background: url(img/header_04.gif) 0px 0px no-repeat;
}
#header_right_top li.menu04 a:hover {
	background-position: 0px -55px;
}

/*header右下*/
#header_right_bottom{
	margin:18px 0px 0px 40px;
	border:0px;
	padding:0px;
	position:relative;
	height:15px;
	text-align:left;
}

#header_right_bottom ul{
position: absolute; top: 0; left: 0px;
margin:0px;
padding:0px;
border:0px;
}

#header_right_bottom li.menu05  a {/* お問い合せ */
position: absolute; top: 0; left: 0px;
width: 78px;
height: 17px;
background: url(img/header_05.gif) 0px 0px no-repeat;
}
#header_right_bottom li.menu05 a:hover {
	background-position: 0px -17px;
}
#header_right_bottom li.menu06  a {/* プライバシー */
position: absolute; top: 0; left: 78px;
width: 129px;
height: 17px;
background: url(img/header_06.gif) 0px 0px no-repeat;
}
#header_right_bottom li.menu06 a:hover {
	background-position: 0px -17px;
}
#header_right_bottom li.menu07  a {/* サイトマップ */
position: absolute; top: 0; left: 207px;
width: 78px;
height: 17px;
background: url(img/header_07.gif) 0px 0px no-repeat;
}
#header_right_bottom li.menu07 a:hover {
	background-position: 0px -17px;
}

#header_right_gansyo{
margin:12px 0px 0px 40px;
padding:0px;
border:0px;
position:relative;
top: 0px; left: 0px;
width: 280px;
height: 21px;
}


#root_footer{
background-color:#FFFFff;
width:800px;
margin:0px auto;
padding:0px;
border:0px;
text-align:right;
position:relative;
clear:both;
}

#root_footer_gotop{
width:700px;
margin:0px;
padding:30px 50px 80px;
border:0px;
text-align:right;
position:relative;
clear:both;
}
#root_footer_gotop a{
color:#51A8AD;
margin:5px;
}
#root_footer_gotop a:hover{
color:#EE86A8;
margin:5px;
}

