@charset "utf-8";
/* --- 全体の設定 --- */
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #fcfae6;
	color: #555555;
}
.clear {
    clear: both;
}
address {
    font-style: normal;
}

/* --- サイトヘッダー --- */
#site-header-area {
    height: 100px;
	min-width: 900px;
    background: url(../images/bg_header.png) center top repeat-x;
}
#site-header {
    margin: 0 auto;
    width: 900px;
    height: 100px;
}
#site-title a {
    display: block;
    height: 100px;
    width: 182px;
    float: left;
    background: url(../images/main_logo.png) center top no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
#site-info a {
    display: block;
    height: 100px;
    width: 262px;
    float: right;
    background: url(../images/info_btn.png) center top no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* --- メイン --- */
#container {
   	width: 900px;
	margin: 15px auto 20px;
}

/* --- 各ページのコンテンツ --- */
#main {
   	width: 600px;
    height: auto;
	float: right;
    margin-top: 15px;
}
article {
	padding: 20px 30px 30px;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dcdcdc;
}
article header {
    margin-bottom: 20px;
}
article h1 {
    margin: 10px 0;
	font-size: 24px;
}
article h2 {
    margin: 10px 0;
	font-size: 22px;
}
article h3 {
    margin: 10px 0;
	font-size: 18px;
}
article p {
    margin-bottom: 1.1em;
	line-height:170%;
    text-indent: 1em;
}

/* --- サイドメニュー --- */
#side {
    margin: 15px 0 20px 10px;
	width: 275px;
	float: left;
    margin: 15px 0 20px 10px;
}
#side-menu {
}
#link-list {
    margin-top: 20px;
}
#page-list li, #link-list li {
    list-style: none;
}
#page-list li a {
	display: block;
    height: 58px;
    width: 248px;
    padding-left: 40px;
	text-transform:uppercase;
	font-size: 18px;
	text-decoration:none;
	font-weight: bold;
    line-height: 58px;
}

/* --- 上に戻る --- */
#goto-top {
    clear: both;
   	width: 900px;
	margin: 0 auto 30px;
}
#goto-top a {
    margin-left: 20px;
    color: #555555;
	font-size: 12px;
    text-decoration: underline;
}

/* --- フッター --- */
#site-footer-area {
	background: url(../images/bg_footer.png) left top repeat-x;
}
#site-footer {
    width: 900px;
    margin: 0 auto;
    padding: 25px 0 20px;
    color: white;
}
#site-footer-right {
    float: right;
   	width: 500px;
}
#site-footer-left {
    float: left;
    width: 320px;
}
#site-footer ul {
    margin-bottom: 30px;
}
#site-footer h1 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}
#footer-nav li, #footer-nav-tokkoh li {
    display: inline-block;
}
#site-footer li a {
    margin: 0 10px 5px 0;
    color: white;
    text-decoration: underline;
}
#site-footer li a:hover {
    font-weight: bold;
}
#site-footer h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
#footer-address span {
    margin-right: 20px;
}
#footer-text p {
    line-height: 170%;
    text-indent: 0;
}