* {
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0px;
	display: inline;
	vertical-align: bottom;
}
a:link,a:visited { color: #3f80a2; }
a:hover,a:active { color: #4095c1; }
a {	outline: none; }
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;	
}
hr { 
	display: none;
}
body {
	background: #473123 url(../images/bg.jpg) repeat-x 0 0;
	text-align: center; 
	font-family: Verdana, Arial, sans-serif, "lr oSVbN";
	color: #333333;
	font-size: 100%;
}
#container {
	width: 950px;
	margin: 0 auto;
}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*-------------------header---------------------*/
#header {
	background: url(../images/bg_header.jpg) no-repeat;
	width: 950px;
	height: 337px;
}
#header ul {
	background: url(../images/bg_navi.jpg) no-repeat;
	list-style: none;
	display: inline;
	width: 555px;
	height: 22px;
	margin: 63px 0 12px 0;
	float: left;
	overflow: hidden; 
}
#header li {
	text-decoration: none;
	height: 22px;
	display: inline;
}
#header li a {
	background-color: transparent;
	background-position: 0 -22px;
	display: block;
	height: 22px;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	display: inline;
}
#header li a:hover,
#header li a.now {
	background-position: 0 0;
}
.navi01 a {
	background: url(../images/gnavi_01.jpg) no-repeat;
	width: 102px;
	margin-left: 12px;
}
.navi02 a {
	background: url(../images/gnavi_02.jpg) no-repeat;
	width: 112px;
}
.navi03 a {
	background: url(../images/gnavi_03.jpg) no-repeat;
	width: 98px;
}
.navi04 a {	
	background: url(../images/gnavi_04.jpg) no-repeat; 
	width: 91px;
}
.navi05 a {
	background: url(../images/gnavi_05.jpg) no-repeat;
	width: 134px;
}
/*-------------------mainBlock---------------------*/
#mainBlock {
	width: 950px;
	background: #ffffff;
	clear: both;
	text-align: left;
	padding-bottom: 30px;
}
#mainBlock:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
}
/*-------------------leftCol---------------------*/
#leftCol {
	width: 190px;
	float: left;
	margin: 0 15px;
	display: inline;
}
.contact {
	border: solid 1px #bebebe;
	padding: 9px;
	clear: both;
}
.news,
.mobile,
.recommendation {
	border-left: solid 1px #bebebe;
	border-right: solid 1px #bebebe;
	border-bottom: solid 1px #bebebe;
	padding: 15px 9px 15px 9px;
	clear: both;
}
.news h3 {
	background: url(../images/tit_new.gif) no-repeat;
	width: 170px;
	height: 10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
.news ul {
	font-size: 10px;
}
.news li {
	background: url(../images/icon_arrow.gif) no-repeat 0 1px;
	text-indent: 18px;
	margin-bottom: 5px;
}
.mobile h3 {
	background: url(../images/tit_mobile.gif) no-repeat;
	width: 170px;
	height: 10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
.recommendation h3 {
	background: url(../images/tit_recommendation.gif) no-repeat;
	width: 170px;
	height: 10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	overflow: hidden;
}
/*-------------------centerCol---------------------*/
#centerCol {
	width: 540px;
	float: left;
	display: inline;
}
#centerCol h2 {
	background: url(../images/tit_newarrivals.jpg) no-repeat;
	width: 540px;
	height: 22px;
	margin-bottom: 15px;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}
#centerCol dl {
	width: 174px;
	float: left;
}
#centerCol dt {
	width: 174px;
	height: 261px;		
}
#centerCol dd {
	width: 174px;
	height: 60px;
	padding-top: 10px;
	font-size: 0.78em;		
}
/*-------------------rightCol---------------------*/
#rightCol {
	width: 160px;
	margin: 0 15px;
	float: left;
	display: inline;
}
/*-------------------footer---------------------*/
#footer {
	background: url(../images/bg_footer.jpg) no-repeat;
	width: 950px;
	height: 100px;
	text-align: center;
	color: #9e9793;
	font-size: 10px;
	clear: both;
	padding-top: 20px;
}
/*-------------------other---------------------*/
.mL9 {
	margin-left: 9px;
}
.mT2 {
	margin-top: 2px;
}
.mT9 {
	margin-top: 9px;
}
.mT5 {
	margin-top: 5px;
}
.mT6 {
	margin-top: 6px;
}
