body{
	background:#3f3b3a;
	font-size:12px;
	color:#fff;
	font-family:  Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
#header{
	width:100%;
	background:#eeeeee;
}
#header .inner{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
}

#main_title{
	background:url(../common/images/bg_gray.gif);
	background-repeat:repeat;
	height:400px;
}
#main_title .inner, #milano .inner{
	width:1000px;
	margin:0 auto;
	padding:100px 0;
	overflow:hidden;
}
 #products .inner, #map .inner{
	width:1000px;
	margin:0 auto;
	padding:45px 0;
	overflow:hidden;
}
#main_title .left_column{
	float:left;
	width:535px;
	text-align:center;
}
#main_title .right_column{
	float:left;
	width:318px;
	color:#fff;
	line-height:1.8;
}
#products h3,#map h3{
	margin:15px 0;
	padding:10px 0;
	border-bottom:1px solid #fff;
}
#products ul{
	margin:0;
	padding:0;
}
#products ul li{
	float:left;
	width:250px;
	list-style:none;
}
#products ul li a:hover{
	opacity:0.7;
}
#products ul li p{
	padding:10px;
	color:#fff;
}
#map .inner .left_column{
	float:left;
	width:520px;
	color:#fff;
	line-height:1.8;
}
#map .inner .left_column p.date{
	font-size:16px;
}
#map .inner .left_column p span{
	font-size:14px;
}
#map .inner .right_column{
	float:right;
	width:464px;
	text-align:center;
}
#milano{
	margin-top:20px;
}
#milano .inner{
	background:url(../images/bg_milano.jpg);
	background-repeat:repeat;
}
#milano .left_column{
	float:left;
	width:535px;
	padding-top:55px;
	text-align:center;
}
#milano .right_column{
	float:left;
	width:318px;
	color:#fff;
	line-height:1.8;
}
#milano .right_column p{
	margin-bottom:20px;
}
#milano .right_column h4{
	float:left;
}
#milano .right_column h4 + p{
	float:right;
	width:auto;
	margin:6px auto 0;
}
#milano .inner h4 + p a {
    text-decoration: none;
    background: url(../common/images/icon_arr.png) right center no-repeat;
    padding-right: 20px;
    color: #FFF;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
}
#footer{
	background:#000;
	width:100%;
}
#footer .inner{
	width:1000px;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}


/*====================
 product page
====================*/
#breadcrumb{
	width:1000px;
	margin:20px auto 30px;
}
#breadcrumb a{
	color:#fff;
	text-decoration:underline;
}
#product{
	margin-bottom:100px;
}
#product .pb60{
	padding-bottom:60px;
}
#product .inner{
	width:890px;
	margin:0 auto;
	padding:60px;
	background:#221f1e;
	overflow:hidden;
}
#product .inner .left_column{
	display:table-cell;
}
#product .inner .right_column{
	display:table-cell;
	vertical-align:bottom;
	padding-left:60px;
}
#product .inner .right_column p{
	margin-top:10px;
	line-height:1.8;
}
#product .inner .right_column p a img {
	transition: all 0.3s ease-in;
}
#product .inner .right_column p a img:hover{
	opacity: 0.7;
}

#product .inner .bottom_column img {
float: left;
}
