@charset "UTF-8";

/* サイトの基本設定 */
*{
	margin: 0px; padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #009999;
	color: #333333;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* 背景 */
#gradation-back {
	width: 100%;
	background-image: url(../img/gradation-back.jpg);
	background-repeat: repeat-x;
	float: left;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* フレーム */
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-position: 1px;
	padding-left: 1px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ヘッダー */
#header {
	background-image: url(../img/header-back.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 770px;
	float: left;
}
#header-left {
	float: left;
	margin-top: 30px;
	width: 510px;
	padding-left: 10px;
}
#header-right {
	float: right;
	margin-top: 30px;
	width: 240px;
	clear: right;
	padding-right: 10px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* タイトルボタン */
.title:link {
	height: 40px;
	width: 305px;
	display: block;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	outline: 0;
}
.title:visited {
	height: 40px;
	width: 305px;
	display: block;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	outline: 0;
}
.title:hover {
	height: 40px;
	width: 305px;
	display: block;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	outline: 0;
}
.title:active {
	height: 40px;
	width: 305px;
	display: block;
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	outline: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* メールボタン */
.mail:link {
	height: 40px;
	width: 115px;
	background-image: url(../img/mail.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	float: left;
	outline: 0;
}
.mail:visited {
	height: 40px;
	width: 115px;
	background-image: url(../img/mail.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	float: left;
	outline: 0;
}
.mail:hover {
	height: 40px;
	width: 115px;
	background-image: url(../img/mail-over.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	float: left;
	outline: 0;
}
.mail:active {
	height: 40px;
	width: 115px;
	background-image: url(../img/mail-over.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	float: left;
	outline: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* サイトマップボタン */
.sitemap:link {
	height: 40px;
	width: 115px;
	display: block;
	background-image: url(../img/sitemap.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	float: right;
	outline: 0;
}
.sitemap:visited {
	height: 40px;
	width: 115px;
	display: block;
	background-image: url(../img/sitemap.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	float: right;
	outline: 0;
}
.sitemap:hover {
	height: 40px;
	width: 115px;
	display: block;
	background-image: url(../img/sitemap-over.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	float: right;
	outline: 0;
}
.sitemap:active {
	height: 40px;
	width: 115px;
	display: block;
	background-image: url(../img/sitemap-over.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-decoration: none;
	float: right;
	outline: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* メイン */
#main {
	width: 750px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	background-image: url(../img/contents-back.jpg);
	background-repeat: repeat-y;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ナビ */
#navi {
	width: 185px;
	float: left;
}
#navi-contents {
	background-image: url(../img/navi-contents.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 185px;
	text-indent: -9999px;
}
#navi-information {
	background-image: url(../img/navi-information.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
	width: 185px;
}
#navi ul {
	margin-bottom: 55px;
}
#navi li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#navi li a:link {
	height: 26px;
	width: 160px;
	display: block;
	background-image: url(../img/navi-point.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-top: 14px;
	padding-left: 25px;
	background-position: 5px;
}
#navi li a:visited {
	height: 26px;
	width: 160px;
	display: block;
	background-image: url(../img/navi-point.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-top: 14px;
	padding-left: 25px;
	background-position: 5px;
}
#navi li a:hover {
	height: 26px;
	width: 160px;
	display: block;
	background-image: url(../img/navi-point-over.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-top: 14px;
	padding-left: 25px;
	background-position: 5px;
}
#navi li a:active {
	height: 26px;
	width: 160px;
	display: block;
	background-image: url(../img/navi-point-over.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	padding-top: 14px;
	padding-left: 25px;
	background-position: 5px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* コンテンツ */
#contents {
	width: 555px;
	float: right;
}
#bread {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 25px;
}
h1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	height: 170px;
	width: 545px;
	padding-top: 20px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-image: url(../img/key-visual.jpg);
}
h2 {
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(../img/caption.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 542px;
	padding-top: 8px;
	padding-left: 13px;
	margin-top: 70px;
}
#caption-top {
	font-size: 20px;
	color: #FFFFFF;
	background-image: url(../img/caption.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 542px;
	padding-top: 8px;
	padding-left: 13px;
	margin-top: 0px;
	clear: left;
}
p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 5px;
	line-height: 135%;
}
.txt12 {
	font-size: 12px;
}
.color-red {
	color: #CC0000;
}
.color-green-b {
	color: #009966;
	font-weight: bold;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* フッター */
#footer {
	height: 45px;
	width: 770px;
	background-image: url(../img/footer-back.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
}
#return {
	text-align: right;
	background-image: url(../img/return.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 760px;
	clear: left;
	padding-right: 10px;
	font-size: 12px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* トップカテゴリー */
.category-box-top {
	width: 555px;
	background-image: url(../img/category-back.jpg);
	background-repeat: repeat-y;
	margin-top: 30px;
	margin-bottom: 35px;
}
.category-box {
	width: 555px;
	background-image: url(../img/category-back.jpg);
	background-repeat: repeat-y;
	margin-bottom: 35px;
}
.category-mainbox {
	width: 522px;
	margin-left: 17px;
}
.category-leftbox {
	width: 160px;
	float: left;
}
.category-centerbox {
	width: 160px;
	margin-left: 21px;
	float: left;
}
.category-rightbox {
	width: 160px;
	margin-left: 21px;
	float: left;
}
.category-footer {
	height: 20px;
	width: 555px;
	background-image: url(../img/category-footer.jpg);
	background-repeat: no-repeat;
	clear: left;
}
.category-mainbox ul {
	padding-top: 3px;
	padding-bottom: 3px;

}
.category-mainbox li {
	line-height: 150%;
	font-size: 12px;
	list-style-type: none;
	background-image: url(../img/category-triangle.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 4px;
}
.category-mainbox li a:link {
	text-decoration: none;
	color: #003366;
}
.category-mainbox li a:visited {
	text-decoration: none;
	color: #003366;
}
.category-mainbox li a:hover {
	text-decoration: none;
	color: #FF6600;
}
.category-mainbox li a:active {
	text-decoration: none;
	color: #FF6600;
}
#basis {
	background-image: url(../img/caption-basis.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 555px;
	text-indent: -9999px;
}
#kind {
	background-image: url(../img/caption-kind.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 555px;
	text-indent: -9999px;
}
#general {
	background-image: url(../img/caption-general.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 555px;
	text-indent: -9999px;
}
#relation {
	background-image: url(../img/caption-relation.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 555px;
	text-indent: -9999px;
}
#welfare {
	background-image: url(../img/caption-welfare.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 555px;
	text-indent: -9999px;
}
#join {
	background-image: url(../img/caption-join.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 555px;
	text-indent: -9999px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* ads */
#ads-top {
	width: 525px;
	float: left;
	margin-left: 15px;
	margin-bottom: 50px;
}
#ads-left {
	width: 250px;
	float: left;
}
#ads-right {
	width: 250px;
	float: right;
}
#ads-bottom {
	height: 15px;
	margin-top: 35px;
	text-align: center;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* 検索 */
#search-box {
	font-size: 14px;
	padding-left: 10px;
	line-height: 200%;
	color: #009966;
	font-weight: bold;
}
#search {
	width: 160px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* サイトマップ */
.sitemap-box {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.sitemap-box li {
	line-height: 150%;
	font-size: 14px;
	list-style-type: none;
	background-image: url(../img/category-triangle.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 4px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* エントリー・アーカイブ */
#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}
#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}
#comment-post {
    font-weight: bold;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* カテゴリー・アーカイブ */
.category-square {
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 5px;
	line-height: 135%;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* 検索ページ */
.search-square {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	line-height: 135%;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* 外部リンク */
#top-link {
	margin-left: 5px;
	margin-top: 20px;
	color: #666666;
	font-size: 12px;
	line-height: 150%;
}
#top-link a:link {
	color: #999999;
}
#top-link a:visited {
	color: #999999;
}
#top-link a:hover {
	color: #999999;
}
#top-link a:active {
	color: #999999;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* 質問・回答 */
#question {
	height: 50px;
	margin-left: 5px;
	background-image: url(../img/mark-question.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	text-indent: 60px;
}
#answer {
	height: 50px;
	margin-top: 70px;
	margin-left: 5px;
	background-image: url(../img/mark-answer.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	text-indent: 60px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* 更新情報 */
#info-box {
	margin-left: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	list-style-position: inside;
	line-height: 175%;
}
#info-box li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.info-title {
	margin-left: 10px;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	list-style-type: none;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
