@charset "utf-8";

/* ==================================================
contents
================================================== */
#tmp_visual {
	background:url(/shared/templates/top/images/visual.jpg) 100% 0 no-repeat;
	margin-bottom:10px;
	height:155px;
}
#tmp_objective {
	margin-bottom:10px;
}
#tmp_objective_ttl {
	padding:5px 8px;
	border:1px solid #666666;
}
#tmp_objective_ttl h2 {
	padding-left:6px;
	font-size:120%;
	line-height:1.2;
	border-left:7px solid #085008;
}
#tmp_objective_cnt {
	padding:10px 14px 0 14px;
}
#tmp_objective_cnt ul {
	list-style:none;
}
#tmp_objective_cnt ul li {
	float:left;
	margin-right:14px;
	margin-bottom:0.7em;
	padding-right:14px;
	border-right:1px solid #0012B0;
	white-space:nowrap;
}
#tmp_news {
	margin-bottom:10px;
}
#tmp_news_ttl {
	background:url(/shared/templates/free/images/contents/bg_grada.jpg) 0 100% repeat-x;
	padding:5px 8px;
	border:1px solid #666666;
}
#tmp_news_ttl h2 {
	padding-left:6px;
	font-size:120%;
	line-height:1.2;
	border-left:7px solid #F47907;
	float:left;
}
#tmp_news_ttl p {
	float:right;
	font-size:90%;
}
#tmp_news_ttl p a {
	background:url(/shared/templates/free/images/contents/icon_arrow.gif) 0 4px no-repeat;
	padding-left:10px;
}
#tmp_news_cnt {
	padding:10px 14px 0 14px;
}
#tmp_news_cnt table th,
#tmp_news_cnt table td {
	padding-bottom:0.3em;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
#tmp_news_cnt table th {
	width:7.6em;
}
#tmp_case {
	margin-bottom:10px;
}
#tmp_case_ttl {
	background:url(/shared/templates/free/images/contents/bg_grada.jpg) 0 100% repeat-x;
	padding:5px 8px;
	border:1px solid #666666;
}
#tmp_case_ttl h2 {
	padding-left:6px;
	font-size:120%;
	line-height:1.2;
	border-left:7px solid #CC3300;
	float:left;
}
#tmp_case_ttl p {
	float:right;
	font-size:90%;
}
#tmp_case_ttl p a {
	background:url(/shared/templates/free/images/contents/icon_arrow.gif) 0 4px no-repeat;
	padding-left:10px;
}
#tmp_case_cnt {
	padding:10px 14px 0 14px;
}
#tmp_case_cnt table th,
#tmp_case_cnt table td {
	padding-bottom:0.3em;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
#tmp_case_cnt table th {
	width:7.6em;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_objective_cnt ul:after,
#tmp_case_ttl:after,
#tmp_news_ttl:after,
.clearfix:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_objective_cnt ul,
*:first-child+html #tmp_case_ttl,
*:first-child+html #tmp_news_ttl,
*:first-child+html .clearfix {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_objective_cnt ul,
* html #tmp_case_ttl,
* html #tmp_news_ttl,
* html .clearfix {
	height:1%; /* 変更しない */
}
