body{
background:#002633;
margin:0px;
text-align:center;
font-family:"メイリオ","ＭＳ Ｐゴシック","sans-serif";
font-size:75%;
line-height:1.5;
letter-spacing:0.1em;
color:#363636;
}

/*レイアウト大枠*/
#wrap{
width:800px;
background:#FFFFFF;
margin: 0 auto;
}

/*ヘッダー*/
#header a:hover{
position:relative;
top:0px;
left:0px;
}

/*レイアウト中枠*/
#inner{text-align:left;}

/*本文裏（ここには本文そのものは記述しない）*/
#mainwrap{
width: 555px;
float: right;
background-color: #ffffff;
border-left: solid 1px #999999;
}

/*本文*/
#mainwrapin{margin:0px 30px 0px 20px;}

/*サイドメニュー*/
#sidewrap{
width: 244px;
background-color:#8e8d8a;
margin-top: 0px;
float:left;
}

/*フッター*/
#footer{
background-image : url(image/address.gif);
padding-right:30px;
height: 35px;
clear: both;

}



/*トップページバナー上のメッセージ*/
.message{
width:380px;
text-align:left;
position:absolute;
left:18px;
top:20px;
color:#363636;
font-size:10px;
}
