@charset "Shift_JIS";

* {
margin: 0;
padding: 0;
}

html {
	color: #999999;
	text-align: center;
}

body {
	text-align: center;
	width: 100%;
	font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#wrapper{
	background:#FFFFFF;
	width: 800px;
	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;

}

#contents #about {
	padding-top:5px;
}

#contents #about h2 {
    color: #000;
	font-size:small;
	padding-left:15px;
	padding-top:0px;
	padding-bottom:15px;
	background-image: url(../images/entry_head01.gif);
	background-repeat: no-repeat;
}

#contents #about p{
	padding-left:15px;
	padding-bottom:15px;
	line-height: 16px;
}

#contents #about .smallText {
	font-size: 9px;
	color: 999999;
	line-height: 16px;
}

#contents #monitor {
    padding-top:10px;
	width:740px;
	margin-left:10px;
}

#contents #monitor img {
	padding-top: 0px;
	padding-bottom: 10px;
}

a:link .btn{
	filter: alpha(opacity=40);
	-ms-filter: alpha(opacity=40);
	opacity: 0.4;
}

a:hover .btn{
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
	opacity: 1;
}

#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;
	}
	

