@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Verdana,Arial Black, Century Gothic,Helvetica, sans-serif;
	background: #e6f4f1 url(../img-layout/bg_body.jpg) no-repeat center top;
	color: #333333;
}
#WRAP {
	width:760px;
	margin:0 auto;
	color:  #333333;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: Verdana,Arial Black, Century Gothic,Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	margin: 2px 5px 8px 5px;
	padding: 5px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #3363aa;
	text-decoration: underline;
}
a:visited {
	color: #3363aa;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #FF6600;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #FF0000;
}
.blue {
	color: #0066CC;
}
.grn {
	color: #008000;
}
.ora {
	color: #FF9900;
}
.gry {
	color: #999999;
}
.wht {
	color: #FFFFFF;
}
.bg-yell {
	background-color: #FFFFF4;
	border: 1px solid #CCCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #333333;
	background-color: #e6f4f1;
	font-weight: normal;
	margin:0;
	padding: 2px 0 2px 10px;
}
#TOP {
	width: 760px;
	height: 60px;
	background: url(../img-layout/bg_top.jpg) no-repeat;
	position: relative;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
	clear: both;
}
#MENU-HOME {
	width: 760px;
	height: 238px;
	float:left;
	background: url(../img-layout/main_img.jpg) no-repeat center bottom;
}
#MENU {
	width: 760px;
	height: 38px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:760px;
	float:left;
	background: url(../img-layout/bg_main.jpg) repeat-y;
	padding-top: 10px;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:540px;
	float:right;
	overflow: hidden;
}
.pan {
	font-size:11px;
	color: #666666;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:12pt;
	color: #FFFFFF;
	background: url(../img-layout/bg_h2.jpg) no-repeat;
	background-color: #0066CC;
	padding: 5px 0 5px 30px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#CONTENTS h3 {
	font-size:14px;
	color: #666666;
	background-color: #F2F2F2;
	margin: 20px 5px 10px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #60b234;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
#CONTENTS h4 {
	font-size:12px;
	color: #666666;
	background-color: #f5fcf5;
	margin: 20px 6px 10px;
	padding: 6px 0 6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
.pagetop {
	text-align: right;
	font-size: 11px;
	margin-top: 40px;
	background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【SIDE】 ___________ */
#SIDE {
	width:180px;
	float:left;
}
#SIDE h2 {
	font-size:10pt;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	background: url(../img-layout/side-h.jpg) no-repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.side {
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	margin: 0 0 10px 0;
	padding: 8px 8px 10px 8px;
}
.side p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
}
.side form {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 8px 4px;
	text-align: center;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 4px 0;
}
.cat01 li {
	margin: 0;
	padding: 3px 0 3px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.cat01 li a {
	color: #3363aa;
	text-decoration: none;
	display: block;
	padding: 1px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #3363aa;
	background-color: #FFFFFF;
	margin: 0;
	background-position: 4px center;
}
.cat01 .sub a {
	font-size: 11px;
	padding: 0 0 1px 28px;
	background:url(../img-layout/li_arrow02.gif) no-repeat 2px center;
}
/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 0 10px 0;
	background: url(../img-layout/bg_f-menu.jpg) repeat-x left top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	padding: 10px 0 0px;
	color: #333333;
	background-color: #d9ebdb;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0 10px 0 20px;
	text-align: left;
	height: 50px;
}
#FOOTER a {
	color: #333333;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.f26 {
	font-size: 26px;
	line-height:110%;
}
.f28 {
	font-size: 28px;
	line-height:120%;
}
.f30 {
	font-size: 30px;
	line-height:140%;
}
.f32 {
	font-size: 32px;
	line-height:140%;
}
.f34 {
	font-size: 34px;
	line-height:140%;
}
.f36 {
	font-size: 36px;
	line-height:140%;
}
.txt-r {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt80 {
	margin-top: 80px;
}
.ml20 {
	margin-left: 20px;
}
.mb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.flo-r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.img-m {
	vertical-align: middle;
}

.bg-name{
	font-size: 14px;
	line-height: 150%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0099CC;
	display: inline;
	font-weight: bold;
}
.news li {
	margin-left: 20px;
	line-height: 170%;
	font-size: 12px;
}
.news {
	margin-top: 10px;
}
.irList {
	margin: 20px 0;
}
.irList li {
	list-style-type: none;
	margin: 0 10px 0px;
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC
	font-size: 12px;
}
.irList li img {
    vertical-align: baseline;
}
#list {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 5px;
}
#list li {
	font-size: 12px;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}
#SIDE .side .cat01 .current {
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 20px;
	background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
	color: #009933;
	background-color: #FFFFFF;
	margin: 0;
}
#CONTENTS ol li {
	list-style-type: decimal;
	padding-left: 5px;
	margin-left: 30px;
	font-size: 12px;
	line-height: 170%;
}
#CONTENTS ul li {
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 30px;
	font-size: 12px;
	line-height: 170%;
}
#CONTENTS .news li {
	list-style-type: none;
}
#CONTENTS .list li {
	list-style-type: none;
}
#CONTENTS .irList li {
	list-style-type: none;
}

#CONTENTS .top01 {
	background-image: url(../img-layout/ba_index01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	padding-top: 55px;
	padding-right: 150px;
}
#CONTENTS .top02 {
	background-image: url(../img-layout/ba_index02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	padding-top: 30px;
	padding-left: 220px;
	margin-top: 20px;
}
#CONTENTS #list li {
	list-style-type: none;
	margin-left: 0px;
}
#CONTENTS .sitemap li {
	list-style-type: none;
	background-image: url(../img-layout/li_arrow01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}
#CONTENTS #formbox {
	font-size: 12px;
	padding-left: 10px;
}
.formTable th {
	font-size: 12px;
}
.formButton {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.flo-r-bt0 {
	float: right;
}

