/*------------------------------------
		main.css
------------------------------------*/
*{
	padding:0;
	margin:0;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:90%;
	line-height:150%;
}

a:link{color:#696969; text-decoration:none;} 
a:visited{color:#696969; text-decoration:none;} 
a:hover{color:#cccccc; text-decoration:none;} 

h2{
	height:15px;
	font-size:100%;
}


/*------------------------------------
		メイン構成
------------------------------------*/

#main{
	width:950px;
	margin:0 auto;
	margin-top:10px;
}

#logo{
	float:right;
}

#menu{
	width:390px;
	height:211px;
	float:left;
}

#menu ul{
	list-style-type:none;
}

#menu li a{
	display:block;
	height:35px;
	padding-left:20px;
	margin-bottom:2px;
	background:url(../img/menu.jpg) no-repeat;
	font-size:15px;
	font-weight:900;
	border-bottom:1px dashed #696969;
}

#menu li a:hover{
	border-bottom:1px dashed #ccc;
}

#contents{
	padding:10px;
	border-top:10px #696969 solid;
	clear:both;
}

#contents img{
	margin-bottom:30px;
}


/*------------------------------------
		SUMARY
------------------------------------*/

#summary{
	padding:10px;
}

#summary table{
	width:600px;
	margin-top:30px;
	margin-left:50px;
	border-collapse:collapse;
	float:left;
}

#summary td{
	vertical-align:top;
	padding:10px;
	border:1px #696969 solid;
}


/*------------------------------------
		QandA
------------------------------------*/

#qanda{
	padding:10px;
}

#qanda table{
	width:910px;
	margin-top:30px;
	margin-left:10px;
	border-collapse:collapse;
	margin-bottom:10px;
}

#qanda td,th{
	width:50%;
	vertical-align:top;
	padding:5px;
	border:1px #696969 solid;
}


/*------------------------------------
		COUPON
------------------------------------*/

#coupon{
	width:890;
	padding:40px;
	margin:0 auto;
	border:2px #696969 dashed;
	background:#ededed;
}


/*------------------------------------
		SEND
------------------------------------*/

#sendmail{
	width:100%;
	height:500px;
	background:url(../img/sendbg.jpg) bottom right no-repeat;
}

#sendmail td{
	padding:10px;
}

#send{
	margin:0 auto;
	padding:10px;
	border-top:10px #696969 solid;
}

/*------------------------------------
		FOOTER
------------------------------------*/

#footer{
	width:98%;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px #696969 dotted;
	text-align:right;
	font-size:12px;
	color:#708090;
	clear:both;
	line-height:95%;
}


/*------------------------------------
		class
------------------------------------*/

.clear{
	clear:both;
}
