/* 全体 */
body { font-size: 13px; 
color: #66331a;}
a { text-decoration: none; }		/* リンク */
a:link { color: #934949; }			/* 未アクセス*/
a:visited { color: #b29d8e; }		/* アクセス済み */
a:hover { color: #934949; 
text-decoration: underline; }		/* ポイント時 */
a:active { color: #934949; }		/* アクティブ時 */



/* menu */
body.menu {color: #ffffff;}


/* インデックス */


/* --- ボックス --- */
div.section {
width: 600px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #66331a solid; /* ボックスの枠線 */
font-size: 13px; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
.section h2 {
margin: 0; /* 見出しのマージン */
padding: 7px 10px; /* 見出しのパディング（上下、左右） */
background-color: #c7b5a8; /* 見出しの背景色 */
border-bottom: 2px #66331a dotted; /* 見出しの下枠線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 本文領域 --- */
.section .textArea {
height: 100px; /* 本文領域の高さ */
overflow: auto;
margin-top: 4px;
}

/* --- 本文領域内の段落 --- */
.section .textArea p {
margin: 2px 10px; /* 段落のマージン（上下、左右） */
}


div.menu{ border: none;
border-top: 3px;
width: 600px;
border-bottom: 2px #572e2e dotted; 
padding: 7px 0px;
background-color: #c7b5a8;}
div.menu2 { margin-left: 15px;}
div.menu3 {border: 1px #66331a solid; /* ボックスの枠線 */ 
width: 600px;
background-color: #ffffff; 
}
.menu4 { padding: 7px 0px;
margin-left: 15px;}