/* report.css 2009.10.27 */
/* 製品ごとに使うスタイル */
/*============目次============
　最終更新日：2009/10/27
　1.ClearFix
　2.事例メイン枠
============================*/

/*===========================
■2. 事例メイン枠
============================*/

DIV#report .l_tab {
	width: 24px;
	margin: 0;
	padding: 0;
	float: left;
}

DIV#report .r_main {
	border: 1px solid #CCCCCC;
	width: 544px;
	float: right;
	margin: 0;
	padding: 0;
}

DIV#report .cont {
	margin: 15px;
}

DIV#report H3 {
	color: #008F8E;
	font-size: 100%;
	margin: 15px 0;
}

DIV#report .cont TABLE.report_info{
	margin: 10px 0 15px 0;
}

DIV#report .cont P.img_single{
	margin-bottom: 15px;
}

DIV#report .cont P.split{
	margin: 20px 0;
}

DIV#report .cont DIV.r_photo{
	width: 250px;
	background-color: #EAEAEA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: right;
	margin: 0 0 5px 5px;
}

DIV#report .cont DIV.r_photo160{
	width: 170px;
	background-color: #EAEAEA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: right;
	margin: 0 0 5px 5px;
}

DIV#report .cont DIV.l_photo160{
	width: 170px;
	background-color: #EAEAEA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin: 0 5px 5px 0;
}

DIV#report .cont DIV.r_image{
	float: right;
	margin: 0 0 5px 5px;
}

DIV#report .cont DIV.r_photo IMG,
DIV#report .cont DIV.r_photo160 IMG,
DIV#report .cont DIV.l_photo160 IMG,
DIV#report .cont TABLE.c_photo IMG{
	margin: 5px;
}

DIV#report .cont DIV.r_photo P,
DIV#report .cont DIV.r_image P,
DIV#report .cont TABLE.c_photo P{
	margin: 0 5px 5px 5px;
	color: #666666;
	text-align: center;
}

DIV#report .column {
	width: 514px;
	background-color:#E0F0FF;
	margin: 15px 0 10px 0;
	padding-bottom: 10px;
}

DIV#report .column P{
	margin: 5px 10px;
}

DIV#report .column IMG.st{
	margin: -10px 0 0 -15px;
	position: absolute;
	z-index: 1;
}