﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}










/*===============================================*/

body {
	background-color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #424242;
	line-height: 1.8em;
	background-image: url(/images/shadow-01.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}



a:link {
	color: #0099CC;
	text-decoration: underline;
}
a:visited {
	color: #993366;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}

/*===============================================*/

#HeaderArea {
	width: 730px;
	background-color: #FFFFFF;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00A33D;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #00A33D;
}

#HeaderAreaback {
	width: 100%;
}


/*===============================================*/

#ContentsArea {
	background-color: #FFFFFF;
	clear: both;
	width: 730px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00A33D;
}




#LeftContentsArea {
	width: 150px;
	float: left;
}


/*===============================================*/

#RightContentsArea {
	float: right;
	text-align: center;
	margin-left: 8px;
	width: 570px;
	overflow: hidden;
}

#RightContentsArea a:link {
	color: #0099CC;
	text-decoration: underline;	
}

#RightContentsArea a:visited {
	color: #0099CC;
	text-decoration: underline;	
}

#RightContentsArea a:hover {
	color: #0000FF;
	text-decoration: underline;
	background-color: FFFF99;
}

#RightContentsArea a:active {
	color: #0000FF;
	text-decoration: underline;
}



/*===============================================*/

#StructureArea {
	font-size: 0.8em;
	text-align: left;
	background-color: #EDEDED;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


/*===============================================*/

#LinkArea {
	text-align: center;
	color: #00A33D;
	clear: both;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#LinkArea a:link {
	color: #00A33D;
	text-decoration: underline;	
}

#LinkArea a:visited {
	color: #00A33D;
	text-decoration: underline;	
}

#LinkArea a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#LinkArea a:active {
	color: #00A33D;
	text-decoration: underline;
}


/*コーナー内リンク===============================================*/

#SubLinkArea_h2 {
	text-align: center;
	color: #007B43;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #007B43;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #007B43;
	padding: 5px;
}


#SubLinkArea_h2 a:link {
	color: #0099CC;
	text-decoration: underline;
}

#SubLinkArea_h2 a:visited {
	color: #0099CC;
	text-decoration: underline;
}

#SubLinkArea_h2 a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#SubLinkArea_h2 a:active {
	color: #0000FF;
	text-decoration: underline;
}








#SubLinkArea_h3 {
	text-align: center;
	color: #C3E152;
	clear: both;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C3E152;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C3E152;
	padding: 3px;
}


#SubLinkArea_h3 a:link {
	color: #94b31f;
	text-decoration: underline;
}

#SubLinkArea_h3 a:visited {
	color: #3eb37e;
	text-decoration: underline;
}

#SubLinkArea_h3 a:hover {
	color: #C3E152;
	text-decoration: underline;
}

#SubLinkArea_h3 a:active {
	color: #94b31f;
	text-decoration: underline;
}








#SubLinkArea_h4 {
	text-align: center;
	color: #007B43;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #007B43;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #007B43;
	padding: 5px;
}


#SubLinkArea_h4 a:link {
	color: #0099CC;
	text-decoration: underline;
}

#SubLinkArea_h4 a:visited {
	color: #0099CC;
	text-decoration: underline;
}

#SubLinkArea_h4 a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#SubLinkArea_h4 a:active {
	color: #0000FF;
	text-decoration: underline;
}





/*コンテンツ（ページ）内リンク===========*/



#SubLinkArea {
	text-align: center;
	color: #009966;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 20px;
}


#SubLinkArea a:link {
	color: #009966;
	text-decoration: none;	
}

#SubLinkArea a:visited {
	color: #009966;
	text-decoration: none;	
}

#SubLinkArea a:hover {
	color: #99CC66;
	text-decoration: underline;
}

#SubLinkArea a:active {
	color: #99CC66;
	text-decoration: underline;
}



/*===============================================*/

#FooterAreaback {

	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#FooterArea {
	width: 720px;
	clear: both;
	line-height: 1.2em;
	color: #00A33D;
	text-align: center;
	padding-left: 10px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	background-color: #FFFFFF;
	padding-top: 10px;
}

#FooterArea a:link {
	color: #00A33D;
	text-decoration: underline;	
}

#FooterArea a:visited {
	color: #0099FF;
	text-decoration: underline;	
}

#FooterArea a:hover {
	color: #C3E152;
	text-decoration: underline;
}

#FooterArea a:active {
	color: #0099ff;
	text-decoration: underline;
}


/*カウンター===============================================*/

.counter {
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

/*見出し===============================================*/

h1 {
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
	text-indent: 10px;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0px;
	height: 20px;
	background-image: url(/images/title-back_l.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 2px;
	text-indent: 13px;
}

.h2-2 {
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	vertical-align: middle;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 0px;
	height: 20px;
	padding-bottom: 2px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: 0px;
}



h3 {
	color: #00A33D;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	border-top-width: 3px;
	border-top-style: double;
	border-bottom-width: 3px;
	border-bottom-style: double;
	text-indent: 10px;
}

.h3-2 {
	color: #00A33D;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-indent: 0px;
	border-bottom-color: #00A33D;
}


h4 {
	font-size: 1.0em;
	line-height: 1.8em;
	text-align: left;
	color: #009966;
	margin-top: 10px;
	margin-bottom: 5px;
	text-indent: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009966;
	margin-left: 10px;
}





h5 {
	font-size: 1.05em;
	font-weight: bold;
	color: #ff9900;
	margin-top: 10px;
	margin-bottom: 10px;
}


.h5-naire {
	font-size: 1.05em;
	font-weight: bold;
	text-align: left;
	color: #ff9900;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}



h6 {
	font-size: 1em;
	line-height: 1.4em;
	color: #333;
	margin-bottom: 5px;
	margin-left: 0px;
}

/*コンテンツボックス===============================================*/

.box-h2 {
	text-align: left;
	padding:5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


.box-h3 {
	text-align: left;
	padding:5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}



.box-h4 {
	text-align: left;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


.box-h5 {
	text-align: left;
	padding: 5px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


.box-h6{
	text-align: left;
	padding:5px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.box-topright {
	text-align: right;
	float: right;
	width: 250px;
	padding:0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}


/*戻るボタン===============================================*/

.page-top {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: right;
	color: #19448E;
	padding-right: 20px;
	font-size: 0.9em;
}


.back-home {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	text-align: right;
	color: #ffffff;
	font-size: 0.9em;
}
/*位置の制御===============================================*/

.left {
	float: left;
	vertical-align: text-top;
	text-align: left;
}

.right {
	float: right;
	vertical-align: text-top;
	text-align: right;
}

.center {
	text-align: center;
}

br.clear {
	clear: both;
	line-height: 0px;
}

p.clear {
	clear: both;
	line-height: 0px;
}

/*画像の回り込み===============================================*/

.img-left {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
}


.img-right {
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
}




