@charset "utf-8";
/* CSS Document */


body {
	background-image:url(../img/body-bg.jpg);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover.rollover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}


/*ヘッダー*/
#header {
	width:100%;
	background-color: #0c1f38;
}

#header #header-in {
	width: 950px;
	margin: 0 auto;
}

#header #header-in ul#nav-top {
	text-align: right;
	margin-top: 15px;
}

#header #header-in ul#nav-top li{
	display: inline;
}

#header #header-in ul#nav {
	text-align: right;
	margin-top: 35px;
	margin-bottom:10px;
}

#header #header-in ul#nav li{
	display: inline;
	margin-left: 15px;
}


/*コンテンツ*/

#content {
	width: 950px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: auto;
	position: relative;
	background-image: url(../img/content-bg.jpg);
}


#content #main {
	width: 680px;
	margin-left: 270px;
}

#content #left {
	width: 210px;
	position: absolute;
	top: 0px;
	left: 20px;
}

#content h1 img {
	margin-top: 30px;
	margin-bottom: 30px;
}

	



/*フッター*/
#footer {
	width: 100%;
	height: 150px;
	background-color: #0c1f38;
}

#footer #box {
	background-color: #FFF;
	width: 890px;
	height: 80px;
	padding: 30px;
	margin: 0 auto;
	border-top: solid 1px #ccc;

}


#footer #box ul li {
	float: right;
	margin-left: 10px;
}

#footer #box address {
	text-align: right;
	clear: both;
	font-size: 11px;
	color:#333;
	line-height:3em;
}

