﻿@charset "utf-8";

/* ボディー部分の設定                                         */

html {
	background: #999999 url(images/background4-brack.jpg) repeat-x top;
}
body {
	color: #000000;
	font: 14px/150% "ＭＳ Ｐゴシック", Osaka;
	margin-top: 15px;
	margin-bottom: 0px;
}
/* レイアウトテーブルの設定                                   */

.main_table {
	width: 850px;
	padding: 0px;
	border-top: 2px solid #666666;
	border-right: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 4px solid #333333;
}
.td-1-title {
	text-align: center;
	background: #999999 url(images/head_background3-brack.gif) no-repeat;
	vertical-align: top;
	padding-top: 0px;
}
.main_table .td-1-title p {
	line-height: 120%;
	text-align: left;
	color: #000000;
	padding: 0px;
	margin: 0px 125px;
}
.td-2-blank {
	height: 0px;
	background: #999999 url(images/background_darkgray.gif);
	padding: 0px;
}
.td-3-contents {
	text-align: left;
	vertical-align: top;
	background: #FFFFFF;
	padding: 5px 30px 20px;
	border-left: 1px solid #666666;
}

/* メニュー部分の設定                                         */

.td-4-menu {
	width: 180px;
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 5px 10px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 125%;
	background-color: #333333;
	background-image: url(images/background_brack.gif);
}

/* カテゴリ枠（大きな枠）*/

.link-waku {
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-position: right bottom;
}
.link-waku-visit {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #333333 url(images/link_back-brack.gif) right bottom;
	font-size: 14px;
	line-height: 100%;
}

/* ページ枠（小さな枠） */

.link-waku-pages {
	margin: 2px 10px;
	border-bottom: 1px solid #666666;
	background: #999999;
	border-right: 1px solid #666666;
	padding: 3px 5px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.link-waku-pages-visit {
	margin: 2px 10px;
	background: #666666;
	padding: 3px 5px 3px 8px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFFF99;
}

/* テキストリンク設定 */

.main_table .td-4-menu p a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
	white-space: nowrap;
}
.main_table .td-4-menu p a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;
}
.main_table .td-4-menu p a:active {
	text-decoration: none;
	padding: 3px;
	color: #0000FF;
}
.main_table .td-4-menu p a:hover {
	text-decoration: none;
	padding: 3px;
	color: #0000FF;
}

/* フッター部分の設定                                         */

.td-5-footer {
	text-align: left;
	color: #333333;
	padding: 30px;
	background-color: #CCCCCC;
	background-image: url(images/background_gray.gif);
}

/* 見出し要素の設定                                           */

h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	color: #000000;
	line-height: 100%;
}
h2 {
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: -5px;
	background: #EEEEEE url(images/background_gray.gif);
	width: 380px;
	padding-top: 5px;
	padding-bottom: 3px;
	border: 2px solid #999999;
	line-height: 100%;
	color: #000000;
}
.p2 {
	width: 95%;
}

h3 {
	font-size: 16px;
	color: #333333;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 4px;
	line-height: 100%;
	width: 350px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: center;
}
.p3 {
	font-size: 95%;
	width: 90%;
}

h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #666666;
	text-align: center;
	width: 360px;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid #666666;
	font-weight: normal;
}

/* メニュー以外のリンク設定                                   */

a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: underline;
}
a:active {
	color: #FF3333;
	text-decoration: none;
}

/* 画像への文字の廻り込み設定                                  */

.image-hidariyose {
	float: left;
	clear: both;
	margin-right: 15px;
}
.image-migiyose {
	float: right;
	clear: both;
	margin-left: 15px;
}

/* リンクページのテーブルの設定                               */

.linkwakutitle {
	background: #EEEEEE;
	border: 1px solid #999999;
	padding-right: 5px;
	padding-left: 10px;
	white-space: nowrap;
	width: 33%;
}
.linkpage_links {
	font-size: 12px;
	line-height: 100%;
	background: #CCCCCC;
	margin-bottom: 15px;
}
.linkpage_links td {
	background: #FFFFFF;
	padding: 2px 10px;
	border: 1px solid #999999;
}
.linkuwaku_honbun {
	font-size: 12px;
	line-height: 125%;
	padding-right: 10px;
	padding-left: 10px;
}

/* リンク用の枠設定     　　　　　　                          */

.show_window {
	width: 170px;
	border: 1px solid #666666;
	margin-top: 5px;
	background: #CCCCCC;
	color: #000000;
}
.show_window-name {
	font-size: 14px;
	padding: 5px 10px;
	border-bottom: 1px solid #666666;
	background: #DDDDDD;
}
.show_window-setumei {
	font-size: 12px;
	padding: 2px;
}
.show_window-item {
	font-size: 12px;
	padding: 2px;
	text-align: center;
}
.td-3-contents2 {
	text-align: left;
	vertical-align: top;
	padding: 5px 30px 20px;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
}
.td-1-sub {
	text-align: left;
	background-image: url(images/background4-lightgray.jpg);
	background-repeat: repeat;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.linkwaku {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.main_table .td-3-contents .linkwaku td {
	font-size: 12px;
	background-color: #DDDDDD;
	color: #333333;
}

