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

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:90%;
	  text-align:center; 
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl {
	padding-left: 20px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

a img {
	border: none;
}

a:link {
	color: #3A2D6B;
	text-decoration:none;
}
a:visited {
	color: #696969;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color: #FF3366;
	text-decoration: none;
}
/*--------------------------*/
#wrap{
	width:950px;
	margin:0 auto;
    text-align:left;  


}
#header{
	width:100%;
	height:55px;
	text-align:left;
	background-color:black;
}
#promo{
	width:100%;
	height:320px;
	text-align:center;
	border-bottom:solid 1px #CCC;
	margin-bottom:20px;
}
#side{
	width:200px;
	padding:3px;
	margin-right:10px;
	float:left;
}

div.side_ko{
	margin-bottom:30px;

}

#side h3{
	color:#333;
	background-color:#ffffff;
	font-weight:lighter;
	border-bottom:solid 1px #0068AE;
	margin:5px 0px;
	
}
#side ul{
	background-color:#ffffff;
	margin:10px 5px;
	list-style-image:url(../common/list.png);
}
#side li{
	line-height:130%;
	margin-bottom:15px;
}



#main{
	width:700px;
	float:right;
	line-height:170%;
	color:gray;
}
#main p{
	padding:0;
	margin:0px 0px 10px 0px;   
}

.job_list{
	float:right;
	width:700px;
	height:100%;
	padding-top:30px;
}

.job_list h3{
	color:#0068AE;
	padding:0;
	margin:0;
}
.job_list_left{
	width:320px;
	text-align:center;
	float:left;
	border:solid 1px #ccc;
	padding:10px;
}
a .job_list_left li{
	color:gray;
}
a:hover .job_list_left{
	background-color:#3399FF;
	color:white;
}
a:hover .job_list_left h3{
	color:white;
}
a:hover .job_list_left li{
	color:white;
}
.job_list_right{
	width:320px;
	text-align:center;
	float:right;
	border:solid 1px #ccc;
	padding:10px;
}
a .job_list_right li{
	color:gray;
}
a:hover .job_list_right{
	background-color:#3399FF;
	color:white;
}
a:hover .job_list_right h3{
	color:white;
}
a:hover .job_list_right li{
	color:white;
}
.jpb_list_text{
	width:100%;
	text-align:left;
}





#copyright{
	width:950px;
	margin:0 auto;
	margin-top:15px;

	color:gray;
	text-align:center;
	font-size:80%;
	border-top:solid 1px gray;
	
}
.clear { clear:both; }