@charset "utf-8";
/* CSS Document */

/*下層ページ専用ヘッダ背景画像*/
body {
	background: url(../img/bg_header.gif) repeat-x;
	}

/*本文エリア*/
#mainContArea {
	width: 640px;
	border: 1px solid #7BB926;
	float: right;
	padding: 19px;
	background-color: #FFFFFF;
	line-height: 1.6;
	font-size: 110%;
    /* 角丸 (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}
	
/*見出しの指定*/
#mainContArea h2 {
	margin-top: 10px;
	margin-bottom: 40px;
	padding-top: 10px;
	}
#mainContArea h3 {
	clear: both;
	}
	
/*ローカルナビゲーション*/
#localNavArea {
	width: 200px;
	float: left;
	}

ul#lnav {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	}
	ul#lnav li {
		list-style-type: none;
		padding: 0px 0px 10px 0px;
		line-height: 1.5;
		}
		ul#lnav li.now {/*現在見ているページで下マージンを初期化*/
			padding: 0px;
			margin: 0px;
			height: 30px;
			}
		

