@charset "utf-8";

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

	Result CSS

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


/* main
--------------------------------------------- */

 #main h2 {
	margin-bottom: 10px;
}

 #main p.lead {
	margin-left: 2px;
	margin-bottom: 10px;
	color: #666;
	line-height: 1.3;
}

 #main .title_body {
	color: #000000;
	line-height: 1.3;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 110%;
}

 #main .title_body h3 {
	padding-bottom: 20px;
}

 #main .title_body .comment {
	color: #333333;
	background-image: url(../images/common/list_ico_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 12px;
}

 #main .btn_body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}



 #main .btn_body_bg {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/common/content_bg_01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}





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


#main .floar_clear {
	clear: both;
}




/* event
--------------------------------------------- */

 #main .event {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 18px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/common/content_bg_01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}




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


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

