@charset "UTF-8";
/* ===================================================================
CSS information
 style info : news
=================================================================== */

#sideArea h2.pageTitle {
	width: 280px;
	height: 80px;
	text-indent: -9999px;
	background: url(../img/news/pageTitle3.gif) no-repeat left top;
}
#side_cWrap p {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}


/* 	詳細ページ
----------------------------------------------------------- */
#newsWrap {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#newsWrap .newsCate {
	display: block;
	text-align: center;
	border: 3px solid #efe8c5;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #663333;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 30px;
}

#newsWrap .newsD_Cate {
	display: block;
	text-align: left;
	border: 3px solid #efe8c5;
	padding: 5px;
	font-size: 16px;
	color: #663333;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pageNaviArea ul {
	width: 286px;
	height: 13px;
	margin: 0;
	padding: 0;
}
.pageNaviArea .Return a {
	display: block;
	width: 90px;
	height: 13px;
	text-indent: -9999px;
	background: url(../img/common/Return.gif) no-repeat left top;
}
.pageNaviArea .Return a:hover {
	background: url(../img/common/Return.gif) no-repeat left -13px;
}

#newsHeader {
	height: 25px;
	margin-bottom: 20px;
}
#newsHeader .dateLine {
	font-size: 13px;
	float: left;
	line-height: 25px;
}
#newsHeader .cateLine {
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	line-height: 20px;
	text-align: center;
	background-color: #c9be90;
	color: #ffffff;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.newsTxt {
	line-height: 23px;
	margin-bottom: 20px;
}

#subPhotoWrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#subPhotoWrap ul {
	margin: 0;
	padding: 0;
}
#subPhotoWrap ul li {
	width: 180px;
	height: 170px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#subPhotoWrap ul li .imgBox {
	width: 180px;
	height: 170px;
	position: relative;
}
#subPhotoWrap ul li .imgBox a {
	display: block;
	width: 180px;
	height: 170px;
	background: url(../img/common/blank.gif) repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#subPhotoWrap ul li .imgBox img {
	display: block;
	width: 180px;
	height: 170px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 0;
	left: 0;
	z-index: 10;
}
#subPhotoWrap ul li .imgBox .iconPlus {
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	right: 4px;
	bottom: 4px;
	background: url(../img/news/iconPlus.png) no-repeat left top;
	z-index: 50;
}
#subPhotoWrap ul li:hover img {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*-------------　filesWrap　------------- */
#filesWrap {
	background-color: #f5f5f5;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(http://mikuni-nishijin.com/css/PIE.htc);
	position: relative;
}
#filesWrap .filesTitle {
	display: block;
	background-color: #dedede;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	behavior: url(http://mikuni-nishijin.com/css/PIE.htc);
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#filesWrap #fileBox {
	background-color: #ffffff;
	border: 1px solid #dedede;
	padding: 20px;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	behavior: url(http://mikuni-nishijin.com/css/PIE.htc);
	position: relative;
}
#filesWrap #fileBox ul {
	margin: 0;
	padding: 0;
}
#filesWrap #fileBox ul li {
}
#filesWrap #fileBox ul li a {
	padding-left: 18px;
	background: url(../img/news/icon_circle.gif) no-repeat left top;
	color: #663333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#filesWrap #fileBox ul li a:hover {
	text-decoration: underline;
}
#filesWrap #fileBox ul li+li {
	margin-top: 13px;
}


#news #sideMenuWrap ul li a {
	width: 110px;
}
#news #sideMenuWrap ul li:nth-child(odd) a {
	width: 90px;
}








