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

/*===================================*/
/*---TOPページ---*/
/*===================================*/
body{
background: #F9FAFB  url(../../img/top/background.jpg) center top no-repeat;
}

#main_container{
padding-top: 207px;
}

#logo{
text-align: center;
padding-bottom: 175px;
}

/*===========================================*/
/*==メニュー==*/
/*===========================================*/

#menu{
width: 988px;
margin: 0 auto;
}
#menu ul{
zoom: 1;
margin-right: -12px;
_margin-right: -24px;
}
#menu ul li{
float: left;
margin-right: 12px;
}

/*===========================================*/
/*==コンテンツ==*/
/*===========================================*/

#top_contents{
width: 730px;
float: left;
}

#top_sidebar{
width: 230px;
float: right;
}

#top_news .midashi{
padding: 0;
position: relative;
padding: 0 0 10px 22px;
border-bottom: 1px solid #D6D6D6;
}
#top_news .midashi .all_view{
position: absolute;
right: 0;
top: 0;
}
#top_news dl{ padding: 25px;}
#top_news dt{ float: left; width: 95px; margin-bottom: 15px;}
/*\*/
#top_news dt{ clear: both;}
/**/
#top_news dd{
background: url(../../img/top/news_arrow.jpg) left 5px no-repeat;
margin: 0 0 15px 115px;
padding-left: 15px;
}
/*\*/
*html #top_news dd{ float: none;}
/**/
*:first-child+html #top_news dd{ float: none;}
