@charset "Shift_JIS";

/* 特集ページ */


#main #featureMain {
	float: left;
	width: 560px;
	margin-left: 15px;
}
#main #feature-Right {
	float: right;
	width: 180px;
	margin-right: 10px;
	background-color: #E6E6E6;
	border: 1px solid #CCC;
}
#main #featureMain h2 {
	font-size: 1.5em;
	color: #FFF;
	background-image: url(../feature/images/feature_h2_back02.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 570px;
	padding-top: 5px;
	padding-left: 8px;
	margin-bottom: 15px;
}
#main #featureMain h4 {
	font-size: 1.5em;
	color: #063;
	margin-bottom: 20px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #096;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
}
#main #featureMain p {
	margin-right: 15px;
	margin-bottom: 2em;
	margin-left: 15px;
	font-size: 1.2em;
	color: #404040;
	line-height: 1.6em;
}

#main #feature-Right h2 {
	font-size: 1.1em;
	color: #171717;
	text-align: center;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
	border: 1px solid #BFBFBF;
	background-color: #FFFF79;
}
#main #feature-Right .featureItem {
	margin: 3px 3px 6px 3px;
	font-size:0.9em;
}
#main #feature-Right .featureItem a {
	display: block;
	/*
	height: 62px;
	*/
	text-decoration:none;
	background-color: #fff;
	padding: 3px;
	overflow:hidden;
}
#main #feature-Right .featureItem a:hover {
	background-color:#FDFEE7;
}
#main #feature-Right .featureItem strong {
	color: #03C;
}
.pageNavi {
	/*
	border: 1px solid #E3E3E3;
	*/
	text-align:center;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color:#ddd;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#ddd;
	clear: both;
	margin-bottom: 15px;
}
.pageNavi ul {
	display: inline;
	list-style-type: none;
}
.pageNavi li {
	display: inline;
}
.pageNavi ul a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: 1px solid #CCC;
	margin-right: 5px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	color:#666;
	font-weight: bold;
}
.pageNavi ul a:hover {
	background-color:#aaa;
	color:#fff;
}

.pageNavi ul .current {
	background-color:#aaa;
	color:#fff;
}
#main #featureMain #pageTitle {
	margin-bottom: 20px;
	height: 70px;
	overflow: hidden;
}

#main #featureMain #pageTitle #pageTitleR {
	float: right;
	width: 492px;
}

#main #featureMain #pageTitle h3 {
	font-size: 1.4em;
	color: #FFF;
	height: 28px;
	background-image: url(../feature/images/feature_paegtitle_back.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main #featureMain #pageTitle p {
	font-size: 1em;
	color: #666;
	margin-top: 5px;
	text-align: right;
}


#main #featureMain #featureIndex .pageTitle {
	margin-bottom: 40px;
	height: 70px;
}

#main #featureMain #featureIndex .pageTitle .pageTitleR {
	float: right;
	width: 492px;
}

#main #featureMain #featureIndex .pageTitle h3 {
	font-size: 1.4em;
	color: #FFF;
	height: 28px;
	background-image: url(../feature/images/feature_paegtitle_back.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main #featureMain #featureIndex .pageTitle p {
	font-size: 1em;
	color: #666;
	margin-top: 5px;
	text-align: right;
}
#main #featureMain #featureIndex ul {
	list-style-type: none;
}
#main #featureMain #featureIndex ul li {
	text-decoration: none;
	line-height: 1.5em;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#main #featureMain #featureIndex ul a {
	display: block;
	height: 65px;
	padding: 5px;
	text-decoration: none;
	background-color: #F5F5F5;
	color: #464646;
	background-image: url(../feature/images/index_li_back.jpg);
	background-repeat: repeat-x;
}
#main #featureMain #featureIndex ul strong {
	font-size: 1.3em;
	color: #039;
	font-weight: bold;
}
#main #featureMain #featureIndex ul a:hover {
	background-color:#FFC;background-image: url(../feature/images/index_li_back_o.jpg);
	background-repeat: repeat-x;
}
#featureMain .infoP {
	background-color: #FFC;
	padding: 7px;
	border: 2px solid #F93;
}
