@charset "utf-8";
/* CSS Document */

/* BODYの指定 */
body {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Arial;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
}

/* リンクの基本指定（クロ） */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a:link.kuro {
	color: #333333;
	text-decoration: underline;
}
a:visited.kuro {
	color: #333333;
	text-decoration: underline;
}
a:hover.kuro {
	color: #999999;
	text-decoration: none;
}
a:active.kuro {
	color: #999999;
	text-decoration: none;
}

/* リンクの基本指定（ホワイト） */
a:link.w {
	color: #ffffff
}
a:visited.w {
	color: #ffffff
}
a:hover.w {
	color: #FFFF00;
	text-decoration: none;
}
a:active.w {
	color: #FFFF00
}

/* リンクの基本指定（logo） */
a:link.logo {
	color: #999999
	text-decoration: none;
}
a:visited.logo {
	color: #999999
	text-decoration: none;
}
a:hover.logo {
	color: #0099CC;
	text-decoration: none;
}
a:active.logo {
	color: #999999
	text-decoration: none;
}

/* Hダグの基本指定 */
h1 {
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	text-indent: 3px;
	color: #0099CC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h2_index {
	font-size:12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFF00;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.h2_subtit {
	font-size:10px;
	line-height: 14px;
	font-weight: normal;
	color: #B6B6B6;
	letter-spacing: 2px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	text-indent: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.h3_side {
	font-size:12px;
	font-weight: bold;
	color: #0099CC;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 310px;
	padding: 0px;
	line-height: 20px;
}
.h3_es {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 2px;
	width: 530px;
	color: #FFFF00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
	vertical-align: middle;
}
.h3_es2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 2px;
	width: 530px;
	color: #FFFF00;
	vertical-align: middle;
}

.h2_top {
	font-size: 12px;
	line-height: 40px;
	font-weight: normal;
	text-align: left;
	text-indent: 2px;
	width: 760px;
	color: #0099CC;
	margin: 0px;
	height: 40px;
}
.h2_sub {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	width: 400px;
	color: #d5d5d5;
	margin: 0px;
	height: 20px;
}
.h3_f {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 2px;
	height: 20px;
	width: 668px;
	color: #F0F0F0;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
}
.h3_y {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 2px;
	height: 20px;
	width: 668px;
	color: #FFFF00;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF00;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0;
}

/* FONTの基本指定 */
p{
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.font8 { font-size: 8px; }
.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font12 {
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
}
.font12_h {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	text-indent:30px;
	color:#999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.font14 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 25px;
	letter-spacing: 1px;
}
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }

/* パンくずの指定 */
.pa {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 1px;
	line-height: normal;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 920px;
}
.main {
	text-align: left;
	text-indent: 0px;
	float: left;
	width: 700px;
	margin: 0px;
	line-height: normal;
	height: 510px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer {
	font-size: 10px;
	background-color: #999999;
	text-align: center;
	text-indent: 1px;
	line-height: normal;
	padding: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 920px;
	color: #FFFFFF;
}
.main_right {
	text-align: left;
	text-indent: 0px;
	width: 240px;
	float: right;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	height: 510px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.font12C {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: normal;
}
.letter_title {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999933;
	height: 30px;
}
.letter_modoru {
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	text-align: right;
	text-indent: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999933;
}
.font12f {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #F0F0F0;
}
.letter_foot {
	font-size: 12px;
	line-height: 20px;
	color: #d5d5d5;
	text-align: right;
	height: 20px;
	width: 668px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #d5d5d5;
}
span {
　　overflow-y:scroll;
	scrollbar-arrow-color: #a0a0a0;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #a0a0a0;
	scrollbar-darkshadow-color: #a0a0a0;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
}
.font12CC {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
}

/* 新・基本構造指定 */
.left_610{
	width:530px;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	text-align: left;
	vertical-align: top;
}
.right_350{
	width:300px;
	float: right;
	text-align: left;
	vertical-align: top;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.left_700{
	width: 700px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	text-align: left;
	vertical-align: top;
}
.right_245{
	width:232px;
	float: right;
	text-align: left;
	vertical-align: top;
	margin-top: 125px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	padding-left: 10px;
	border-left-color: #999999;
}
.side_box{
	width:100%;
	border: 1px solid #0099CC;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: right;
	font-size: 12px;
	line-height: 20px;
}
.text_u{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 15px;
}
.text_l{
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0px;
}
.text_b{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
