body{
	font-size:75%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#000000;
	background-image:url(image/back_blue.gif);
	margin:0px;
}
.base{
	width:90%;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
}

/* ヘッダーカラー */
.header-color{
	background-color: #FFFFFF;
}
/* ヘッダー枠（左右） */
.box-head{
	margin: 5px;
}
.box-headlink{
	margin: 5px;
	text-align: center;
}

/* ヘッダー枠（中央） */
.box-head2{
	width: 502px;
}
/* メインブロック（左） */
.left{
	padding-right: 5px;
	padding-left: 5px;
}
/* ヘッダーカラー */
.header-line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 6px;
}

/* --- センター（トップページ） --- */
.center{
	text-align: center;
}
/* --- センター（コンテンツページ） --- */
.center2{
	line-height: 20px;
}
/* --- フッター --- */
.footer {
	margin: 20px;
}

/* ---------------- コンテンツ(TOP PAGE) --------------------- */
/* --- メニューフォント --- */
H1 {
	font-size: 120%;
	color: #FFFFFF;
	line-height: 21px;
	text-align: center;
	margin: 0px;
	background-color: #999999;
	border: 1px solid #000000;
}
/* --- コンテンツフォント --- */
H2 {
	font-size: 120%;
	color: #000000;
	line-height: 19px;
	text-align: center;
	margin: 0px;
	border: 1px solid #000000;
	background-color: #E6E6E6;
}
H3 {
	font-size: 140%;
	color: #000000;
	line-height: 19px;
	margin: 0px;
}

/* メニュー枠 */
#menu-waku{
	width : 140px;
}
/* --- コンテンツ大枠 --- */
.box-waku{
	margin-right: 5px;
	margin-left: 5px;
}
/* --- カテゴリーコンテンツ大枠 --- */
.box-waku2{
	margin-right: 10px;
}


/* 見出し（中央） */
.center-midashi{
	font-size: 110%;
	text-align: left;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005e85;
}

/* ライン */
.line01{
/*	margin-bottom: 5px;
*/}

.box-midashi{
	font-size: 120%;
	color: #990000;
}


/* マウス１ */
#navi1 {
	width: 134px;
}
#navi1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
#navi1 li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(image/list_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 120%;
	font-weight: bold;
}
#navi1 a {
	padding: 4px 0 4px 16px;
	display: block;
	width: 124px !important;
	width /**/: 134px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
/*	background-color: #005e85;
*/	background-image: url(image/list_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navi1 a:hover {
	color: #990000;
	background-image: none;
	background-color: transparent;
}
/* マウス２ */
#navi2 {
	width: 140px;
	text-align: left;
}
#navi2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
}
#navi2 li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC; /* オフマウス時のマーカー画像と背景色を指定 */
	background-color: #990000;
	background-repeat: no-repeat;
	background-position: left center;
}
#navi2 a {
	padding: 4px 0 4px 10px;
	background: #FFFFFF;
	display: block;
	width: 130px !important;
	width /**/: 140px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#navi2 a:hover {
	color: #FFFFFF; /* オンマウス時の文字色を指定 */
	background-image: none; /* オンマウス時の背景画像を表示させないように指定 */
	background-color: transparent; /* オンマウス時の背景色を透過するように指定 */
}
/* マウス３ */
#navi3 {
/*	font-size: 120%;
	font-weight: bold;
	text-align: left;
*/}
#navi3 ul {
/*	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
*/}
#navi3 li {
/*	color: #161616;
	text-decoration: none;
*/}


#navi3 a {
	font-size: 120%;
	font-weight: bold;
	color: #005e85;	
	text-decoration: underline;
}
#navi3 a:hover {
	color: #ff0000;
	text-decoration:
	underline;
}

