@charset "utf-8";

/* main */
#main {
/*
	height:230px;
*/
	height:205px;
	background:url(../image/mainbg.gif) repeat-x;
}
#main_inr {
	width:908px;
	height:205px;
	margin:0 auto;
	background:url(../image/main.gif) no-repeat;
}


/* target */
#target {
	background:url(../image/mainf.gif) repeat-x;
	padding:6px 0 0;
}
#target_inr {
	width:900px;
	margin:0 auto;
}
#individual {
	width:301px;
/*
	height:203px;
*/
	height:185px;
	float:left;
	background:url(../image/individual.gif) no-repeat;
}
#corporate {
	width:298px;
	height:185px;
	float:left;
	background:url(../image/corporate.gif) no-repeat;
}
#consulting {
	width:298px;
	height:185px;
	float:right;
	background:url(../image/consulting.gif) no-repeat;
}

.top_target h2 {
	display:block;
	height:46px;
	font-size:0;
	text-indent:-9999px;
}
.top_target p {
	display:block;
	min-height:85px;
	padding:0 20px 0 133px;
	font-size:0.9em;
	line-height:1.3;
}
* html .top_target p {height:85px;}

.top_target strong {
	display:block;
	width:167px;
	height:33px;
	float:right;
	background:url(../image/targetbtn.gif) no-repeat;
	font-size:0;
	text-indent:-9999px;
}
.top_target strong a {
	display:block;
	width:155px;
	height:33px;
	text-decoration:none;
}
.top_target strong a:hover {
	background:#ffffff;
	opacity:0.30;
	filter:alpha(opacity=30);
}
.plan {
	clear:both;
	padding:9px 20px;
	font-size:0.9em;
	line-height:1.3;
}

/* 新着情報 */
.info {
	width:670px;
	float:right;
	margin-bottom:10px;
}
.info_tit {
	border-bottom:2px solid #333333;
	margin-bottom:10px;
}
.info_tit h2 {
	display:block;
	height:24px;
	float:left;
	padding-left:25px;
	background:url(../common/image/cube.gif) no-repeat;
	font-size:16px;
	line-height:24px;
}
.info_tit span.lt {
	display:block;
	float:left;
	margin-left:70px;
	padding-left:18px;
	background:url(../common/image/trgl_org.gif) no-repeat left center;
	text-align:center;
	line-height:24px;
}
.info_tit span.rt {
	display:block;
	margin-right:20px;
	padding-right:18px;
	background:url(../common/image/trgl_org.gif) no-repeat right center;
}
.info_tit span a {
	color:#f29719;
}
.info_tit strong {
	display:block;
	width:100px;
	height:24px;
	float:right;
	background:url(../image/infomore.gif) no-repeat;
	font-size:0;
	text-indent:-9999px;
}
.info_tit strong a {
	display:block;
	width:95px;
	height:24px;
	text-decoration:none;
}
.info_tit strong a:hover {
	background:#ffffff;
	opacity:0.30;
	filter:alpha(opacity=30);
}
.info dl {
	display:block;
	width:650px;
	margin:0 auto;
	padding-bottom:10px;
}
.info dt {
	display:block;
	background:url(../common/image/arw_s.gif) no-repeat left center;
	width:9.5em;
	float:left;
}
.info dt strong {
	display:block;
	font-weight:normal;
	padding-left:20px;
}
.info dd {
	display:block;
	margin-left:9.5em;
}


/* recommend */
#recomm_tit {
	height:28px;
	background:#ffffff url(../image/recomm_t.gif) no-repeat;
}
#recomm_tit h2 {
	display:block;
	height:28px;
	float:left;
	font-size:0;
	text-indent:-9999px;
}
#recomm_tit strong {
	display:block;
	width:100px;
	height:28px;
	float:right;
	background:url(../image/infomore.gif) no-repeat left bottom;
	font-size:0;
	text-indent:-9999px;
}
#recomm_tit strong a {
	display:block;
	width:95px;
	height:24px;
	text-decoration:none;
}
#recomm_tit strong a:hover {
	background:#ffffff;
	opacity:0.30;
	filter:alpha(opacity=30);
}

#recommend {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding-top:15px;
}
#recomm {
	width:600px;
	margin:0 auto;
	padding-top:25px;
}
.recomm {
	width:298px;
	float:left;
}
.recomimg {
	width:95px;
	height:140px;
	float:left;
	text-align:center;
}
.recomm img {
	border:1px solid #333333;
}
.recomm dl {
	display:block;
	width:195px;
	float:left;
}
.recomm dt {
	display:block;
	color:#60bb46;
	padding-bottom:5px;
}
.recomm dt a {
	color:#60bb46;
}
.recomm dd {
	display:block;
}
.recomm span {
	display:block;
	font-size:11px;
	line-height:1.2;
}
.recomm p {
	display:block;
	margin-top:3px;
	border-top:1px solid #999999;
	padding:3px 0 0;
	font-size:11px;
	line-height:1.2;
}


