@charset "Shift_JIS";

* {
margin: 0;
padding: 0;
}

html {
	color: #999999;
	font: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
	text-align: center;

}

body {
	text-align: center;
	width: 100%;
}

#wrapper{
	background:#FFFFFF;
	width: 800px;
	font-size:10px;
	line-height:12px;
	background:#FFFFFF;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a 			{ color: #999; text-decoration: underline; }
a:link		{ color: #999; text-decoration: underline; }
a:visited	{ color: #999; text-decoration: underline; }
a:active	{ color: #000; text-decoration: underline; }
a:hover		{ color: #000; text-decoration: underline; }

#contents{
	width: 760px;
	height: 600px;
	margin: 0px 20px;
	clear: both;
}

#brandcontents{
	width: 800px;
	height: 600px;
	margin: 0px;
	clear: both;
}


#foot{
	width: 800px;
	height: 40px;
	margin: 0px;
	clear: both;	
}

address {
	padding: 10px 0 0;
	margin: 5px 15px 0;
	text-align:left;
	float: left;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}

img{
border:
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*--NAVI--*/
#navi{
	padding:0px;
	background:#FFFFFF;
	list-style: none;
	margin: 0px;
	line-height:0px;
	float: right;
}

.menu{
	margin:0px;
	padding:0px;
	line-height:0px;
	float: left;
}

.left{
float:left;
}

 .right{
 float:right;
 }
 
 .clear{
 clear:both;
 }
 
 ul {
	list-style-type: none;
}

h2 {
	font			: normal 10px/12px "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
	}
	
