﻿@charset "UTF-8";

/* 共通CSS
------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../common/head_bg01.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

ul, ul li {
	list-style: none;
}

img {
	border: none;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	color: #333333;
	font-size: 12px;
	text-align: left;
	background: none;
	background-image: url(../common/head_bg01.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#wrapper a:link {
	color: #00509D;
	text-decoration: none;
}
#wrapper a:visited {
	color: #A03C68;
	text-decoration: none;
}
#wrapper a:hover {
	color: #00509D;
	text-decoration: underline;
}
#wrapper a:active {
	color: #7FA7CE;
	text-decoration: underline;
}

#wrapper #headerArea {
	height: 71px;
	margin: 0;
	padding: 5px 0 0 0;
}
#wrapper #headerArea * {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
}
#wrapper #headerArea .logoArea {
	float: left;
	width: 140px;
	height: 65px;
}
#wrapper #headerArea .bnrArea {
	float: left;
	padding: 12px 0 0 7px;
}

#wrapper #headerArea .btnArea {
	float: right;
	position: relative;
	margin: 0;
	width: 160px;
	height: 65px;
	background-image: url(../common/head_bg02.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#wrapper #headerArea .btnArea .btn01 {
	position: absolute;
	top: 5px;
	left: 76px;
}
#wrapper #headerArea .btnArea .btn02 {
	position: absolute;
	top: 30px;
	left: 12px;
	width: 138px;
	height: 26px;
}
#wrapper #headerArea .btnArea .btn02 ul li {
	float: left;
}

#wrapper #headerNavArea {
	width: 850px;
	height: 40px;
	margin: 0 0 20px 0;
}
#wrapper #headerNavArea * {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
}
#wrapper #headerNavArea ul li {
	float: left;
}
#fontBtn1 {
	background-image: url(../common/head_btn_s_n.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#fontBtn2 {
	background-image: url(../common/head_btn_m_o.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#fontBtn3 {
	background-image: url(../common/head_btn_l_n.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#topicPath {
	margin: 0 0 18px 0;
	font-size: 83%;
	color: #666666;
}

#mainArea {
	line-height: 1.7;
}
#mainArea * {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#mainArea #contentBlock {
	float: left;
	width: 645px;
}
#mainArea .contentTitle {
	margin: 0 0 20px 0;
}


#mainArea #lNaviBlock {
	float: right;
	width: 200px;
	padding: 0 0 70px 0;
	background-image: url(../common/lnavi_bg03.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#mainArea #lNaviBlock ul {
	width: 200px;
	background-image: url(../common/lnavi_bg02.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
#mainArea #lNaviBlock ul li {
	width: 196px;
	margin: 0 0 0 2px;
	padding: 6px 0;
	color: #555555;
	line-height: 1.5;
	background-image: url(../common/lnavi_bg01_noarw.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#mainArea #lNaviBlock ul li a {
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../common/lnavi_arw01.gif);
	background-position: 8px 4px;
	background-repeat: no-repeat;
}
#mainArea #lNaviBlock ul li.this {
	background-image: url(../common/lnavi_bg01_noarw_o.jpg);
}
#mainArea #lNaviBlock ul li.this2 {
	background-image: url(../common/spacer.gif);
	background-color: #FFFFFF;
}
#mainArea #lNaviBlock ul li.open {
	background-image: url(../common/lnavi_bg01_noarw_o2.jpg);
	background-color: #FFFFFF;
}
#mainArea #lNaviBlock ul li.openThis {
	background-image: url(../common/lnavi_bg01_noarw_o2.jpg);
	background-color: #FFFFFF;
}
#mainArea #lNaviBlock ul li.this span {
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../common/lnavi_arw01_o.gif);
	background-position: 8px 4px;
	background-repeat: no-repeat;
}
#mainArea #lNaviBlock ul li.open span,
#mainArea #lNaviBlock ul li.open a {
	display: block;
	padding: 0 0 0 20px;
	background-image: url(../common/lnavi_arw01_open.gif);
}
#mainArea #lNaviBlock ul li.openThis span,
#mainArea #lNaviBlock ul li.openThis a {
	background-image: url(../common/lnavi_arw01_open_o.gif);
}

#mainArea #lNaviBlock ul ul {
	width: 196px;
	margin: 0;
	padding: 5px 0 0 0;
	background: none;
}

#mainArea #lNaviBlock ul li.openThis li span,
#mainArea #lNaviBlock ul li.openThis li a,
#mainArea #lNaviBlock ul li.open li span,
#mainArea #lNaviBlock ul li.open li a,
#mainArea #lNaviBlock ul li li.this span,
#mainArea #lNaviBlock ul li li.this a,
#mainArea #lNaviBlock ul li li span,
#mainArea #lNaviBlock ul li li a {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	text-indent: 0;
	background-image: url(../common/sp.gif);
}
#mainArea #lNaviBlock ul li li {
	width: 166px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 30px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 30px;
	color: #666666;
	background: none;
	background-image: url(../common/com_dot01.gif);
	background-position: 20px 13px;
	background-repeat: no-repeat;
	background-color: #EEF3F9;
}
#mainArea #lNaviBlock ul li li.this {
	background: none;
	background-image: url(../common/com_dot01.gif);
	background-position: 20px 13px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#mainArea .footerLink {
	clear: both;
	height: 20px;
	line-height: 20px;
	margin: 25px 0 0 0;
	padding: 0 0 0 17px;
	background-image: url(../common/com_arw01.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
#mainArea .footerLink2 {
	clear: both;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 17px;
	background-image: url(../common/com_arw01.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#mainArea .footerLinkLeft {
	float: left;
	width: 250px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 17px;
	background-image: url(../common/com_arw01.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
#mainArea .footerLinkLeft2 {
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 17px;
	background-image: url(../common/com_arw01.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
#mainArea .footerLinkRight {
	float: right;
	text-align: right;
	width: 250px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 17px 0 0;
	background-image: url(../common/com_arw02.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
}
#mainArea .footerLinkRight2 {
	float: right;
	width: 300px;
	height: 20px;
	line-height: 20px;
	padding: 0 20px 0 0;
	text-align: right;
	font-weight: bold;
}
#mainArea .footerLinkRight2 a {
	font-weight: normal;
}
#mainArea .footerLinkRight2 a:link,
#mainArea .footerLinkRight2 a:visited {
	text-decoration: underline;
}
#mainArea .footerLinkRight2 a:hover,
#mainArea .footerLinkRight2 a:active {
	text-decoration: none;
}

#footNavArea {
	clear: both;
	height: 37px;
	padding: 45px 0 0 0;
}
#footNavArea * {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
}
#footNavArea ul li {
	float: left;
}
#footNavArea ul li.right {
	float: right;
}

#footerArea {
	height: 33px;
	font-size: 83%;
	background-image: url(../common/foot_bg01.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#footerArea * {
	margin: 0;
	padding: 0;
}
#footerArea a:link,
#footerArea a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerArea a:hover,
#footerArea a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerArea .footer {
	width: 850px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: right;
}
#footerArea .footer address {
	float: left;
}
#footerArea .footer ul {
	float: right;
	width: 500px;
}
#footerArea .footer ul li {
	float: right;
	padding: 0 0 0 30px;
	background-image: url(../common/foot_arw01.gif);
	background-position: 20px 5px;
	background-repeat: no-repeat;
}

#seoFooter {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 10px;
	text-align: right;
	background-color: #00509D;
	line-height: 1.1;
}
#seoFooter a:link,
#seoFooter a:visited,
#seoFooter a:hover,
#seoFooter a:active {
	color: #666666;
}

.clearBoth {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 0;
}

