@charset "UTF-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}
li,dd {
padding-left:1px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #ccc8c6;
background-image: url(../img/bg.jpg);
background-repeat: repeat-x;
}
body,td {
font-family:"メイリオ","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3","Osaka－等幅",Osaka,san-serif;
font-size: 12px;
color: #333333;
line-height:20px;
}
input,textarea,select,option {
font-family:"メイリオ","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3","Osaka－等幅",Osaka,san-serif;
font-size: 12px;
color: #333333;
line-height:18px;
vertical-align:middle;
}

*+html input { margin-left:-10px; } /*IE7ハック*/
*+html textarea { margin-left:-10px; } /*IE7ハック*/


a:link    { color: #0099e6;text-decoration: underline; }
a:visited { color: #0099e6;text-decoration: underline; }
a:hover   { color: #b959cf;text-decoration: none; }
a:active  { color: #b959cf;text-decoration: underline; }

.submenu a { display: block;text-align: left; }
.submenu a:link    { color: #0d1d61;text-decoration: none; }
.submenu a:visited { color: #0d1d61;text-decoration: none; }
.submenu a:hover   { color: #0d1d61;text-decoration: none;background-color:#FFFFFF; }
.submenu a:active  { color: #0d1d61;text-decoration: none; }

img { 
border:0px;
font-size: 0%;
line-height: 0%;
}
ul,ol { list-style-type:none; }

#base {
margin:auto;
width:804px;
background-image:url(../img/bg_center.gif);
background-repeat:repeat-y;
}
#mainL {
float:left;
width:12px;
}
#main {
float:left;
width:780px;
background-color:#FFFFFF;
}
#mainR {
float:left;
width:12px;
}
#bottom {
clear:both;
width:804px;
height:24px;
background-image:url(../img/bg_bottom.jpg);
}
#header {
padding-top:8px;
width:780px;
height:95px;
background-color:#213f87;
}

#navi {
width:780px;
height:29px;
background-color:#213f87;
}

#navi dl {
margin:0px;
padding:0px;
}

#navi dt {
float:left;
margin-left:23px;
line-height:0px;
}

#navi dd {
float:left;
margin-left:38px;
line-height:0px;
}


#navi .submenu {
visibility: hidden;
position: absolute;
z-index:2;
margin:0px;
padding:0px;
min-width:92px;
border-top:none;
border-right:solid 1px #dddddd;
border-bottom:solid 1px #cccccc;
border-left:none;
background-image:url(../img/submenu_bg.png);
}
#navi ul {
margin:0px;
}
#navi li {
border-top:solid 1px #ffffff;
border-right:none;
border-bottom:none;
border-left:none;
font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,san-serif;
font-size:10px;
line-height:20px;
}


#contents {
clear:both;
width:720px;
padding-left:30px;
padding-right:30px;
}


.line {
border-top:0px;
border-bottom:1px solid #888;
border-left:0px;
border-right:0px;
}

.blue { color:#1d3d96; }
.orange { color:#f27024; }
.gray { color:#888; }

.bold { font-weight:bold; }

.mt5 { margin-top:5px; }

.mb7 { margin-bottom:7px; }

.cb { clear:both; }

.pl15 { padding-left:15px; }


