@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
margin: 0;
padding: 0;
text-align:center;
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
color: #333333;
background-attachment: fixed;
background-image: url(../img-layout/bg_body.jpg);
background-repeat: repeat-y;
background-position: center top;
}
#WRAP {
width:920px;
margin:0 auto;
color:  #333333;
}
div {
margin: 0;
padding: 0;
text-align:left;
}
p,pre {
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
font-size: 14px;
line-height: 140%;
margin: 2px 5px 8px 5px;
padding: 5px;
}
ol, ul {
margin: 0;
padding: 0;
}
li {
margin: 0;
list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
color: #225ea7;
text-decoration: underline;
}
a:visited {
color: #225ea7;
text-decoration: underline;
}
a:hover,
a:active, /* for IE (Keyboard) */
a:focus {/* for Netscape (Keyboard) */
color: #86E1FF;
text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
color: #F00;
}
.blue {
color: #0066CC;
}
.grn {
color: #008000;
}
.ora {
color: #F60;
}
.gry {
color: #999999;
}
.wht {
color: #FFFFFF;
}
.bg-yell {
background-color: #FFFFF4;
border: 1px solid #CCCC00;
margin: 10px;
padding: 10px;
}
.bg-blue {
background-color: #eaf5fa;
border: 1px dotted #a4dcee;
margin: 10px;
padding: 10px;
}
.bg-blue-dot {
background-color: #eaf5fa;
border: 5px dotted #a4dcee;
margin: 10px;
padding: 10px;
}
.bg-red-dot {
background-color: #FFF0F0;
border: 5px dotted #F33;
margin: 10px;
padding: 10px;
}
.bg-red {
border: 5px dotted #FFC8C8;
margin: 10px;
padding: 10px;
}
.bg-ora {
border: 5px dotted #F96;
margin: 10px;
padding: 10px;
background-color: #FFF5F0;
}
.bg_green {
color: #FFFFFF;
font-weight: bolder;
background-color: #9C3;
padding: 5px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
font-size:12px;
color:  #06C;
font-weight: normal;
text-align: right;
margin:0;
padding-top: 4px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 10px;
}
#TOP {
width: 920px;
height: 55px;
background: url(../img-layout/bg_top.gif) no-repeat;
position: relative;
}
#LOGO {
position: absolute;
left: 0px;
top: 0px;
}
#MENU-HOME {
width: 920px;
height: 295px;
float:left;
background: url(../img-layout/main_img.jpg) no-repeat left bottom;
}
#MENU {
width: 920px;
height: 35px;
float:left;
}
.menu {
float: left;
margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
width:920px;
float:left;
background-color: #FFF;
padding-top: 5px;
}
#MAIN-PAD {
margin: 0;
padding: 0 15px 20px 15px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
width:630px;
float:right;
overflow: hidden;
}
.pan-contents {
font-size:11px;
color: #666666;
margin-top: 10px;
margin-left: 0px;
}
#CONTENTS h2 {
font-size:14px;
color: #666666;
background: url(../img-layout/bg_h2.jpg) no-repeat;
margin: 15px 0 0 0;
padding: 10px 0 30px 35px;
}
#CONTENTS h3 {
clear: both;
line-height: 150%;
font-size:14px;
color: #1f5fa8;
background-color: #e7ecf2;
margin: 20px 6px 0 6px;
padding: 6px 0 6px 10px;
border-left-width: 5px;
border-left-style: solid;
border-left-color: #009aec;
}
#CONTENTS h4 {
font-size:14px;
color: #003366;
background-color: #edf9fc;
font-weight: bold;
border-top-width: 3px;
border-top-style: solid;
border-top-color: #b6ebf5;
clear: both;
margin: 20px 5px 0 5px;
padding: 6px 0 6px 10px;
}
.pagetop {
text-align: right;
font-size: 11px;
margin-top: 40px;
background: url(../img-layout/ico_pagetop01.gif) no-repeat right center;
}
/*___________ 【SIDE】 ___________ */
.pan {
font-size:11px;
color: #666666;
background-image: url(../img-layout/ob_home.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
margin-top: 10px;
}
#SIDE {
width:235px;
float:left;
}
#SIDE h2 {
font-size:12px;
color: #FFF;
line-height: 35px;
text-align: center;
background: url(../img-layout/side-h.jpg) no-repeat;
margin: 0;
padding: 0;
}
.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 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: #333333;
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: #0066FF;
background-color: #CBEBFE;
margin: 0;
background-position: 4px center;
}

#SIDE .side .cat01 .current {
color: #0066CC;
text-decoration: none;
display: block;
padding: 1px 0 3px 20px;
background:#dbf3fd url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
/*___________ 【SIDE pdf cat3】 ___________ */
.cat02 li {
margin: 0;
padding: 3px 0 3px 0;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
background-image: url(../img-layout/ob_pdf.gif);
background-repeat: no-repeat;
background-position: left center;
}
.cat02 li a {
color: #0066CC;
text-decoration: underline;
display: block;
padding: 1px 0 3px 20px;
}
.cat02 li a:hover,
.cat02 li a:active, /* for IE (Keyboard) */
.cat02 li a:focus {/* for Netscape (Keyboard) */
color: #FF9900;
margin: 0;
background-position: 4px center;
}
/*___________ 【SIDE shitei01】 ___________ */

/*___________ 【SIDE webpage cat2】 ___________ */

/*___________ 【SIDE NEWS BLOG】 ___________ */
.cat04 li {
margin: 0;
padding: 3px 0 3px 0;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
}
.cat04 li a {
color: #0066CC;
text-decoration: none;
display: block;
padding: 1px 0 3px 20px;
background:url(../img-layout/li_arrow01.gif) no-repeat 2px center;
}
.cat04 li a:hover,
.cat04 li a:active, /* for IE (Keyboard) */
.cat04 li a:focus {/* for Netscape (Keyboard) */
color: #0066CC;
background-color: #aaddff;
margin: 0;
}
.cat04 .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-color: #FFF;
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #09C;
}
#F-MENU p {
font-size: 12px;
line-height: 140%;
text-align: center;
margin: 0;
padding: 0;
}
#FOOTER {
margin: 0;
padding: 10px 0 10px 0;
color: #333;
background-color: #b4e7fc;
}
#FOOTER p {
font-size: 12px;
margin: 0;
padding: 0;
text-align: center;
}
#FOOTER a {
color: #333;
text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, /* for IE (Keyboard) */
#FOOTER a:focus {/* for Netscape (Keyboard) */
color: #333;
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%;
}
.txt-r {
text-align: right;
}
.center {
text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
margin: 20px;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt40 {
margin-top: 40px;
}
.mt80 {
margin-top: 80px;
}
.ml20 {
margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
border:0;
}
.flo-l {
float: left;
margin-right: 6px;
}
.flo-r {
float: right;
margin-left: 6px;
}
.img-m {
vertical-align: middle;
}


