﻿@charset "utf-8";

/* ここから基本設定 */

* {
	margin: 0;
	padding: 0;
}

body {
    font-family:"MS PGothic","Osaka",Arial,sans-serif;
    background-image: url(../images/background.gif);
    background-repeat: repeat-x;
}

img {
    border: 0;
}

a:hover img{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

a:hover {
    text-decoration:underline;
}

h1 {
	height: 23px;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
}
h2 {
	text-align: left;
	margin: 5px 0 9px 20px;
	font-size: 16px;
	color: #4b4c4c;
	padding-left: 8px;
	border-left: 6px solid #246bae;
}

h3 {
	text-align: left;
	margin: 5px 0 9px 20px;
	font-size: 16px;
	color: #4b4c4c;
	padding-left: 8px;
	border-left: 6px solid #246bae;
}

h4 {
	text-align: left;
	margin: 5px 0 9px 20px;
	font-size: 16px;
	color: #4b4c4c;
	padding-left: 8px;
	border-left: 6px solid #246bae;
}

#ie6 {
	text-align: center;

}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

/* ここからヘッダ */

#header-left {
	float: left;
}

#header-right {
	float: right;
	margin-top: 23px;
}

#main_image {
	clear: both;
	margin-top: 109px;
}

#sub_image {
	margin-top: 10px;
}

#content_wrapper {
	width: 900px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* ここからサイドメニュー */

#left-menu {
	width: 213px;
	background-color: #dbdbdc;
	float: left;
}

ul {
	list-style-type: none;
	padding-top: 5px;
}

li img {
	vertical-align:bottom;
}

#contact {
	margin-top: 7px;
	padding-bottom: 7px;
}

/* ここから中央コンテンツ */

#center_content {
	width: 655px;
	float: right;
	margin-bottom: 10px;
}

#topics {
	height: 240px;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 5px solid #dbdbdc;
}

#topics_margin {
	padding: 3px 0 0 22px;
}

#news_title {
	text-align: center;
	padding-top: 10px;
}

dl {
	width: 580px;
	margin: 8px 0;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
	font-size: 13px;
}

dt {
	width: 75px;
	height: 25px;
	float: left;
	margin-right: 15px;
}

dd {
}

#content_margin {
	margin-left: 5px;
}

#center_topics {
	width: 655px;
	height: 188px;
	padding-top: 5px;
	background-color: #dbdbdc;
}

#center_greeting {
	height: 184px;
	margin-top: 6px;
	background-color: #dbdbdc;
}

#greeting_content {
	margin-top: 10px;
	background-color: #ffffff;
	border: 5px solid #dbdbdc;
}

#greeting_title {
	padding: 10px 0;
}
.greeting_text {
	font-size: 13px;
	text-align: left;
	line-height: 1.5;
	padding: 0 0 10px 29px;
	color: #575757;
}

#access_counter {
	text-align: right;
	clear: both;
}

/* ここからフッタ */

#footer {
	background-color: #324d9e;
	clear: both;
}

#footer_text {
	color: #ffffff;
	font-size: 12px;
}