@charset "utf-8";
body  {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height:1.5;
	letter-spacing: 0.1em;
	width: 860px;
	background-color: #EFEBEF;
	height: auto;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
}



A:LINK {
		color: #0000FF;
}
A:VISITED {
		color: #0000FF;
}
A:HOVER {
		color: #808080;
}
A:ACTIVE {
		color: #FF8000;
}

.twoColFixRtHdr #container {
	width: 860px; 
	background: #FFFFFF;
	text-align: justify;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
	height: auto;
} 
.twoColFixRtHdr #header {
	padding-bottom: 15px;

} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.twoColFixRtHdr #selection {
	width: 268px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: justify;
	margin-left: 15px;
	margin-bottom: 10px;
}
.twoColFixRtHdr #selection1 {
	width: 165px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: justify;
	margin-left: 15px;
	margin-bottom: 10px;
}

.twoColFixRtHdr #container #header2 {
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 400px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 10px;
	text-align: justify;
}
.twoColFixRtHdr #container #maincontents {
	float: left;
	height: auto;
	width: 400px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 25px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: justify;
}



.twoColFixRtHdr #container #sidecontents {
	float: right;
	width: 400px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.twoColFixRtHdr #container #maincontents #block1 {
	width: 390px;
	margin-left: 12px;
	text-align: justify;
}
.twoColFixRtHdr #container #sidecontents #block3 {
	width: 390px;
	height: 24px;
	margin-left: 5px;
}

.twoColFixRtHdr #container #maincontents #bolck2 {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.twoColFixRtHdr #container #sidecontents #bolck4 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
	text-align: justify;
}
.twoColFixRtHdr #footer {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	color: #333333;
	background-color: #CCCCCC;
	width: 860px;
} 


.twoColFixRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #container #nav {
	margin-top: 17px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #666666;
	font-size: 90%;
}
.twoColFixRtHdr #container #nav1 {
	font-size: 90%;
	margin-bottom: 20px;
}



.style1 {
	font-size: 130%;
	color: #333333;
}
.style2 {
	font-size: 300%;
	color: #333333;
}
.style3 {
	font-size: 140%
}
.style4 {font-size: 200%
}
.style5 {
	font-size: 125%;
	font-weight: bold;
	color: #333333;
}
.style6 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}
.style7 {
	font-size: 85%;
	font-weight: normal;
	color: #333333;
}
.style8 {
	font-size: 90%;
	font-weight: bold;
	color: #333333;
}
.style9 {
	font-size: 90%;
	color: #FF0000;
}


*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
   overflow-y:scroll;
}
/* =========== IE用印刷設定CSS =========== */ 
@media print{

body {
_zoom: 75%; /*WinIE only */
}
}
.twoColFixRtHdr #container #maincontents #bolck2 table {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FB7D00;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
}
.twoColFixRtHdr #container #sidecontents #bolck4 table {
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #008040;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
