﻿@charset "utf-8";


/*wrapper
--------------------------------------------------*/

#wrapper{
	width: 960px;
	margin: 0 auto;
}


/*leftmenu
--------------------------------------------------*/

#leftmenu{
	width: 226px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

#leftmenu a{
	text-decoration: none;
}

#leftmenu a:hover{
	text-decoration: underline;
}

#leftmenu #header .logo{
	margin: 60px 0 55px;
}

#leftmenu #header .menu{
	margin-bottom: 40px;
}

#leftmenu #header .menu ul{
	height: 170px;
	background: url(../img/common/menu_line.gif) no-repeat left top;
	padding-left: 1px;
}

#leftmenu #header .menu ul li{
	float: right;
}

#leftmenu #header .submenu{
	margin: 0 0 60px;
}

#leftmenu #header .submenu ul li{
	width: 226px;
	padding: 15px 0 16px;
	background: url(../img/common/dot.png) repeat-x bottom;
	float: left;
}

#leftmenu #header .submenu ul li a{
	margin-left: 10px;
	padding-left: 20px;
	background: url(../img/common/arrow.png) no-repeat left;
	display: block;
}

#leftmenu #header .submenu ul li a.arrow_red{
	background: url(../img/common/arrow_red.png) no-repeat left;
}

#leftmenu #header .submenu ul li a.arrow_blue{
	background: url(../img/common/arrow_blue.png) no-repeat left;
}

#leftmenu #header .onlineshop{
	margin: 0 0 60px;
	text-align: center;
}


/*content
--------------------------------------------------*/

#content{
	width: 690px;
	margin-bottom: 60px;
	background-color: #fff;
	float: right;
}

#content_inner{
	margin: 0 30px;
}


/*footer
--------------------------------------------------*/

#footer{
	clear: both;
	font-size: 12px;
	line-height: 18px;
}

#footer a{
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .pagetop{
	width: 960px;
	margin: 0 auto;
}

#footer .pagetop img{
	margin-bottom: 10px;
	float: right;
}

#footer .footer_menu{
	width: 100%;
	height: 49px;
	background: #e6d9be;
	clear: both;
	min-width: 960px;
}

#footer .footer_menu ul{
	width: 960px;
	margin: 0 auto;
}

#footer .footer_menu ul li{
	margin-right: 50px;
	padding-left: 20px;
	display: table-cell;
    vertical-align: middle;
	line-height: 49px;
	background: url(../img/common/arrow.png) no-repeat left;
	float: left;
}

#footer .footer_menu ul li.last{
	margin-right: 0;
}

#footer .footer_inner{
	width: 960px;
	margin: 0 auto;
}

#footer .footer_inner .footer_left{
	width: 600px;
	float: left;
}

#footer .footer_inner .footer_left h3{
	width: 160px;
	margin: 30px 30px 0 0;
	float: left;
}

#footer .footer_inner .footer_left .copyright{
	margin-top: 39px;
}

#footer .footer_inner .footer_right{
	width: 350px;
	margin: 35px 0 30px 0;
	float: right;
}