
#contents {
	width: 900px;
	height:1300px;
	background-color: ivory;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	
}

#BoxContents {
	width:600px;
    float:right;
}

#BoxContents h2 {
	width:530px;
	font-size:17px;
	border-left:15px solid #9cf;
	padding-left: 10px;
	border-bottom:2px solid #9cf;
	margin-top: 50px;
	margin-bottom:10px;
}

#BoxContents p{
	padding-right: 30px;
	padding-left: 30px;	
}

#BoxContents #merit{
	padding-right: 30px;
	padding-left: 30px;
} 


/* --- ナビゲーションバー --- */
div.nav {
/*width: 220px; /* ナビゲーションの幅 */

font-size: 80%;
float:left;
padding:30px 20px;
}

/* --- メニューエリア --- */
div.nav ul.nl {
margin: 10px;
padding: 10px;
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
margin-bottom: 2px; /* 項目の下マージン */
border-bottom: 1px #8ca654 dotted; /* 項目の下境界線 */
}

/* --- リンク --- */
div.nav ul.nl li a {
font-size:12px;
display: block;
position: relative; /* IE6用 */
padding: 12px 10px; /* リンクエリアのパディング（上下、左右） */
color:#000; /* 文字色 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background:url(../img/menu.gif); repeat-y right; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

div.nav ul.nl li.current a{
background-color: #DFF; }
div.nav ul.nl li.mojisage{
	text-indent: 2em;
}