@charset "shift_jis";


/*ページ構成要素*/
body{
margin-top: 0;
margin-bottom: 0;
background-color: #006600;
}

div#container{
margin-left:auto;
margin-right:auto;
text-align:center;
width: 800px;
background-color: #FFFFFF;
text-align:left;
font-size: middle;
line-height: 1.2em;
}

div#header{
width: 800px;
height: 90px;
}

div#header a{
text-decoration: none;
}

div#header a:hover,div#header a:active{
border-bottom: 0;
}

div#header_l{
float: left;
}

div#header_r{
float: right;
padding-top: 2%;
padding-right: 2%;
}

div#main{
width: 100%;
}

div#footer{
clear: left;
width: 100%;
border-top: 1px;
border-top-color: #999999;
border-top-style:solid ;
}

img{
border: 0;
}


/*メニューバー*/
ul#menu{
width: 100%;
margin: 0;
padding: 0;
background-image: url("../img/menubar.gif");
color: #000066;
font-size: 85%;
font-weight: bold;
}

li.inline{
display:inline;
line-height: 2em;
padding: 0 2%;
}

ul#menu a{
color: #000066;
text-decoration: none;
}

ul#menu a:hover,ul#menu a:active{
color: #0066FF;
border-bottom: 1px solid #0066FF;
}

li.on{
color: #0066FF;
}

/*メインコンテンツ１段組*/
div#nocol_main{
width:92%;
margin-left:auto;
margin-right:auto;
text-align:center;
text-align:left;
}

/*メインコンテンツ２段組の左側*/
div#l_main{
float: left;
width: 46%;
padding:2%;
}

/*メインコンテンツ２段組の右側*/
div#r_main{
margin-left: 50%;
padding:2%;
}

/*フッター内の連絡先*/
p#r_footer{
margin: 2%;
font-size: 75%;
text-align: right;
}



/*メニューバー下パンくずリスト*/
.route{
text-align: right;
font-size: 75%;
padding: 1%;
}


/*メインコンテンツ内の文字装飾*/
a{
color: #0066FF;
text-decoration: none;
}

a:hover, a:active{
color: #0066FF;
border-bottom: 1px solid #0066FF;
}

h1.head_l{
margin: 10px 0;
padding-left:10px ;
color: #000066;
font-size: 100%;
font-weight: bold;
border-left: 5px solid #000066;
border-bottom: 1px dotted #CCCCFF;
width: 95%;
}

h2.head_m{
color: #FF9900;
font-size: 85%;
font-weight: bold;
padding:0 ;
margin:10px 0;
}

.text_m{
font-size: 80%;
margin: 2px 0 10px 0;
padding: 0;
}

/*テーブル*/
table{
margin-top: 1.5em;
margin-bottom: 2.5em;
font-size: 80%;
background-color: #FFFFFF;
border-collapse: collapse ;
border-left: solid 1px #CCCCCC ;
border-top: solid 1px #CCCCCC ;
border-right: solid 1px #999999 ;
border-bottom: solid 1px #999999 ;
}

caption{
text-align: left;
font-size: 110%;
font-weight: bold;
}

tr{
background-color: #FFFFFF;
color: #000000;
border-top: solid 1px #CCCCCC;
border-left:solid 1px #CCCCCC;
border-right: solid 0px #999999 ;
border-bottom: solid 0px #999999 ;
}

td{
background-color: #FFFFFF;
color: #000000;
font-weight: normal;
border-top: solid 1px #CCCCCC;
border-left:solid 1px #CCCCCC;
border-right: solid 0px #999999 ;
border-bottom: solid 0px #999999 ;
}

th{
background-color: #CCCCFF;
color: #000000;
font-weight: normal;
border-top: solid 1px #CCCCCC;
border-left:solid 1px #CCCCCC;
border-right: solid 0px #999999 ;
border-bottom: solid 0px #999999 ;
}



/*リスト*/
.data_list{
font-size: 80%;
}

li.data_list{
line-height: 150%;
vertical-align: middle;
list-style-position: outside;
}

/*インデント*/
dl{
font-size: 80%;
}