/*------------------------------------------------------
common.css
Copyright 2007 Montre Solmare S.A.
Authored by HYS
------------------------------------------------------*/

/* general */
*{
	margin:0px;
	padding:0px;
}
body {
	text-align: center;
	background: url(../comon-img/medium.gif) no-repeat scroll 80% 0px;
}
body div {
	margin: 0 auto;
}

img {
	border-style: none;
}
p {
	display: block;
}
#container {
	color: #333333;
	height: 100%;
	width: 100%;
}
a {
color:#666;

}
.clr{
	clear: both;
}
.cntr{
	text-align:center;
}
.w120{
	width:120px;
}
.w300{
	width:300px;
}
.subtitle{
	font-weight:bold;
}
.bm10{
	margin-bottom:10px;
}
.bm20{
	margin-bottom:20px;
}
.bm30{
	margin-bottom:30px;
}
.cap{
	display:block;
	margin-top:5px;
	clear:both;
	font-size:10px;
}


/* head */
#head-navi-wrapper {
	height: 285px;
	width: 556px;
}
#head-navi-wrapper #logomark{
	float:left;
}
#head-navi-wrapper #head-img{
	float:left;
}
#head-navi-wrapper #logotype{
	/**/
}
#navi {
	float:right;
	width: 282px;
	text-align: right;
	margin-top: 40px;
}
#navi li{
	list-style:none;
	height:18px;
}


/* contents */
#contents {
	width: 506px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
}
#contents p {
	margin-top:25px;
	font-size: 12px;
	line-height: 20px;
}

.pos-left{
	float:left;
}
.pos-right{
	float:right;
}
.pos-left{
	padding-right:1em;
}
#contents hr{
	color:#494949;
	background-color:#494949;
	width:100%;
	height:1px;
	border:none;
	padding:0;
	margin:5px 0 3px 0;
	clear:both;
}
#collection{
	text-align:center;
	margin-top:15px;
	font-size:10px;
	}
#collection td{
	border: 1px solid #CCCCCC;
	padding:4px;
}
#contents table{
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding-right:auto;
	padding-left:auto;
}
#pic{
	width:300px;
	height:auto;
}
/* foot */
#foot{
	width:556px;
	font-size: 10px;
	padding-top: 15px;
}
#foot p{
	margin-top:10px;
}

/*-----------------------*/
#container #contents .cell1 td{
	font-size:12px;
	padding: 2px;
	line-height: 1.6em;
}

/*--Authorized Dealer--*/
#shoplist{
	padding-top:20px;
}
#shoplist li{
	padding-top:10px;
	list-style:none;
	clear:both;
	font-size:12px;
	line-height:18px;

}
#shoplist li a{
	text-decoration:none;
}
#shoplist li a:hover{
	text-decoration:underline;
	color:#999999;
}
.adnam{
	clear:both;
	float:left;
	width:120px;
	font-weight:bold;
}
.adnamttl{
	clear:both;
	float:left;
	width:120px;
	font-weight:normal;
}
.adinf{
	float:left;
	width:256px;
	margin-right: 10px;
}
.adhr{
	height:10px;
	border-top: 1px solid #CCCCCC;
}
.adimg{
	float:left;
}

.f10{
	font-size:10px;
}

.thumbbox{
	width:506px;
	padding:0px;
}
.thumbbox a{
	display:block;
	float:left;
}

