/*================================================================================
	要素のスタイリング
================================================================================*/
body {
	padding-bottom: 10px;
	background-color: #fefefc;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 14px;
	color: #666666;
	}
/* IE6用の文字サイズ指定 */
* html body {
	font-size: 88%;
	}
/* IE6用の文字サイズ指定 */
* html body th,
* html body td {
	font-size: 100%;
	}
a:link {
	color: #666666;
	text-decoration: underline;
	}
a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	color: #ff7200;
	text-decoration: underline;
	}

/*================================================================================
	コンテンツ全体（div#container）
================================================================================*/
div#container {
	margin: 14px auto 0px auto;
	background-image: url(../images/bg_container.png);
	background-repeat: repeat-y;
	text-align: left;
	width: 862px;
	}
/* Start clear fix */
div#container:after {
	font-size: 1px;
	color: #fefefc;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	}
div#container {
	zoom: 1;
	}
/* End clear fix */

/*================================================================================
	ヘッダ（div#header）
================================================================================*/
div#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 862px;
	height: 158px;
	position: relative;
	}
div#header h1 {
	width: 338px;
	height: 76px;
	position: absolute;
	top: 36px;
	left: 39px;
	}
div#header ul {
	list-style: none;
	}
div#header ul li {
	height: 119px;
	position: absolute;
	top: 3px;
	}
div#header ul li.point1 {
	width: 147px;
	left: 448px;
	}
div#header ul li.point2 {
	width: 131px;
	left: 595px;
	}
div#header ul li.point3 {
	width: 119px;
	left: 726px;
	}
div#header p {
	width: 403px;
	height: 37px;
	position: absolute;
	top: 121px;
	left: 448px;
	}

/*================================================================================
	メニュー（div#menu）
================================================================================*/
div#menu {
	margin-left: 11px;
	border-top: solid 2px #ffcc00;
	width: 250px;
	float: left;
	display: inline;
	}
div#menu ul {
	list-style: none;
	}
div#menu ul li {
	font-size: 1px;
	line-height: 1px;
	}

/*================================================================================
	メイン（div#content）
================================================================================*/
div#content {
	margin: 0px 11px 0px 0px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: 200px 0px;
	border-top: solid 2px #ffcc00;
	width: 590px;
	min-height: 302px;
	height: auto !important;
	height: 302px;
	float: right;
	display: inline;
	}
div#content h1 {
	margin: 1.5em 0px 0px 18px;
	background-repeat: no-repeat;
	padding-left: 47px;
	font-size: 114%;
	line-height: 36px;
	color: #ff7200;
	}
div#content p {
	margin: 1em 33px 0px 20px;
	line-height: 1.5;
	}
div#content p.lead {
	margin-right: 0px;
	width: 330px;
	}
div#content div.topicPath h2 {
	width: 0px;
	height: 0px;
	min-height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	}
div#content div.topicPath p {
	margin-left: 15px;
	font-size: 86%;
	line-height: normal;
	}
div#content div.topicPath p a {
	padding-right: 5px;
	}
div#content div.topicPath p em {
	padding-left: 5px;
	font-weight: normal;
	}
div#content p.toPageTop {
	margin: 5px 33px 0px 0px;
	padding-bottom: 1px;
	font-size: 71%;
	line-height: normal;
	text-align: right;
	}
div#content p.toPageTop a {
	padding-left: 2px;
	}

/*================================================================================
	フッタ（div#footer）
================================================================================*/
div#footer {
	margin: 0px auto;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 862px;
	height: 60px;
	position: relative;
	}
div#footer p {
	font-size: 86%;
	width: 862px;
	height: 1em;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

