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

/* 初期設定
-------------------------------------------------------------- */

a,h1,h2,h3,h4,p,img,hr,body,ul,ol,li,dl,dt,dd,blockquote,table,td,form {
	border:0;
	padding:0;
	margin:0;
	font-size:100%;
}

*:first-child+html img{
	font-size:0;
}

* html img{
	font-size:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align:top;
}

ul{
	list-style:none;
}


/* a, h, p, body
-------------------------------------------------------------- */

a {	
	color:#bf0a4e;
	text-decoration:none;
}

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


h1,h2,h3,h4,h5{
	font-size:100%;
}

body {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ ProN W3";
	font-size:12px;
	line-height:20px;
	color:#000;
	background:url(../img/bodyBg.jpg) repeat-x top;
}

.clear{
	clear:both;
}



#container{
	width:850px;
	padding:0 20px 20px 20px;
	background:url(../img/containerBg.gif) repeat-y;
	border-bottom:1px solid #e1e0d3;
	margin:0 auto;
	overflow:hidden;
}

/*ヘッダー*/

#header{
	width:850px;
	height:78px;
	background:url(../img/headerBg.jpg) no-repeat;
	overflow:hidden;
}

#header h1{
	width:260px;
	height:60px;
	background:url(../img/logo.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-top:9px;
}

#header h1 a{
	display:block;
	width:260px;
	height:60px;
}

#header ul{
	float:right;
	width:500px;
	height:20px;
	text-align:right;
	line-height:20px;
	margin-top:10px;
	font-size:10px;
}

#header li{
	display:inline;
	color:#bf0a4e;
}

#header form{
	width:500px;
	height:20px;
	text-align:right;
	float:right;
	margin-top:10px;
}

#header label{
	display:block;
	float:left;
	padding-left:188px;	
	padding-top:2px;
}

* html #header label{
	display:block;
	float:left;
	padding-left:185px;	
	padding-top:2px;
}

#header input.text{
	width:152px;
	height:20px;
	background:url(../img/searchText.jpg) no-repeat;
	border:0;
	margin:0;
	float:left;
}

#header .image{
	float:left;
	padding-left:5px;
}


/*メインイメージ*/
#mainImage{
	clear:both;
	width:850px;
	height:182px;
	overflow:hidden;
}
	
#mainImage h2{
	width:547px;
	height:182px;
	float:left;
}

#mainImage ul{
	width:302px;
	height:182px;
	float:left;
	padding-left:1px;
	overflow:hidden;
}

#mainImage li{
	width:302px;
	height:90px;
	margin-bottom:2px;
}

#mainImage a:hover img{
	background:url(../img/hover.gif);
	filter:alpha(opacity=70); 
	opacity:0.70;
}

#navi {
	clear:both;
	width:850px;
	height:45px;
	overflow:hidden;
}

	#navi ul {
		list-style:none;
		display:inline;
	}
	
	#navi li {
		text-indent:-9999px;
		overflow:hidden;
		float:left;
	}
	
	#navi a {
		display:block;
		text-decoration:none;
		height:45px;
	}
	
	#navi .li1{
		background:url(../img/navi1.jpg) no-repeat;
		width:107px;
		height:45px;
	}
	
	#navi .li2{
		background:url(../img/navi2.jpg) no-repeat;
		width:123px;
		height:45px;
	}
	
	#navi .li3{
		background:url(../img/navi3.jpg) no-repeat;
		width:167px;
		height:45px;
	}
	
	#navi .li4{
		background:url(../img/navi4.jpg) no-repeat;
		width:149px;
		height:45px;
	}
	
	#navi .li5{
		background:url(../img/navi5.jpg) no-repeat;
		width:171px;
		height:45px;
	}
	
	#navi .li6{
		background:url(../img/navi6.jpg) no-repeat;
		width:133px;
		height:45px;
	}
	
	#navi .li1 a:hover{
		background:url(../img/navi1Hover.jpg) no-repeat;
	}
	
	#navi .li2 a:hover{
		background:url(../img/navi2Hover.jpg) no-repeat;
	}
	
	#navi .li3 a:hover{
		background:url(../img/navi3Hover.jpg) no-repeat;
	}
	
	#navi .li4 a:hover{
		background:url(../img/navi4Hover.jpg) no-repeat;
	}
	
	#navi .li5 a:hover{
		background:url(../img/navi5Hover.jpg) no-repeat;
	}
	
	#navi .li6 a:hover{
		background:url(../img/navi6Hover.jpg) no-repeat;
	}

/*コンテンツ*/
#contents{
	clear:both;
	width:850px;
	height:auto;
	padding:10px 0;
	overflow:hidden;
}

/*フッター*/
#footer{
	clear:both;
	width:850px;
	height:20px;
	overflow:hidden;
	color:#848383;
	font-size:10px;
}

#footer ul{
	float:left;
	width:620px;
	height:20px;
	overflow:hidden;
}

#footer li{
	display:inline;
}

#footer a{
	color:#848383;
	text-decoration:none;
}

#footer a:hover{
	color:#848383;
	text-decoration:underline;
}

#footer p{
	float:left;
	width:230px;
	height:20px;
	background:url(../img/copyRight.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}


