@charset "utf-8";
@import url("../common/_common.css");

/*---------- 事業案内 Common CSS ----------*/

#ContentBody #CategoryTitle {
	background-image: url('../common/images/h_act.jpg');
}
#ContentBody h1 {
	background-image: url('../common/images/h_act.jpg');
}

#ContentBody #MainBox h2 {
	clear: left;
	margin: 20px 0;
	padding: 0;
}
#ContentBody #MainBox h2.Tab {
	float: left;
	width: 60px;
	font-size: 16px;
	line-height: 1;
	color: #6cc;
}
#ContentBody #MainBox .Text {
	margin: 20px 0 0 60px;
	padding: 0 0 0 10px;
	border-left: 5px solid #6cc;
/*
	background-image: url("../common/images/opacity_w.png");
	_background-image: none;
	_background-color: #fff;
*/
}
#ContentBody #MainBox .Text p {
	font-size: 75%;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
}
#ContentBody #MainBox .Text li {
	font-size: 92.3076923077%;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
}
#ContentBody #MainBox ul.EM_Menu ,
#ContentBody #MainBox ul#EM_Menu {
	margin: 20px 0 10px 60px;
	padding: 0;
	font-size: 82.75%;
	line-height: 1.2;
	list-style: none;
}
#ContentBody #MainBox ul.EM_Menu {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #6cc;
}
#ContentBody #MainBox ul.EM_Menu li ,
#ContentBody #MainBox ul#EM_Menu li {
	margin: 0;
	padding: 0;
}
*:first-child+html #ContentBody #MainBox ul.EM_Menu li ,
*:first-child+html #ContentBody #MainBox ul#EM_Menu li {
	/* for WinIE7 */
	margin: -2px 0;
} 
*html #ContentBody #MainBox ul.EM_Menu li ,
*html #ContentBody #MainBox ul#EM_Menu li {
	/* for WinIE6 \*/
	margin: -1px 0;
	/**/
} 
#ContentBody #MainBox ul.EM_Menu li a ,
#ContentBody #MainBox ul#EM_Menu li a {
	display: block;
	margin: 0;
	padding: 6px 0 6px 10px;
	width: 545px;
	color: #06c;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.3;
	text-decoration: none;
	border-left: 5px solid #6cc;
}
#ContentBody #MainBox ul.EM_Menu li a:hover ,
#ContentBody #MainBox ul#EM_Menu li a:hover {
	color: #f60;
	border-left-color: #399;
	background-image: url("../common/images/opacity_w.png");
	_background-image: none;
	_background-color: #fff;
}
#ContentBody #MainBox ul.EM_Menu li.LongStr a ,
#ContentBody #MainBox ul#EM_Menu li.LongStr a {
	letter-spacing: 0;
}
#ContentBody #MainBox ul.EM_Menu li.SubLink a ,
#ContentBody #MainBox ul#EM_Menu li.SubLink a {
	padding-top: 3px;
	padding-left: 40px;
	width: 515px;
	font-weight: normal;
	font-size: 90%;
	letter-spacing: 0;
}
#ContentBody #MainBox ul.EM_Menu li.LiHead ,
#ContentBody #MainBox ul#EM_Menu li.LiHead {
	margin: 0;
	padding: 6px 0 6px 10px;
	color: #030;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	border-left: 5px solid #6cc;
}

#ContentBody #MainBox p.ReportLink {
	margin: 10px 0 0 440px;
	padding: 10px 0 0 40px;
	/* width: 160px; */
	min-height: 24px;
	_height: 24px;
	text-align: left;
	white-space: nowrap;
	background-image: url("../common/images/bell_32.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 5px double #f90;
}
#ContentBody #MainBox p.ReportLink a {
	text-decoration: none;
	font-weight: bold;
}
#ContentBody #MainBox p.ReportLink a:hover {
	color: #0c6;
}


