/* サブメニュー　*/
	/* サブメニューリストスタイル第一階層 */
	#sub_navi {list-style-image: url(../../images/site_ya.gif);
	font-size: 12px;
	font-weight: bold;
	color: #5b5b5b;
	margin-left: 15px;
	margin-top: 7px;
	line-height: 1.7;
}
	.sub_navi li {	margin-bottom: 3em; 
	color: #5b5b5b;
	}
	/* サブメニューリストスタイル第二階層 */
	#sub1_navi {list-style-image: url(../../images/menu/menu_tri.gif);
	font-size: 11px;
	font-weight: normal;
	margin-top: 20px;
	margin-left: 20px;
	line-height: 1.7;
	}
	.sub1_navi li {margin-bottom:10px;}

	/* サブメニューリストスタイル第三階層 */
	#sub2_navi {list-style-image: url(../../images/menu/menu_tri_s.gif);
	font-size: 11px;
	margin-left: 5px;
	font-weight: normal;
	line-height: 1.7;
	}

	/* サブメニューカレントページ明示 */
	.current {color:#BA294A;}

	/* サブメニュー部分のリンク色指定　*/
	.sub_menu a:link { color: #0080c0;}
	.sub_menu a:visited {color: #0080c0;}
	.sub_menu a:hover {color: #BA294A;}
	.sub_menu a:active {color: #0080c0;}

	/* サブメニューエリアの枠付きテキスト　*/
	.text { width: 160px;
		margin-bottom: 1em;
		margin-left: 7px;
		padding: 5px;
		border: solid 1px #6699ff;
		background-color: #ffffff;
	}
	.text p { margin: 0px;
	font-size: 12px;
	}
/* サブメニュー　*/


/* 本文エリア　*/


h1 {	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
	margin-left: 30px;
	margin-right: 20px;
	color: #ffffff;
	background-color: #0080C0;
	padding: 3px;
}

h2 {	font-size: 12px;
	color: #0080C0;
	line-height: 1.6;
	margin-left: 24px;
	margin-right: 20px;
	padding: 5px;
}

h3 {	font-size: 12px;
	margin-left: 36px;
	color: #000000;
}

h4 {	font-size: 12px;
	text-align: right;
	margin-right: 20px;
	color: #000000;
}

h5 {	font-size: 11px;
	font-weight: normal;
	margin-left: 40px;
	margin-right: 20px;
	color: #000000;
}

p {	font-size:12px;
	padding: 2px;
	line-height: 1.6;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.now {	color:#BA294A;
	font-size:11px;
}
/*
ul.aa {    list-style-type: square;
	font size:12px;
	padding: 0px;
	line-height: 1.7;
	margin-left: 24px;
	margin-top: 2px;
}
ul.bb {    list-style-type: none;
	font size:12px;
	padding: 0px;
	line-height: 1.7;
	margin-left: 12px;
	margin-top: 2px;
}
*/
	/* 本文エリア枠つきテキスト　*/
.text2 { width: 590px;
	margin-bottom: 1em;
	margin-left: 7px;
	padding: 5px;
	border: solid 1px #6699ff;
	background-color: #ffffff;
}

#daibunrui {list-style-type:decimal;
	font-size: 12px;
	font-weight: bold;
	margin-left: 70px;
	margin-right: 20px;
}

#chubunrui {list-style-type:lower-roman;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 20px;
}

#shobunrui {list-style-type:disc;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 20px;
}

.update {font size:12px;
	padding: 0px;
	line-height: 1.3;
	margin-right: 30px;
	text-align: right;
}



