@charset "UTF-8";

@import "reset.css";
@import "base.css";


/* ******************************************
 大枠ブロック　定義
****************************************** */

#container-wrap {
	width: 803px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
}


/* ******************************************
 ヘッダー　定義
****************************************** */

#header {
	width: 803px;
	height: 77px;
	margin-bottom: 8px;
	background: url(../images/bg_header.gif) top left no-repeat;
}

#header h1 {
	display: inline;
	float: left;
	width: 222px;
	height: 65px;
	margin: 3px 0px 0px 10px;
}

#header div {
	display: inline;
	float: right;
	width: 400px;
	margin-top: 35px;
}

#header li {
	display: inline;
	float: left;
	padding-left: 15px;
	margin-left: 15px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10px;
	line-height: 1.2em;
	background: url(../images/bg_001.gif) left no-repeat;
	margin-bottom: 5px;
}

#header li a {
	color: #363636;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
}


/* ******************************************
 ナビゲーション　定義
****************************************** */

#nav {
	width: 803px;
	height: 43px;
}

#nav li {
	display: inline;
	float: left;
}


/* ******************************************
 コンテンツ領域　定義
****************************************** */

#contents {
	width: 803px;
}


/* ******************************************
 ページトップへ　定義
****************************************** */

#page-top1 {
	width: 753px;
	margin: 0px auto 30px auto;
}
#page-top1 p {
	text-align: right;
	font-size: 70%;
}
#page-top1 a {
	color: #363636;
}

#page-top2 {
	width: 533px;
}
#page-top2 p {
	font-size: 70%;
	text-align: right;
}
#page-top2 a {
	color: #363636;
}

#page-top3 {
	width: 703px;
	margin: 0px auto 30px auto;
}
#page-top3 p {
	text-align: right;
	font-size: 70%;
}
#page-top3 a {
	color: #363636;
}


/* ******************************************
 フッター　定義
****************************************** */

#footer {
	width: 803px;
	background: #b72338;
}

#footer div#footer_nav {
	width: 803px;
}

#footer_nav li {
	display: inline;
	float: left;
	margin-left: 15px;
	padding: 8px 0px 3px 10px;
	background: url(../images/bg_002.gif) left no-repeat;
	font-size: 70%;
	line-height: 1.2em;
}

#footer_nav li.marginL8 {
	margin-left: 8px;
}

#footer_nav li.attention {
	background: none;
	text-align: right;
	float: right;
	padding: 8px 3px 3px 0px;
	color: #e8c1c9;
}

#footer_nav a {
	color: #ffffff;
	text-decoration: none;
}

#footer_nav a:hover {
	text-decoration: underline;
}

#footer address {
	margin-left: 8px;
	padding-bottom: 5px;
	font-size: 70%;
	color: #ffffff;
	line-height: 1.2em;
}
