/********************

基準

********************/

h1, h2, h3, h4, div, p, ul, ol,dl, dt, dd, form, fieldset, address, img {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:small;
	line-height:1.3;
	border:none;
	font-style: normal;
}

a:link,a:active,a:visited {
	font-size: 12px;
	color: #003399;
	text-decoration: underline;
}
hr {
	display: none;
}

a:hover {
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}
/********************

トップ

********************/
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat: repeat-x;
	background-color: #E2E2E2;
	background-image: url(../images/header_bg.gif);
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 130px;
	position: relative;
}
h1 {
	font-weight: normal;
	padding-top: 6px;
	display: block;
	height: 24px;
}
#logo {
	background-image: url(../images/logo_fukuoka.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 216px;
	position: absolute;
	left: 17px;
	top: 57px;
}
#logo a {
	display: block;
	height: 43px;
	width: 216px;
	text-indent: -9999px;
}
#top_banner {
	height: 60px;
	width: 468px;
	position: absolute;
	top: 50px;
	left: 360px;
}

#top_ad {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#main {
	margin-right: 10px;
	margin-left: 10px;
}
#left_area {
	width: 520px;
	float: left;
}
.left_inner {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.left_inner h2 {
	background-image: url(../images/line.jpg);
	height: 16px;
	padding: 4px 5px 5px 5px;
}
.left_inner_main {
	padding: 10px;
}
.left_inner_main ol {
	padding: 10px;
}
#right_area {
	width: 300px;
	float: right;
}
.right_inner {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.right_inner h3 {
	background-image: url(../images/line.jpg);
	height: 16px;
	padding: 4px 5px 5px 5px;
}
.right_inner_main {
	padding: 10px;
}
.right_ad {
	margin-bottom: 10px;
}
#right_banner {
	margin-bottom: 10px;
	height: 270px;
	display: block;
	text-align: center;
}

#footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
}

