@charaset "Shift-JIS";
/*
Copyright (c) tomo creations.
CSS Document : top.css
*/

/* メインビジュアル */

#mainvisual{
background:url(../../images/mainvisual_back.png) no-repeat;
width:764px;
height:244px;
padding:6px 8px 8px 6px;
text-align:center;
}

/* ニュース */

#top_news{
border:1px solid #CCCCCC;
padding:9px;
width:500px;
margin-right:20px;
margin-bottom:5px;
}

/* 詳細メニュー部分 */
/* 詳細メニュー部分の枠 */
.top_menu{
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
background:url(../../images/menu_bottom.gif) no-repeat bottom;
padding:7px 12px 20px 12px;
}

/* 詳細メニュー部分の空きと下線 */
.top_menu_list td{
border-bottom:1px dashed #936F00;
padding:4px 0px;
}

/* 詳細メニュー部分のリンク色 */
.top_menu_list td a{
color:#333333;
text-decoration:none;
}

.top_menu_list td a:hover{
color:#669900;
text-decoration:none;
}

.top_subtitle{
margin-bottom:4px;
}

/* 商品紹介メニューの空きとライン消し */
.top_submenu td{
border-bottom:1px solid #FFFFFF;
padding:1px 0px;
}


/* バナー背景 */

#banner_area{
background:url(../../images/banner_back.gif) repeat-y;
padding:10px 10px 0px 10px
}

#banner_area img{
margin-bottom:10px;
}

#banner_area object{
margin-bottom:10px;
}

