@charset "utf-8";
/* 基本設定 */
body{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color:#ffffff;
	background-color:#333333;
	font-size:90%;
	line-height:1.4;}
p{
	margin:0;
}
img{
	border:none;
}
ul{
	list-style-type:none;
	}
/* 構造 */
#wrapper{
	width:900px;
	background-color:#000000;
	margin:0 auto;

}

#container{
	width:752px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:225px;
	background-image:url(../images/head_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:20px;
}

#main{
	width:752px;
	clear:left;
}
#maincontents{
	margin-top:10px;
	margin-right:5px;
	float:left;
}
#footer{
	height:100px;
	font-size:80%;
	margin-top:30px;
	margin-bottom:30px;
	clear:left;
}
#sidebar{
	background-image:url(../images/kosin-bg2.jpg);
	color:#000000;
	width:360px;
	height:150px;
	background-repeat:no-repeat;
	font-size:80%;
	padding:20px 50px;
	float:left;
}
/* ナビゲーション */
ul#navi{
	margin:0;
	padding:0;
	clear:left;
	background-image:url(../images/na.jpg);
	background-repeat:no-repeat;
	width:752px;
	height:55px;
	position:relative;
	top:25px;
	left:74px;
}
ul#navi li{
	line-height:55px;
	letter-spacing:2px;
	float:left;
	width:94px;
	height:55px;
}
ul#navi a{
	color:#ffffff;
	font-size:110%;
	text-decoration:none;
	display:block;
	text-align:center;
	width:94px;
	height:55px;
}
ul#navi a:hover{
	color:#cccccc;
	text-decoration:none;
	background-image:url(../images/na_hover_bg.jpg);
	background-repeat:no-repeat;
	}
.now{
	color:#cccccc;
	font-size:110%;
	font-weight:bold;
	display:block;
	text-align:center;
	width:94px;
	height:55px;
	background-image:url(../images/na_bg.jpg);
	background-repeat:no-repeat;
	}
/*ヘッダー*/
.title{
	position:relative;
	top:9px;
	left:95px;

}
.logo{
	position:relative;
	top:22px;
	left:295px;
}
/*フッター*/
.f-text{
	text-align:right;
	margin-top:5px;
	}
	
