@charset "UTF-8";

/* reset -------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}
/* //reset -------------------- */
/* base -------------------- */

body {
	font-family: "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #0c2c4c;
	font-size: 75%;
	line-height: 150%;
	}

a {color: #0c2c4c;}
a:hover {text-decoration: none;}

/* //base -------------------- */
/* layout -------------------- */

#index {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
	
#container {
	width: 850px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	}

#header {
	width: 850px;
	margin: 0 auto;
	height: 105px;
	position: relative;
	}

#header_image {
	width: 100%;
	height: 375px;
	background-color: #CCCCCC;
	position: absolute;
	top: 105px;
	text-align: left;
	}

#center {
	width: 100%;
	height: 100%;
	background-image: url(../images/index/header_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#page_navi {
	width: 100%;
	height: 80px;
	position: relative;
	}

#contents_wrap {
	width: 850px;
	height: auto;
	position: relative;
	margin: 0 auto;
	margin-top: 380px;
	}

#contents {
	width: 850px;
	margin-top: 120px;
	}

#contents {
	margin-top: 0;
	}

#left_unit {
	width: 600px;
	height: auto;
	float: left;
	position: relative;
	}

#right_unit {
	width: 250px;
	float: right;
	}

#footer {
	width: 100%;
	margin: 80px auto 50px auto;
	position: relative;
	}

/* clearfix */
.clearfix:after {
	content: url(../images/pixel.gif);  
	display: block;
	clear: both; 
	height: 0;  
	}
.clearfix { display: inline-block; } .clearfix { display: block; }
html>/**/body .clearfix { display /*\**/: block\9 }

/* //layout -------------------- */
/* header -------------------- */
h1 {
	font-size: 10px;
	color: #595959;
	font-weight: normal;
	position: absolute;
	top: 5px;
	left: 0;
	}

h2{
	margin: 20px 0 10px 0;
	}

#logo {
	position: absolute;
	top: 25px;
	}

#gnavi {
	position: absolute;
	top: 6px;
	right: 300px;
	}

#gnavi li {
	display: inline;
	padding-left: 15px;
	margin-left: 10px;
	background-image: url(../images/common/gnaviicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

#gnavi a {
	font-size: 12px;
	color: #595959;
	text-decoration: none;
	}

#gnavi a:hover {
	color:#4e99b9;
	}

#menu {
	position: absolute;
	top: 50px;
	right: 0;
	}

#menu li {
	display: block;
	float: left;
	}

#pull_page1 {
	background-image:url(../images/common/pull_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#header_image {border: 0;}

.sodan {
	margin-top:10px;
}

/* //header -------------------- */
/* left_unit -------------------- */

#topicsNews li {
	color: #595959;
	margin-bottom: 10px;
	}

#left_unit span {
	margin-right: 12px;
	}

#left_unit dt {
	width: 80px;
	padding: 3px;
	}

#left_unit dl {
	width: 500px;
	line-height: 2em;
	margin-bottom: 35px;
	/*
	float: left;
	width: 5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 120%;
	*/
	}

dl dd {
	padding: 0px 3px 0px 90px;
	margin-top: -2.5em;
	/*
	_height: 1%;
	margin: 0 0 0.5em 6em;
	padding: 0;
	line-height: 120%;
	*/
	}
	

/* //left_unit -------------------- */
/* right_unit -------------------- */

.banner01 {margin-top: 39px;}
.banner02 {margin-top: 30px;}
.banner03 {margin-top: 5px;}
	
/* //right_unit -------------------- */
/* footer -------------------- */

#footer {
	border-top: 1px #595959 solid;
	font-size: 12px;
	color: #595959;
	position: relative;
	}

address {
	font-family: arial, Verdana;
	font-style: normal;
	position: absolute;
	top: 10px;
	left: 0;
	}

#footer ul {
	position: absolute;
	top: 10px;
	right: 0;
	}

#footer ul li {display: inline;}
#footer a {color: #595959;text-decoration: none;}
#footer a:hover {color: #4e99b9;}

#news {
	width: 560px;
}

#news li {
	padding: 5px;
}


#lineup {
	padding-top: 10px;
	width: 850px;
	overflow: hidden;
}

#lineup ul {
	width: 860px;
	margin-right: -5px;
	font-size: 12px;
}

#lineup li {
	width: 280px;
	height: 150px;
	float: left;
	background: url(../images/index/lineup_bg_on.gif) repeat;
	margin-right: 5px;
	color: #004896;
}

#lineup li:hover {
	background: url(../images/index/lineup_bg.gif) repeat;
	cursor: pointer;
}

#lineup .inner {
	padding: 12px;
	}

#lineup h3 {
	margin-bottom: 10px;
}
	
#lineup .ph {
	float: left;
	border: 3px #FFF solid;
	margin-right: 10px;
}


#pickup {
	background: #fcf0f0;
	color: #ee0000;
	width: 560px;
	margin-bottom: 20px;
}

#pickup .inner {
	padding: 20px;
}


#pickup a {
	font-size: 18px;
	font-weight: bold;
	color: #ee0000;
}

#news .odd {
	background: #eee;
}	

#searchbox {
	position: absolute;
	top: 6px;
	right: 0;
}

#searchbox p {
	display: none;
}

/* //footer -------------------- */

#mimai {
	margin-top: 45px;
}

/* value
-------------------------------------------------- */

.light:hover {
	filter:alpha(opacity="70");
	opacity:0.7;
  -moz-opacity:0.70;
}
