@charset "utf-8";
/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/
/*------------------------------------------------------------
	カレント表示
------------------------------------------------------------*/

#sideBar .news img {
	visibility: hidden;
}


/*------------------------------------------------------------
	メインイメージ
------------------------------------------------------------*/
#mainImg {
	margin-bottom: 10px;
	background: url(../img/common/mainimg_bg.png) repeat-x left top; 
}

#mainImg .inner {
	background: url(../img/common/mainimg_inner_bg.jpg) no-repeat center top;
}

#mainImg h2 {
	margin: 0 auto;
	width: 960px;
}
/*------------------------------------------------------------*/

#conts h3 {
	position: relative;
}

#conts h3 span.txt {
	display: block;
	width: 610px;
}

#conts h3 span.date {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 0.8em;
	color: #666666;
	font-weight: normal;
}

#conts .lead {
	color: #036;
	font-size: 1.154em;
	font-weight: bold;
}

#conts .section p {
	margin-bottom: 20px;
}

#conts .listType {
	margin-bottom: 30px;
}

#conts .listType li {
	width: 220px;
	float: left;
	margin-right: 25px;
}

#conts .listType .lastChild {
	margin-right: 0;
}

#conts .listType li img {
	display: block;
	margin-bottom: 9px;
}

#conts .listType li a span {
	padding-right: 22px;
	background: url(../img/news/icon_pdf.png) no-repeat right 0;
	font-size: 0.923em;
	/*zoom: 1;*/
}

#conts .adobeReader {
	padding: 20px;
	border: 1px solid #D6D6D6;
}

#conts .adobeReader p {
	margin-bottom: 0;
	font-size: 0.846em;
}

#conts .adobeReader .download {
	float: right;
	margin-top: 4px;
}

#conts a:hover img {
	opacity: 0.8;
	filter; alpha(opacity=80);
}