﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../../img_top/bk.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	text-align: center;
}

a {
	outline: none;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #666666;
}

img {
	border-width: 0;
}

strong {
	font-weight: 400;
}

#container {
	width: 831px;
	margin: 0 auto;
}

/* flash部分 */
#flash {
	clear: both;
	width: 831px;
	height: 399px;
	margin: 0 auto;
	position: absolute;
	top: 0;
}

/* contents部分 */
#contents {
	width: 831px;
	clear: both;
	margin: 0 auto;
	padding-top: 405px;
}

#contentsleft {
	width: 545px;
	float: left;
}
*html #contentsleft {
	width: 545px;
	float: left;
	display: inline;
}

#centerarea {
	width: 198px;
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	line-height: 150%;
}
*html #centerarea {
	width: 198px;
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
	line-height: 150%;
	display: inline;
}

h1 {
	display:block;
	width: 198px;
	height: 33px;
	overflow: hidden;
}

h2 {
	display:block;
	width: 198px;
	height: 33px;
	overflow: hidden;
}

#leftarea {
	width: 285px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
*html #leftarea {
	width: 285px;
	float: left;
	display: inline;
	border-right: 1px solid #CCCCCC;
}

#contentsright {
	width: 284px;
	float: left;
	border-left: 1px solid #CCCCCC;
}
*html #contentsright {
	width: 284px;
	float: left;
	display: inline;
	border-left: 1px solid #CCCCCC;
}

#rightarea {
	text-align: right;
}

/* footerarea部分 */
#footerarea {
	width: 831px;
	clear: both;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
}

#sublink {
	clear: both;
	width: 831px;
	padding-bottom: 30px;
}

#footer {
	float: left;
	width: 831px;
	color: #FFFFFF;
	font-size: 11px;
}

#footer_left {
	float: left;
	text-align: left;
	width: 500px;
}
*html #footer_left {
	float: left;
	text-align: left;
	display: inline;
}

.style4 {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}

#footer_right {
	float: right;
	width: 300px;
}
*html #footer_right {
	float: right;
	display: inline;
}

#footer_right p, #footer_right a {
	color: #FFFFFF;
}

#footer_right a:link, #footer_right a:visited {
	color: #FFFFFF;
}

#footer_right a:hover, #footer_right a:active {
	color: #666666;
}

h3 {
	font-weight: 400;
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
}
