@charset "utf-8";

/*
============================================

	guide CSS

============================================
*/




#main p {
	padding-bottom: 10px;
	line-height: 1.7em;
}




/* guide
--------------------------------------------- */



#main #guide {
	background-image: url(../images/common/content_bg_01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}




#main #guide h3 {
	font-size: 250%;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
}

#main #guide .p_main {
	color: #333333;
	font-size: 110%;
}
#main #guide .p_main strong {
	color: #006699;
}







#main #guide h4 {
	font-size: 170%;
	color: #0066CC;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1em;
	margin-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#main #guide h4 strong {
	color: #990066;
}


#main #guide h5 {
	font-size: 120%;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	margin-top: 1em;
}



#main #guide p {
	color: #666666;
	font-weight: normal;
	display: block;
}

#main #guide .floar_L {
	float: left;
	padding-right: 20px;
	font-size: 85%;
	color: #333333;
}


#main #guide .floar_R {
	float: right;
	font-size: 85%;
	color: #333333;
	padding-left: 20px;
}


#main #guide .floar_clear {
	clear: both;
}



/* rule
--------------------------------------------- */

#main #rulebox {
	background-image: url(../images/common/content_bg_01.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}




#main .filebox {
	padding: 15px;
	border: 1px solid #9BB0AE;
	background-color: #EEFFFF;
	margin-bottom: 15px;
}



#main #rulebox h3 {
	font-size: 141.7%;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	text-indent: 0.5em;
	line-height: 1.5em;
	margin-top: 1em;
}



#main #rulebox p {
	color: #666666;
	font-weight: normal;
	display: block;
}

#main #rulebox .floar_L {
	float: left;
	padding-right: 10px;
	font-size: 85%;
	color: #333333;
}


#main #rulebox .floar_clear {
	clear: both;
}




/* sub
--------------------------------------------- */

#wrapper #main-contents #sub {
	width: 220px;
	padding: 44px 0 0;
	background-image: url(../images/common/sub_bg_01.png);
	background-repeat: no-repeat;
	background-position: 0 14px;
}

	/* staff
	--------------------------------------------- */
	
	#wrapper #main-contents #sub #staff {
		margin-left: 0;
	}

