/*

	Gear-Man CSS
	Layout Setting

	* File Organization:
		#frame
			#header
			#navigation
			#breadcrumb
			#visual
			#content
				#mainCol
				#subCol
			#footer
		.clearfix

*/



/* -----------------------------------------------

	#header
	ヘッダー設定

----------------------------------------------- */
div#header {
	margin: 0;
	text-align: left;
}

div#header h1#logo-GM {
	margin: 0;
}

div#header h1#logo-GM span {
	display: none;
}



/* 	#infoReport ディーラーレポート用設定
----------------------------------------------- */
div.infoReport {
	margin: 0;
	padding:0;
	width: 100%;
	display: block;
}

div.infoReport dl.infoTitle {
	margin: 0 0 0.5em 0;
	padding:0;
	width: 100%;
	height: 1.8em;
}

div.infoReport dl.infoTitle dt {
	margin:0;
	padding: 0 0 0.2em 0;
	width: 54%;
	height: 20px;
	font-size: 90%;
	font-weight: bold;
	vertical-align:bottom;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 3px solid #FF9900;
	float: left;
	clear: left;
}

div.infoReport dl.infoTitle dd {
	margin:0;
	padding: 0 0 0.3em 0;
	width: 45%;
	height: 20px;
	font-size: 75%;
	text-align: right;
	vertical-align:bottom;
	border-bottom: 3px solid #CCCCCC;
	float: left;
}

div.infoReport .infoReportBody {
	width: 100%;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.2em 0;
	border-bottom: 1px dotted #CCCCCC;
	/* for IE7/6 */
	*height: 1%;
}
/*- clearfix -*/
div.infoReport .infoReportBody:after {
	display: block;
	content: "";
	clear: both;
}

div.infoReport .infoReportBody .infoReportBody_le {
	margin: 0;
	width: 30%;
	float: left;
	/* for IE7/6 */
	*height: 1%;
}
div.infoReport .infoReportBody .infoReportBody_ri {
	margin: 0;
	width: 68%;
	float: right;
	line-height: 125%;
}

div.infoReport .infoReportBody .infoReportBody_ri a:link,
div.infoReport .infoReportBody .infoReportBody_ri a:visited { color: #0099FF; }
div.infoReport .infoReportBody .infoReportBody_ri a:active,
div.infoReport .infoReportBody .infoReportBody_ri a:hover {
	color: #0099FF;
	text-decoration: underline;
}
div.infoReport .infoReportBody .infoReportBody_ri a:focus {
	color: #0099FF;
	text-decoration: none;
}

div.infoReport .infoReportBody .infoReportBody_ri dl.infoinTitle {
	margin: 0 0 10px 0;
	width: 100%;
	display: block;
}

div.infoReport .infoReportBody .infoReportBody_ri dl.infoinTitle dt {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	color: #FF9900;
	border-bottom: 1px dotted #FF9900;
}

div.infoReport .infoReportBody .infoReportBody_ri dl.infoinTitle dt a:link,
div.infoReport .infoReportBody .infoReportBody_ri dl.infoinTitle dt a:visited { color: #FF9900; }
div.infoReport .infoReportBody .infoReportBody_ri dl.infoinTitle dt a:active,
div.infoReport .infoReportBody .infoReportBody_ri dl.infoinTitle dt a:hover {
	color: #0099FF;
	text-decoration: underline;
}	
	
div.infoReport .infoReportBody .infoReportBody_ri dl.infoinTitle dd {
	margin: 0 0 0.2em 0;
	font-size: 90%;
}

div.infoReport .infoReportBody .infoReportBody_ri p {
	margin: 0.35em 0 0 0;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
}

div.commentBlock {
	margin: 10px 0 10px 0;
	padding: 10px;
	text-align: left;
	border: 1px solid #CCCCCC;
	border-radius: 10px;        /* 角丸：CSS3草案 */
	-webkit-border-radius: 10px;    /* 角丸：Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* 角丸：Firefox用 */
    background-image: -webkit-gradient(linear,left bottom, left top,
                  from(#EEEEEE),
                  to(#FFFFFF));
	overflow: hidden; /* IE6 */
}

div.commentBlock h2 {
	font-size: 120%;
	font-weight: bold;
}

p.infoPresent {
	display: none;
}

li span {
	display: none;
}
