/* CSS Document */

@charset "UTF-8";


#intro {
	background-image: url(../images/common/back.png);
	padding-top: 120px;
	padding-bottom: 20px;
	background-repeat: repeat-x;
}
.container {
	position:relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 20px;

}


#contents-main {
	float: right;
	width: 680px;
}


.products-1 {
	margin-top: 20px;
	background-image: url(../images/link/menu-1.png);
	background-repeat: no-repeat;
	height: 25px;
}
.products-2 {
	margin-top: 20px;
	background-image: url(../images/link/menu-2.png);
	background-repeat: no-repeat;
	height: 25px;
}
.products-3 {
	margin-top: 20px;
	background-image: url(../images/link/menu-3.png);
	background-repeat: no-repeat;
	height: 25px;
}

.nenu-1 {
	margin-top: 50px;
	height: 25px;
	background-repeat: no-repeat;
}
.nenu-2 {
	color: #333;
	text-decoration: underline;
	margin-top: 20px;
}
.dealer {
	color: #FFF;
	width: auto;
	margin-top: 20px;
	padding-top: 15px;
	padding-left: 0px;
}
.section {
	width: 532px;
	padding-top: 15px;
}
.section .tbl_shop{
	width: 100%;
	background: #FFF;
	font-size: 11px;
}

.section .tbl_shop th{
	padding: 10px;
	text-align: left;
}



#sub-nav {
	width: 160px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 700px;
	background-repeat: no-repeat;
}

.section .tbl_shop td{
	padding: 10px;
	text-align: right;
}
#intro .container #contents-main .section .tbl_shop tr td a {
	color: #999999;
}
#intro .container #contents-main .section a:hover {
	color: #999;
}



#contents-nav {
	margin: 25px 0 30px;
	list-style: none;
}
#intro .container #sub-nav #contacts-nav {
	background-image: url(../images/link/mein-com.png);
	background-repeat: no-repeat;
	padding-bottom: 100%;
}
