@charset "UTF-8";
/* CSS Document */

h3{
	font-size:10px;
	line-height: 1.7em;
	color: #c0bfbe;
	font-weight:normal;
	margin: 15px 0 5px 0;
}


#title h2 {
	background-image: url(../guide/guide_img/title01.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 300px;
	margin-bottom: 50px;
	text-align:right;
}
#title h2 span {
	display: none;
}

.marginB20{
	margin-bottom: 20px;
}

.marginB10{
	margin-bottom: 10px;
}

.marginT30{
	margin-top: 30px;
}

.marginT10{
	margin-top: 10px;
}
	

#order{
	background-image: url(../guide/guide_img/7c_bg.gif);
	background-repeat:no-repeat;
	padding: 15px;
	border: 1px solid #f19149;
	width: 465px;
}

#orderbg{
	background-image:url(../guide/guide_img/clover.gif);
	background-repeat:no-repeat;
}

.line_pk{
	border: 1px solid #FF3366;
	padding: 10px;
	width: 465px;
}

.borderG{
	border: 1px solid #EDEDED;
	padding:5px;
}

.red{
	color:#CC0000;
}

.pink{
	color:#FF3366;
}

.green{
	color:#336600;
}

.blue{
	color: #336699;
}

.font10{
	font-size:10px;
}

*:first-child+html .font10{
    font-size: 70%;
}

.floatL{
	float:left;
	margin-right: 10px;
}