﻿/* トップページ */

/* top画像設定 */
#slideshow {
    position:relative;
    height:322px;
    text-align : center;
    margin : 10px 30px 0px 15px;
}

/* お知らせ */
#news {
    border-left: solid 8px #fff;
    margin-top: -1px;
}

/* トップメニュー */
#product {
        width: 160px;
	margin:40px 0 0px 10px;
	padding:5px 5px 0 0px;
	border-width:0 0 5px 0;
	border-color: #BEDC81;
	border-style:solid;
	background:#7EBA03;
	color:#F3F9E8;
	line-height:140%;
	font-weight:bold;
        text-align: center;
}

#top-menu ul{
        width:960px;
        margin-top: 30px;
        overflow: hidden;
}

#top-menu li {
	float: left;
        overflow: hidden;
        list-style:none; 
}

#top-menu li a{
        width:225px;
        height: 0px;
	float: left;
        overflow: hidden;
        list-style:none; 
        padding-top:210px;
}

 #menu1 a {
        background-image: url(img/top/menu1.jpg);
        background-repeat: no-repeat;
}

 #menu2 a {
        background-image: url(img/top/menu2.jpg);
        background-repeat: no-repeat;
        margin-left: 15px;
}

 #menu3 a {
        background-image: url(img/top/menu3.jpg);
        background-repeat: no-repeat;
        margin-left: 15px;
}

 #menu4 a {
        background-image: url(img/top/menu4.jpg);
        background-repeat: no-repeat;
        margin-left: 15px;

} 

 #menu5 a {
        background-image: url(img/top/menu5.jpg);
        background-repeat: no-repeat;
}

 #menu6 a {
        background-image: url(img/top/menu6.jpg);
        background-repeat: no-repeat;
        margin-left: 15px;
}

 #menu7 a {
        background-image: url(img/top/menu7.jpg);
        background-repeat: no-repeat;
        margin-left: 15px;
}

 #menu8 a {
        background-image: url(img/top/menu8.jpg);
        background-repeat: no-repeat;
        margin-left: 15px;
}

/* SNS */
 .sns:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#sns {
	width: 960px;
	margin-top: 50px;
        margin-left: 10px;
}

#tw {
	width: 470px;
	float: left;
}

#fb {
	width: 470px;
	float: right;
	min-height: 2px;
}

