﻿@charset "utf-8";

/* サブ領域のナビゲーション ここから↓ */
#sub #news {
	background: #f1efe2 url(../images/sub-bg.gif) no-repeat center bottom;
	padding-bottom: 30px;
	margin-top: 0;
	margin-bottom: -30px;
}
#sub #news h3 {
	text-indent: -9999px;
	background: url(../images/sub-h3.gif) no-repeat;
	height: 40px;
	width: 200px;
	margin-bottom: 0;
}
#sub #news h4 {
	font-size: 112%;
	padding: 0 10px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 0.5em;
}
#sub #news p {
	padding: 0 10px;
	margin-top: 0;
}
#sub a#mm {
	text-indent: -9999px;
	background: url(../images/btn-mm.gif) no-repeat;
	height: 52px;
	width: 200px;
	display: block;
}
#sub a#mm:hover {
	background-image: url(../images/btn-mm_on.gif);
}



/* サブ領域のナビゲーション ここまで↑ */

/* 基本レイアウト ここから↓ */
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87.5%;
	line-height: 1.5;
	background: #FFF url(../images/header-bg.gif) repeat-x;
}

#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float: left;
	width: 640px;
	margin-bottom: 20px;
}

#sub {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	border-top: 1px solid #999999;
}

#footer p {
	text-align: right;
	margin: 10px 0px;
}

#header {
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
}

#header #logo {
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 160px;
	width: 253px;
}

#header a#logo:hover {
	background: url(../images/logo_on.png);
}

#header h1,#header p {
	margin: 0px;
}

#header ul {
	position: absolute;
	bottom: 60px;
	right: 0px;
}

#header ul li {
	display: inline;
	list-style: none;
}

#header ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 7px 15px;
	float: left;
	margin-right: -1px;
	border: 1px solid #FFF;
}

#header ul li a:hover {
	background-color:#d783ac;
}

#about #wrapper #header ul #nav1 a,
#event #wrapper #header ul #nav2 a,
#list #wrapper #header ul #nav3 a {
	color: #c64e88;
	background: #FFF;
}


/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */
body#home {
	background: url(../images/header-bg-top.gif) repeat-x center top;
}

#header p#lead {
	color: #FFF;
	width: 550px;
	position: absolute;
	top: 130px;
	left: 280px;
}

#home #wrapper #header {
	margin-bottom: 50px;
}

#home #footer {
	border-top: none;
}

/* トップページ ここまで↑ */

/* 「岡山の魅力」ページ ここから↓ */
img.floatRight {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

#main h2 {
	font-size: 122%;
	margin-bottom: 10px;
}

#main p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

#home #wrapper #main {
	width: 860px;
}
/* 「岡山の魅力」ページ ここまで↑ */

/* 「岡山の観光イベント」ページ ここから↓ */
table {
	border-collapse: collapse;
	margin: 20px 0 10px;
}
table th,
table td {
	padding: 3px 6px;
	vertical-align: top;
	border: 1px solid #bbbbbb;
}
table th {
	font-weight: bold;
	text-align: center;
	background: #cccccc url(../images/th-bg.gif) no-repeat left top;
	white-space: nowrap;
}

/* 「岡山の観光イベント」ページ ここまで↑ */
table td.month {
	background: #f2f2f2 url(../images/th-bg.gif) no-repeat left top;
	white-space: nowrap;
}
/* 「メールマガジン登録」ページ ここから↓ */
table#form-table th {
	text-align: right;
	background-color: #ffffff;
}

table#form-table th,table#form-table td {
	border: none;
}

#main .walk-list h2 {
	font-size: 100%;
	margin: 5px 0px 0px;
}

#main .walk-list p {
	margin: 0px;
}

#main .walk-list img {
	padding: 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #cccccc;
}

#main .walk-list {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#main .section {
	margin-right:-20px;
}
