@charset "shift_jis";
/*-------------------------------------------------------------
	#content
-------------------------------------------------------------*/
#content h2{
	padding-left: 100px;
	font-size: 14pt;
	font-weight: 600;
	color: #f00;
}

#content .main{
	margin-left: 110px;
	margin-right: 110px;
}

#content .mainTB{
	margin-left: 100px;
	margin-right: 100px;
	padding: 5px;
	background: #ffc;
	border: 2px solid #f00;
}

#content .mainimg{
	margin-left: 100px;
	margin-right: 100px;
}


/*-------------------------------------------------------------
	#point
-------------------------------------------------------------*/
ul#point{
	list-style: none;
	margin-left: 120px;
	margin-right: 100px;
}

#point li{
	margin: 0 0 30px;
	min-height: 38px;
	padding: 0 0 0 100px;
	font-size: 11pt;
	font-weight: 600;
	line-height: 180%;
}

#point .p1{
	background: url(../image/p1.gif) no-repeat 0 0.2em;
}
#point .p2{
	background: url(../image/p2.gif) no-repeat 0 0.2em;
}
#point .p3{
	background: url(../image/p3.gif) no-repeat 0 0.2em;
}


/*-------------------------------------------------------------
	.storeList
-------------------------------------------------------------*/
ul.storeList{
	list-style: none;
}

.storeList li{
	margin: 0 0 10px;
	padding: 0 0 0 18px;
	background: url(../image/bg_list.gif) no-repeat 0 0.2em;
}

/*-------------------------------------------------------------
	#form
-------------------------------------------------------------*/
#form{
	width: 600px;
	margin-left: 100px;
	margin-right: 100px;
	padding: 0;
	background: url(../image/bg_formB.gif) no-repeat 0 bottom;
}


#form p{
	margin: 5px 25px;
}


/*-------------------------------------------------------------
	#dl
-------------------------------------------------------------*/
#dl a{
	display: block;
	margin-left: 100px;
	margin-right: 100px;
	width: 600px;
	height: 60px;
	background: url(../image/btn_dl.jpg) no-repeat 0 0;
}

#dl a span{
	display: none;
}

#dl a:hover{
	background-position: 0 -60px;
}

/*-------------------------------------------------------------
	#purchase
-------------------------------------------------------------*/
#purchase a{
	display: block;
	margin-left: 100px;
	margin-right: 100px;
	width: 600px;
	height: 90px;
	background: url(../image/btn_purchase.jpg) no-repeat 0 -90px;
}

#purchase a span{
	display: none;
}

#purchase a:hover{
	background-position: 0 0;
}



/*-------------------------------------------------------------
	#doui
-------------------------------------------------------------*/
#doui{
	border: 3px solid #f39;
	background: #ffe8f3;
	padding: 20px 30px;
}

#doui .box{
	border: 1px solid #666666;
	background: #fff;
	height: 164px;
	overflow: auto;
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
}

#doui .box dt{
	font-weight: bold;
}

#doui .box dd{
	margin-bottom: 10px;
}

#doui .box ol li{
	margin-left: 30px;
	list-style: decimal;
}

#doui .box ul li{
	margin-left: 30px;
	list-style: circle;
}





/*---------- .right/.clear ----------*/
.right{
	float: right;
	margin: 0 5px;
}

.clear{
	clear: both;
}

/*---------- fonts ----------*/
.red {
	color: #ff0000;
}


.orange {
	color: #ff9900;
}

.blue {
	color: #0000ff;
}

.pink{
	color: #f12e9c;
}

.gray{
	color: #666666;
}

.small {
	font-size: smaller;
}

strong{
	font-weight: 600;
}

.underline{
	text-decoration: underline;
}

.bold600{
	font-weight: 600;
}

.taCenter{
	text-align: center;
}

.mt10{	margin-top: 10px;}
.mt20{	margin-top: 20px;}
.mt30{	margin-top: 30px;}
.mt40{	margin-top: 40px;}
.mt50{	margin-top: 50px;}
.mt60{	margin-top: 60px;}
.mt70{	margin-top: 70px;}
.mt80{	margin-top: 80px;}


.f11{ font-size: 11pt;}
.f12{ font-size: 12pt;}
.f13{ font-size: 13pt;}
.f14{ font-size: 14pt;}
.f15{ font-size: 15pt;}

.lh200{ line-height: 200%;}
.lh300{ line-height: 300%;}
