@charset "utf-8";

/*------------------------------------------------------------
		mainImage CSS
------------------------------------------------------------*/
#TopMain{
	position:relative;
	display: block;
	height: 276px;
	width:100%;
}
#portfolio {
	height:275px;
	display: block;
}
#portfolio li {
	position:absolute;
	left:50%;
	margin-left:-570px;
	top:0;
	z-index:1;
}
.topics{
	position:absolute;
	z-index:10;
	left: 160px;
	top: 65px;
}
aside{
	margin-top:15px;
}
/*------------------------------------------------------------
		topContents CSS
------------------------------------------------------------*/
.mainBnr {
	display:block;
	margin-bottom: 15px;
}
h2{
	background:url(../img/h2_bg.jpg) no-repeat;
	width:722px;
	height:24px;
	text-indent:-9999px;
	margin-bottom: 15px;
}

/*---------------WorkContents CSS-------------------*/
.WorkCont{
	border-left:1px dotted #666;
	width:722px;
	display:block;
	height: 200px;
	margin-bottom: 15px;
}
.WorkCont dl{
	float:left;
	background:url(../img/wc_topline.jpg) no-repeat 3px 0;
	border-right:1px dotted #666;
	width:179px;
	height: 190px;
}
.WorkCont dl dt{
	margin:14px 0 0 10px;
}
.WorkCont dl dt a{
	height:33px;
	width:160px;
	display:block;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
.WorkCont dl dt.wc_title01 a {background:url(../img/wc_title01.jpg) no-repeat;}
.WorkCont dl dt.wc_title02 a {background:url(../img/wc_title02.jpg) no-repeat;}
.WorkCont dl dt.wc_title03 a {background:url(../img/wc_title03.jpg) no-repeat;}
.WorkCont dl dt.wc_title04 a {background:url(../img/wc_title04.jpg) no-repeat;}

.WorkCont dl .wc_img{
	margin:10px 0 10px 6px;
}
.WorkCont dl dd{
	width:170px;
	display:block;
	margin: 0 0 0 6px;
	line-height: 140%;
	font-size: 12px;
}
.WorkCont .wc_inq{
	margin:10px 0 0 20px;
}

/*---------------JissekiContents CSS-------------------*/
.JissekiCont h3{
	background:url(../img/top_h301.jpg) no-repeat;
	text-indent:-9999px;
	width: 408px;
	height: 31px;
	display: block;
	margin-bottom: 15px;
	}
.JissekiCont{
	width:408px;
	display:block;
	float:left;
}
.JissekiCont dl{
	background:url(../img/jisseki_dl_bg.jpg) no-repeat;
	display:block;
	width:408px;
	height:100px;
	clear: both;
	margin-bottom: 15px;
	float: left;
}
.JissekiCont dl .ji_img{
	float: left;
	margin: 10px;
	padding: 0;
	width: 110px;
	display: block;

}
.JissekiCont dl dt{
	margin-bottom:6px;
	float: right;
	width: 270px;
	margin-top: 10px;
}
.JissekiCont dl dt a{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.JissekiCont dl .ji_point{
	font-weight:bold;
	color:#FF6633;
}
.JissekiCont dl dd{
	font-size:12px;
	line-height: 160%;
	width: 260px;
	display: block;
	float: right;
	margin-bottom: 5px;
	padding-right: 10px;
}
/*---------------NewsContents CSS-------------------*/
.NewsCont{
	width:298px;
	float:left;
	margin-left:15px;
}
.NewsCont h3{
	width:298px;
	height:31px;
	display:block;
	text-indent:-9999px;
	background:url(../img/top_h302.jpg) no-repeat;
}
.NewsCont dl{
	background:url(../img/news_dl_bg.gif) repeat-x bottom left;
	padding: 14px 0 13px 0;
}
.NewsCont dt{
	font-size:12px;
	margin-bottom: 6px;
}
.NewsCont dd{
	background:url(../img/news_dd_bg.jpg) no-repeat 5px 5px;
	padding-left:15px;
	color: #4386C6;
}

/*------------------------------------------------------------
		index2 CSS
------------------------------------------------------------*/
.work2Box{
	width:722px;
}
.work2Box dl{
	float:left;
	display: block;
	margin-bottom: 15px;
}
.work2Box dt{
	display:block;
	width:352px;
	height:30px;
	text-indent:-9999px;
	margin-bottom:6px;
}
.work2Box dt.dt01{background:url(../img/dt01.jpg) no-repeat;}
.work2Box dt.dt02{background:url(../img/dt02.jpg) no-repeat;}
.work2Box dt.dt03{background:url(../img/dt03.jpg) no-repeat;}
.work2Box dt.dt04{background:url(../img/dt04.jpg) no-repeat;}

.work2Box dd{
	line-height:140%;
	margin-bottom: 6px;
	font-size: 12px;
	display: block;
	width: 352px;
}
.work2Box p{
	margin:0;
}
.margin-righ18{
	margin-right:18px;
}
strong{
	font-size:13px;
	font-weight:bold;
	color:#F63;
}


.work2Box p a:hover img{
    filter: alpha(opacity: 70);
    opacity: 0.7;
    -moz-opacity: 0.7;
}
