@charset "UTF-8";
/*******************************************************************************
file name  :  report.css
style info :  
********************************************************************************/

/*===================================================================
	ハック
===================================================================*/

/* clearfix 
xxxxxx:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}*/
/*********************************************************
	report
*********************************************************/
#main #content #report{
	padding-bottom:50px;
}
#main #content #report h2{
	margin-top:30px;
}
#main #content #report .section-Lv1{
	padding-top:20px;
}
#main #content #report .first-child{
	padding-top:12px;
}
#main #content #report .section-Lv1 h3 span.new{
	color:#FF0000;
	font-size:11px;
}
#main #content #report .section-Lv1 .left-column{
	float:left;
	width:330px;
}
#main #content #report .section-Lv1 .right-column{
	float:left;
	width:330px;
	padding-left:15px;
}
/*********************************************************
	report-sub
*********************************************************/
#main #content #sub-report{
	padding-bottom:50px;
}
#main #content #sub-report h1{
	padding-bottom:15px;
}
#main #content #sub-report h2{
	padding-bottom:15px;
}
#main #content #sub-report h2 span.new{
	color:#FF0000;
	font-size:11px;
}
#main #content #sub-report dl {
	background-color: #E1E1E1;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#main #content #sub-report dt {
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 5px;
}
#main #content #sub-report dd {
	line-height: 150%;
}


#main #content #sub-report #sub-report-wrapper{
	background:url(../img/report/bg_report.jpg) top left no-repeat;
}
#main #content #sub-report #sub-report-wrapper .section-Lv1{
	margin-left:50px;
	width:625px;
}
#main #content #sub-report #sub-report-wrapper .section-Lv1 .section-Lv2{
	margin:15px 0 0 0;
}
#main #content #sub-report #sub-report-wrapper .section-Lv1 .first-child{
	margin:0px;
}
#main #content #sub-report #sub-report-wrapper .section-Lv1 .section-Lv2 .left-column{
	width:230px;
	float:left;
}
#main #content #sub-report #sub-report-wrapper .section-Lv1 .section-Lv2 .right-column{
	width:380px;
	padding-left:15px;
	float:left;
}

/* *************************
 *
 * Postscript
 * Since:    2009-10-08
 * Modified: 2009-10-08
 * Editor:   uchimura
 *
 * Information: CSS for #message
 *
 * *************************
 */

div#message{
	width:675px;
	margin-bottom:40px;
}

div#message h2{
	margin-bottom:10px;
}

div#message img{
	display:block;
	float:left;
	margin-left:10px;
}

div#message p{
	float:left;
	margin-left:10px;
	width:450px;
}
/* *************************
 *
 * Postscript
 * Since:    2010-03-03
 * Modified: 2010-03-03
 * Editor:   hara
 *
 * Information: CSS for #message
 *
 * *************************
 */

/***************************************
	comment
***************************************/

#main #content #comment dl {
	background-color: #E1E1E1;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
#main #content #comment dt {
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 5px;
}
#main #content #comment dd {
	line-height: 150%;
}
/******************************************/
