@charset "utf-8";
/* top */

@import url(./common.css);

#main_top{
 background:url(../img/top/top_bg.jpg) repeat-x top left;
 background-color:#F3F2E9;
 width:100%;
 margin:0;
 padding:0;
}

#main_top #flash{
 margin:0 auto;
 padding:0;
 width:978px;
}

#information{
 width:600px;
 float:left;
 margin:0 0 0 7px;
 padding:0;
}

#information img.title{
 margin-bottom:30px;
}

#information ul{
 margin:0 10px 20px 20px;
 padding:0;
 list-style: none;
}

#information ul li{
 float:left;
 margin:0;
 padding:0;
 font-size:1.2em;
}

#information ul li.date{
 width:90px;
 background:url(../img/footer_icon.gif) no-repeat 75px 6px;
}

#information ul li.text{
 width:480px;
 color:#A3881F;
}

#information ul li.text a{
 color:#A3881F;
 text-decoration:none;
 border-bottom:1px #5C2900 dotted;
}

#information ul li.text a:hover{
 background-color:#E6E3CE;
 border-bottom: none;
 text-decoration:none;
 color:#A3881F;
}

#information dl.message{
 width:inherit;
 background:url(../img/top/message.jpg) no-repeat;
 height:50px;
 margin:40px 0 20px 0;
 padding:0;
}

#information dl.message dt{
 float:right;
 color:#A3881F;
 margin:8px 14px 0 0;
 font-size:1.2em;
}

* html #information dl.message dt{
 margin-right:6px;
}

#information dl.message dt a{
 color:#A3881F;
 text-decoration:none;
 border-bottom:1px #5C2900 dotted;
}

#information dl.message dt a:hover{
 background-color:#E6E3CE;
 border-bottom: none;
 text-decoration:none;
 color:#A3881F;
}

#information dl.image{
 width:590px;
 margin:0 0 0 10px;
 padding:0;
}

#information dl.image dt{
 width:138px;
 padding:9px 0;
 text-align: center;
 margin-right:8px;
 float:left;
 background:url(../img/top/thum_bg.jpg) no-repeat;
}

#information dl.image dt a{
 width:120px;
 display:block;
 height:85px;
 overflow:hidden;
 text-align: center;
 margin: 0 auto;
}