@charset "utf-8";
/* CSS Document */

body{
	letter-spacing: 1px;
}

a {
	color: #666666;
	text-decoration:none;
	
}
a:hover {
	text-decoration:underline;
}



#main_space{
	position: relative;
	top: -37px;
	width:978px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

/* ------------- ぱんくずリスト------------------*/
#pan {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:15px;
}

/* ------------- ページコンテンツ部分外枠------------------*/
#page_main{
	display:block;
	width:920px;

	margin-left:auto;
	margin-right:auto;
	clear:both;
}

/* ------------- ページコンテンツ左メニュー------------------*/
#page_left{
	float:left;
	width:250px;
	height:auto;
}

#page_left #menu_company{
	background-image:url(../images/leftmenu/com_title.jpg);
	background-repeat:no-repeat;
	height:28px;
}

#page_left #menu_ir{
	background-image:url(../images/leftmenu/com_title_ir.jpg);
	background-repeat:no-repeat;
	height:28px;
}
#page_left #menu_recruit{
	background-image:url(../images/leftmenu/com_title_recruit.jpg);
	background-repeat:no-repeat;
	height:28px;
}

#page_left #menu_athlete{
	background-image:url(../images/leftmenu/athlete_title.jpg);
	background-repeat:no-repeat;
	height:28px;
}

#page_left #menu_other{
	background-image:url(../images/leftmenu/other_head.gif);
	background-repeat:no-repeat;
	height:7px;
}





#page_left ul{
	background-image:url(../images/leftmenu/menu_bk.jpg);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	padding-bottom:0px;
}

#page_left ul li{
	height:40px;
	width:190px;
	list-style:none;
	margin-left:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#page_left ul li a{
	display:block;
	width:175px;
	height:27px;
	padding-top:15px;
	padding-left:15px;
	background-image:url(../images/leftmenu/y.gif);
	background-repeat:no-repeat;
	background-position: 0px 16px;
}
#page_left ul li a:hover{
	color:#C61A41;
	text-decoration:none;
	background-image:url(../images/leftmenu/y_o.gif);
}



#page_left #menu_foot{
	height:10px;
	background-image:url(../images/leftmenu/menu_foot.jpg);
	background-repeat:no-repeat;
}

#page_left #common_menu{
}

#page_left #common_menu ul, #page_left #gyoutai_menu ul{
	background-image:none;
	padding:0px;
	margin:0px;
	margin-top:5px;
	margin-bottom:10px;
}


#page_left #common_menu ul li{
	border-bottom-width: 0px;
	height:auto;
}

#page_left #gyoutai_menu ul li{
	border-bottom-width: 0px;
	height:auto;
	margin-bottom:10px;
}
#page_left #gyoutai_menu ul li a{
	height:auto;
	display:inline-block;
	background-image:none;
	padding:0px;
}
#page_left #gyoutai_menu ul li a:hover{
	color:#666666;
	text-decoration:underline;
}

/* ------------- ページコンテンツ内容------------------*/
#page_contents{
	float:left;
	width:656px;
	margin-left:5px;

}

.page_body{
	margin-left:15px;
	margin-right:15px;

}

.page-top{
	margin-top:30px;
	text-align:right;
}


/* ------------- フッタ------------------*/
#footer_b {
	clear: both;
	height: 48px;
	width: 100%;
	text-align: center;
	background-image: url(/shimamura/lib/images/footer.jpg);
	background-repeat: repeat-x;
	margin-top: 30px;	/* bottom: 0px; */
}

#footer_b  p  {
	font-size: 11px;
	color: #FFFFFF;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#footer_b  a  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_b a:hover{
	text-decoration:underline;
}
