@charset "shift_JIS";

*{ margin: 0px;
   padding: 0px;}

body{background-color:#e0ffff;}
.w{background-color:#fff;}

img{border: 0px;
    margin: 0px;
    padding: 0px;}

a{text-decoration: none;
  border:0px;
  color:#fff;}

.clear{clear: both;}

/*メインカラム-----------------------*/

div#outline{
        width:810px;
        border-left:solid 3px #039;
        border-right:solid 3px #039;
        background-color: #fff;}

div#hedder{
        width:800px;
        height: 60px;
        background-image:url("img/heder_bg.gif"); 
        background-repeat:no-repeat;
        border-bottom:solid 1px #039 ;}

div#left{
        height:570px;
        float: left;
        margin-left:5px;
        margin-top: 5px;
        border:solid 1px #039;
        background-color:#69c;}

div#right{
	width: 580px;
        float: right; 
        margin:5px;
        overflow:hidden;}

div#fotter{
	width:100%;
        height:15px;
        background-color: #0C52A5;
        color:#fff;
        font-size: 10px;}

/*ヘッダー内カラム-----------------------*/

div.title_box{
       width:580px;
       height:35px;
       padding-top:3px;
       margin-left: 5px;
       float:left;}

div.info_box{
       width:200px;
       height:35px;
       float:right;
       margin-right:5px;}
div.info{
       width:200px;
       height:10px;
       clear:both;
       font-size:10px;
       color:#fff;
       margin-top:30px;}
div.info02{
       width:200px;
       height:10px;
       clear:both;
       font-size:10px;
       font-weight:bold;
       color:#fff;
       margin-top: 5px;}
div.info02 a{
       text-decoration: none;
       border:0px;
       color:#fff;}

/*メニューのリンクカラー-----------------------*/
div.menu{width:200px;
         padding-bottom:5px;
         margin:-4px 0px 4px 0px;
         overflow:hidden;
         border-bottom:solid 1px #039;}

div.title a{
        width:205px;
        height: 27px;
        line-height: 27px;
        display: block;
        padding-left:5px;
        background-color: #039;
        color: #fff;
        border-top: solid 1px #69c;
        border-bottom: solid 1px #fff;
        font-size:15px;
        font-family:serif,"ＭＳ 明朝";        
        font-weight:bolder;}
div.title a:hover{
	border-bottom:solid 1px #000;
        border-top:solid 1px #fff;}

div.title02{
        font-family:"ＭＳ ゴシック",sans-serif;
        font-size: 15px;
        font-weight: bold;
        background-color: #66CCFF;
        border-top:solid 1px #fff;
        border-bottom:solid 1px #000;
}
div.title02 a{
        width: 200px;
        height: 20px;
        line-height:20px ;
        color: #000000;
        display: block;
        padding-left: 30px;
}
div.title02 a:hover{
        width: 200px;
        height: 20px;
        line-height:20px ;
        display: block;
        color: #FFF;
        background-color:#039;
}

div.title03 a{
        width:205px;
        height: 20px;
        line-height: 20px;
        display: block;
        padding-left: 30px;
        background-color: #69c;
        color: #000;
        font-size:14px;
        font-family:sans-serif;
        font-weight:bolder;}
div.title03 a:hover{
        color: #FFF;
        background-color:#039;}

/*テーブル-----------------------*/
table.contact{
        width:550px ;
        border: solid 2px #039;
        border-collapse: collapse;
}

table.contact th{height:20px;
           width: 120px;
           border: solid #039;
           border-width: 0px 1px 1px 1px;
           border-collapse: collapse;
           padding:3px 0px 3px 10px;
           background-color:#cff;
           text-align: left;}

table.contact td{
           border: solid #039;
           border-width: 0px 1px 1px 1px;
           border-collapse: collapse;
           padding:3px 0px 3px 5px;
           text-align: left;}

.color{
color: #FF0000;
}

.center{
text-align="center"}

