@charset "Shift_JIS";


/* 基本設定
******************************************************************************************** */
body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:150%;
}
div,img,p,form,pre{
	padding: 0px;
	border: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2,h3,h4,h5,h6{
	border: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.kyokai {
	border: solid 1px #a0a0a4;
	line-height: 17px;
	font-size: 12px;
}
ul,li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input,select{
	font-size: 12px;
}
fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
legend{
	display: none;
}
pre{
	font-size: 12px;
}

a:link {
	color: #0066CC;
	text-decoration: underline;
	margin-bottom: 5px;
}
a:visited {
	color: #3988CE;
	text-decoration: underline;
	margin-bottom: 5px;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}

/* 中ページヘッダー
******************************************************************************************** */

#headerNaka {
	height: 290px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#header {
	background-image: url(images/headBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#headerNaka h2 {
	height: 130px;
	width: 750px;
	padding-top: 15px;
}

/* メイン
******************************************************************************************** */
#main {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* フッター
******************************************************************************************** */
#footerNaka {
	height: 176px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-image: url(images/footer-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#pageTop {
	padding-top: 23px;
	text-align: right;
	padding-bottom: 43px;
}

/*サイドメニュー
******************************************************************************************** */
#sideMenu {
	background-image: url(images/sidemenu-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	padding-top: 5px;
}


#sideMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.noLink {
	background-image: url(images/sideMenu-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-left: 30px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	height: 12px;
	width: 170px;
}


#sideMenu li a:link {
	background-image: url(images/sideMenu-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #56426C;
	text-decoration: none;
	height: 12px;
	width: 170px;
}

#sideMenu li a:visited {
	background-image: url(images/sideMenu-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #56426C;
	text-decoration: none;
	height: 12px;
	width: 170px;
}

#sideMenu li a:hover {
	background-image: url(images/sideMenu-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 12px;
	width: 170px;
}

#sideMenu li a:active {
	background-image: url(images/sideMenu-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	display: block;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 12px;
	width: 170px;
}
/* パディング
******************************************************************************************** */
.paddingBottom5 {
	padding-bottom: 10px;
}

.paddingBottom10 {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 50px;
}

.paddingBottom20 {
	padding-bottom:20px;
}

.paddingBottom30 {
	padding-bottom:30px;
}

.paddingBottom40 {
	padding-bottom:40px;
}

.paddingBottom50 {
	padding-bottom:50px;
}
.paddingBottom15 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.paddingBottom10Top10 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.paddingBottom10Top10Right {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
}
.paddingRight16 {
	padding-right: 16px;
}
.paddingBottom5 {
	padding-bottom: 5px;
}
.paddingTop10 {
	padding-top: 10px;
}

.paddingTop10Bottom20 {
	padding-top: 10px;
	padding-bottom: 20px;
}
.paddingTop15Center {
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.paddingTop20 {
	padding-top: 20px;
}
.paddingBottom20Clear {
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}
/* 箇条書き
******************************************************************************************** */
.indentFigure {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 25px;
}

.indentFigure li {
	padding-bottom: 20px;
}

.indentDisk {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 25px;
	color: #796E91;
}

.indentDisk li {
	padding-bottom: 10px;
}

.indentArrow {
	list-style-type: none;
	padding-bottom: 20px;
}

.indentArrow li {
	background-image: url(images/arrowPoint.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
}

.indentDiskLink {
	list-style-type: none;
	padding-bottom: 20px;
}

.indentDiskLink li {
	background-image: url(images/pointCircle.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 15px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

.indentPdf {
	list-style-type: none;
	padding-bottom: 10px;
}

.indentPdf li {
	background-image: url(img/pdf.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}
.colorBox10 {
	background-color: #E8E3F2;
	padding: 10px;
}

.indentsitemap {
	list-style-type: none;
	padding-bottom: 20px;
}

.indentUlPaddingNone {
	list-style-type: none;
}

.indentArrowSitemap {
	background-image: url(images/arrowPoint.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.indentArrowSitemap30 {
	background-image: url(../common/arrowPoint.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.indentArrowSitemap50 {
	background-image: url(../common/arrowPoint.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-left: 50px;
}.boxUnderLine20 {
	width: 535px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.paddingleft30 {

	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 50px;
}
