@charset"Shift_JIS";/*---文字コード指定（日本語のコメント･日本語フォント指定の際は必須）---*/

/*----------[[全体構造]]----------*/
body {
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif, Osaka;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
a:link { color: #4B689E; }
a:visited { color: #4B689E; }
a:active { color: #4B689E; }
a:hover { color: #815849; }
#header {
	margin-bottom: 12px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-top: 5px;
}
#header h1{
	padding-left: 5px;
	font-size: 24px;
	margin: 0px;
	font-weight: bold;
	color: #E84040;
}
#header h2{
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
	padding-right: 5px;
	line-height: 130%;
}
#contents {
	width: 820px;
	background-image: url(image/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#maincol {
	float: left;
	width: 530px;
	padding-right: 9px;
	padding-left: 9px;
	text-align: left;
}
#subcol {
	float: right;
	width: 270px;
}
div.footerlink {
	width: 700px;
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #3C4648;
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
div.counter {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #728589;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #728589;
	text-align: center;
	font-size: 12px;
	color: #3C4648;
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	clear: both;
	background-color: #EDEAE0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C4648;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C4648;
	text-align: center;
	font-size: 12px;
	color: #3C4648;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}



/*----------[[ボックスタイトル]]----------*/
h6.subbox01 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(/img/share/boxtitle_lbg.gif);
	background-repeat: no-repeat;
	background-color: #FFCCCC;
	background-position: center center;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AEB9C6;
	border-left-color: #AEB9C6;
}
h6.subbox02 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(/img/share/boxtitle_lbg.gif);
	background-repeat: no-repeat;
	background-color: #D0E1D5;
	background-position: center center;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AEB9C6;
	border-left-color: #AEB9C6;
}
/*----------[[ボックスコンテンツ]]----------*/
div.boxcontents {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AEB9C6;
	border-left-color: #AEB9C6;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #666666;
	padding: 8px 5px 3px;
	text-align: left;
}
div.boxbottom {
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

/*----------[[タイトル]]----------*/
h2.pagetitle {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #505E61;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6666;
}
/*----------[[基本 キャッチコピー]]----------*/
h3.pagetitle {
	font-size: 16px;
	font-weight: bold;
	color: #E84040;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E84040;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: left;
}
h3.pagetitle a:link { color: #E84040;text-decoration: none; }
h3.pagetitle a:visited { color: #E84040;text-decoration: none; }
h3.pagetitle a:active { color: #E84040;text-decoration: none; }
h3.pagetitle a:hover { color: #FDA828;text-decoration: none; }

h4.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #517A9B;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6F7D77;
	margin-left: 10px;
}
/*----------[[基本 テキスト]]----------*/
table.pagetext {
	font-size: 12px;
	line-height: 140%;
	color: #6F9557;
	margin-bottom: 5px;
	text-align: left;
	margin-right: 10px;
	margin-left: 20px;
}
p.pagetext {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}

/*----------[[アクセスログ]]----------*/
div.accesslog {
	display: none;
}

/*----------[[フッター]]----------*/
div.footerlink {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #728589;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #728589;
	text-align: center;
	font-size: 12px;
	color: #3C4648;
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
div.footerlink p{
	margin-top: 12px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3C4648;
	padding-bottom: 2px;
}
div.footerlink div{
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
div.footerlink a:link { text-decoration: none; }
div.footerlink a:visited { text-decoration: none; }
div.footerlink a:active { text-decoration: none; }
div.footerlink a:hover { text-decoration: none; }
#footer {
	clear: both;
	background-color: #FAF5D4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ABCEBD;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	text-align: center;
	font-size: 12px;
	color: #3C4648;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 130%;
	width: 820px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ABCEBD;
	border-left-color: #ABCEBD;
}
#footer span{
	font-size: 10px;
}
#footermenu {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #728589;
	text-align: center;
	font-size: 12px;
	color: #3C4648;
	line-height: 130%;
	padding-top: 5px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}
#footermenu div{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#footermenu a:link { text-decoration: none; }
#footermenu a:visited { text-decoration: none; }
#footermenu a:active { text-decoration: none; }
#footermenu a:hover { text-decoration: none; }
#footerlink {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #3C4648;
	line-height: 130%;
	padding-top: 3px;
	padding-bottom: 4px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
#footerlink div{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#footerlink a:link { text-decoration: none; }
#footerlink a:visited { text-decoration: none; }
#footerlink a:active { text-decoration: none; }
#footerlink a:hover { text-decoration: none; }


/*----------サイドメニュー----------*/
dl.sidemenu {
	margin: 0px;
}
dl.sidemenu dt {
	padding: 0px 0px 0px 12px;
	margin: 5px 0px 0px;
	font-weight: bold;
	color: #C05755;
	font-size: 12px;
	background-image: url(../image/common/icon_m1.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}
dl.sidemenu dd {
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 12px;
	background-image: url(../image/common/icon_m2.gif);
	background-repeat: no-repeat;
	background-position: 0px -1px;
}
dl.sidemenu a:link { color: #4D707D; text-decoration: none; }
dl.sidemenu a:visited { color: #4D707D; text-decoration: none; }
dl.sidemenu a:active { color: #4D707D; text-decoration: none; }
dl.sidemenu a:hover { color: #815849; text-decoration: underline; }

/*----------[[色文字]]----------*/
.fontEE6495 {
	color:#EE6495;
}
.font76A4DC {
	color:#76A4DC;
}
.fontDD0000 {
	color:#DD0000;
}
.font6D9A56 {
	color:#6D9A56;
}
.font485684 {
	color:#485684;
}
.fontFF6600 {
	color:#FF6600;
}
.font786238 {
	color:#786238;
}
.font786238 {
	color:#786238;
}
.fontC14043 {
	color:#C14043;
}

