@charset "utf-8";

*{
	margin:0;
	padding:0;
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
}
body {
	margin:0;
	padding:0;
	color:#3D1414;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(../../images/septseas/header_image_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
}
a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}
ol,ul{
	list-style-image: none;
	list-style-type: none;
	vertical-align:top;
}
/* --strong-- */
.strong {
	font-weight: bold;
	font-size: 12px;
}
/* --文字設定-- */
a:link,a:visited ,a:hover, a:active {
	color:#3D1414;
}
a:hover{
	color:#5F2925;
}

#background {
	background-color: #D8D1BC;
	background-image: url(../../images/septseas/background.jpg);
	background-repeat: repeat-x;
}
/*
div#wrapper {
	background-image: url(../images/wrapper_image_background.jpg);
	background-repeat: no-repeat;
} */

/* --文字設定-- */
p {
	padding-bottom: 20px;
}
.p_2 {
	padding-bottom: 35px;
}


/* ======================================

	1.header

======================================= */
div#header {
	width: 920px;
	height: 83px;
	padding-top: 5px;
	margin: 0 auto 0 auto;
}
div#header .header_logo {
	float: left;
	height: 82px;
	width: 197px;
}

div#header .header_right {
	float: right;
	width: 509px;
}
div#header .header_menu {
	width: 499px;
	height: 23px;
	padding: 5px 10px 0px 0px;
	vertical-align:top;
	overflow: hidden;
}
div#header .header_menu li {
	float: left;
	height: 23px;
}

div#header .header_banner {
	width: 480px;
	height: 27px;
	padding: 15px 0px 0px 19px;
	overflow: hidden;
}
div#header .header_banner li {
	float: left;
	height: 27px;
	width: 150px;
	padding-left: 10px;
}


/* ======================================

	5.footer

======================================= */
div#footer {
	font-size:10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/septseas/footer_image_background.jpg);
	background-repeat: repeat-x;
	height: 116px;
	background-color: #000000;
}
div#inner {
	background-image: url(../../images/septseas/footer_image_inner_background.jpg);
	background-repeat: no-repeat;
	height: 116px;
	width: 942px;
	margin: 0 auto 0 auto;
}
div#inner .footer_go_top {
	height: 41px;
	width: 75px;
	padding-left: 856px;
}
div#inner .footer_menu {
	padding-left: 179px;
	height: 24px;
	width: 488px;
}
div#inner .footer_menu li {
	float: left;
	height: 13px;
}


