﻿@charset "utf-8";
/* -----------------------------------------------
 * ネプチューン用CSS
 * 
 * Last Update 2008/12/10
----------------------------------------------- */
/* ヘッダー */
.nepHeader {
	margin-top: 14px;
}
	.nepHeader h2 {
		margin-bottom: 14px;
	}

		.nepHeader .open h2 {
			text-align: right;
		}

		.nepHeader .open h3 {
			margin-bottom: 25px;
			padding: 10px 0;
			border-top: 1px solid #CCBF89;
			border-bottom: 1px solid #CCBF89;
			text-align: center;
		}

		.nepHeader .open h4 {
			line-height: 1.2;
			margin-top: 2px;
			font-weight: normal;
			font-size: 80%;
		}

		.nepHeader .open h5 {
			margin: 10px 0;
			text-align: right;
		}

		.nepHeader .open h6 {
			line-height: 1.2;
			font-weight: normal;
			font-size: 80%;
			text-align: right;
		}




/* ローカルナビゲーション */
#localNav {
	width: 760px;
	margin: 15px auto 23px;
}

	#localNav li {
		float: left;
		width: 152px;
	}


/* 前のページへ */
#footer p.prev {
	float: left;
	line-height: 1;
	margin: 0;
	padding: 2px 0 0 0;
}


/* リニューアル200810 */
#open .renewBanner img {
	float: right;
}