@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;/* コンテンツがウィンドウの高さ分に満たなくても、右側にスクロールバーを表示 */
}
body {
	font-size: 75%;
	color: #333333;
	background: url(images/body_bg.jpg) center top repeat-y;
	background-attachment: fixed;/*IE7で背景画像がずれるバグへの対応*/
}
img {
	vertical-align: bottom;/*画像の下に隙間が出来なくなる*/
	text-decoration: none;
	border: 0;
}
p {
	line-height: 160%;
	margin-bottom: 1em;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
ul,ol {
	list-style: none;
	line-height: 160%;
}
dl {
	line-height: 160%;
	margin-bottom: 1em;
}
dl dt {
	line-height: 160%;
}
dl dd {
	line-height: 160%;
}

/* WP用 画像配置の指定 */

img.alignleft {
	float: left;
	margin-right: 20px;
	clear: both;
}

img.alignright {
	float: right;
	margin-left: 20px;
	clear: both;
}

img.aligncenter {
	clear: both;
	display: block;
	margin: 25px auto;
}

.wp-caption-text {
	margin: 5px 0 0;
}

.wp-caption {
	border: solid 1px #CCCCCC;
	background-color: #F1F1F1;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 25px;
}

/* コンテナ */

div#container {
	width: 800px;
	margin: 0 auto;
}

/* ヘッダー */

div#header {
	background: url(images/header_bg.jpg) left top repeat-x;
	width: 800px;  /*IE6対策 */
	height: 100px;
	position: relative;
	border-bottom: 1px #E0E0E0 solid;
	margin-bottom: 1px;
}
div#header h1 {
	position: absolute;
	top: 40px;
	left: 29px;
}
div#header address {
	width: 738px;
	text-align: right;
	font-style: normal;
}

/* メイン部 */

div#main {
	width: 750px;
	margin: 0 auto;
	background: url(images/main_bg.gif) left top no-repeat;
	padding-bottom: 50px;
	_zoom: 1;
	overflow: hidden;
}

/* グローバルナビゲーション */

div#nav {
	margin-bottom: 1px;
}

div#nav ul#g_nav {
	background: #EF94A9 url(images/nav_bg.png) left bottom repeat-x;
	padding: 0;
	text-align: left;/* ←まぁ、別に書かんでもいいんだけどね…。 */
}

div#nav ul#g_nav li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	line-height: 31px;
	/*margin-right: 1px;*/
	background: url(images/navLi_bg.jpg) right center no-repeat;
}

div#nav ul#g_nav li a {
	padding: 0 30px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	/position: relative;/* IE6等にもリンクのクリッカブル領域を反映させる */
}

div#nav ul#g_nav li a:hover,
div#nav ul#g_nav li a:active {
	text-decoration: underline;
}

div#content {
	width: 500px;
	clear: both;
	padding-top: 33px;
	float: left;
}

div#content h2 {
	font-size: 112%;
	letter-spacing: 0.1em;
	background: #EF94A9 url(images/h2_bg.jpg) left bottom repeat-x;
	margin-bottom: 1em;
	padding-left: 12px;
	line-height: 28px;
	color: #FFFFFF;
	border-bottom: 2px #E1AFBB solid;
}

div#content h3 {
	font-size: 112%;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	border-bottom: 2px #E1AFBB solid;
	_zoom: 1;
	overflow: hidden;
	padding-bottom: 2px;
}

div#content dl {
	padding: 0;
}
div#content dl dt {
	width: 6em;
	float: left;
	clear: both;
	color: #4284BF;
}
div#content dl dd {
	padding-left: 95px;
}
div#content p {
	padding: 0;
	_zoom: 1;
	overflow: hidden;
}

/* サブページ */

div#content_sub {
	width: 500px;
	clear: both;
	padding-top: 33px;
	float: left;
}
div#content_sub h2 {
	font-size: 117%;
	letter-spacing: 0.1em;
	background: #EF94A9 url(images/h2_bg.jpg) left bottom repeat-x;
	margin-bottom: 1.5em;
	padding-left: 12px;
	line-height: 28px;
	color: #FFFFFF;
	border-bottom: 2px #E1AFBB solid;
}
div#content_sub h3 {
	font-size: 112%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	background: url(images/h3_bg.gif) left center no-repeat;
	margin: 0 0 1em;
	border-bottom: 2px #E1AFBB solid;
}
div#content_sub dl {
}
div#content_sub dl dt {
	width: 100px;
	float: left;
	clear: both;
	color: #4284BF;
	font-weight: bold;
}
div#content_sub dl dd {
	padding-left: 110px;
}
div#content_sub p {
	/*_zoom: 1;
	overflow: hidden;*/
}
div#content_sub small {/* GoogleMap対応 */
	display: block;
	margin-bottom: 1em;
}
div#content_sub table {
	width: 100%;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
div#content_sub table td {
	border: 1px #CCCCCC solid;
	padding: 7px 12px;
	vertical-align: top;
}
div#content_sub ul {
	list-style: square outside none;
	margin: 0 0 1em 1.5em;
}

/* サイドバー */

div#primary {
	width: 200px;
	float: right;
	padding: 33px 0 0;
}

div#primary img {
	margin-bottom: 14px;
}


/* サイドバー */

div#sidebar {
	width: 186px;
	float: left;
	padding: 20px 0 0;
}

div#sidebar * {
	margin-left: 14px;
}

div#sidebar h2 {
	font-size: 130%;
	line-height: 1.6em;
	width: 150px;
	background: url(images/menu_head.gif) left center no-repeat;
	padding-left: 10px;
	border-bottom: 2px #AFAFAF solid;
}
div#sidebar ul {
	margin-left: 0;
	margin-top: 1em;
}
div#sidebar ul li {
	margin-left: 0;
	padding-top: 3px;
	background: url(images/dotline.gif) 14px bottom no-repeat;
	line-height: 2em;
}
div#sidebar ul li a {
	padding-left: 15px;
	background: url(images/arrow.gif) left center no-repeat;
	display: block;
	line-height: 2.5em;
	width: 150px;
}

/* フッタ部 */

div#footer {
	padding: 10px 25px 20px;
	clear: both;
	background: url(images/footer_bg.jpg) top left repeat-x;
	font-family: "Trajan Pro","Times New Roman", Times, serif;
	font-size: 90%;
}

div#footer p {
	margin: 0 auto;
	text-align: right;
}
