dd {
margin: 0 15px;
padding: 0;
}
.example {
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}

/* --- ボックス --- */
.section {
width: 365; /* ボックスの幅 */
margin: 10px 0; /* ボックスのマージン（上下、左右） */
font-size: 80%; /* ボックスの文字サイズ */
color: #000000; /* ボックスの文字色 */
}

/* --- タブエリア --- */
.section .sectionNav {
width: 100%; /* タブエリアの幅 */
margin: 0;
padding: 0;
list-style-type: none;
}
.section .sectionNav li {
position: relative;
z-index: 1;
width: 12em; /* タブの幅 */
margin: 0 3px -1px 0; /* タブのマージン（上右下左） */
background: url(../img/tab3_gen_left.gif) no-repeat left top; /* タブの背景（左） */
border-bottom-style: none;
text-align: center;
float: left;
}

/* --- リンク --- */
.section .sectionNav li a {
display: block;
position: relative; /* IE6用 */
padding: 9px 2px 4px 2px; /* リンクエリアのパディング（上右下左） */
background: url(../img/tab3_gen_right.gif) no-repeat right top; /* タブの背景（右） */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
.section .sectionNav li a:hover {
text-decoration: underline; /* テキストの下線（あり） */
}


/* --- 本文領域 --- */
.section .textArea {
clear: left;
position: relative;
z-index: 2;
margin: 0;
padding: 0px;
background-color: #ffffff; /* 本文領域の背景色 */
border: 1px #c0c0c0 solid; /* 本文領域の枠線 */
}

/* --- アクティブなタブ --- */
.section .sectionNav li.selected {
z-index: 3;
background: url(../img/tab3_act_left.gif) no-repeat left top; /* アクティブタブの背景（左） */
font-weight: bold; /* 太字 */
}
.section .sectionNav li.selected a {
background: url(../img/tab3_act_right.gif) no-repeat right top; /* アクティブタブの背景（右） */
color: #000000; /* アクティブタブの文字色 */
}

/* --- ポイント時の設定 --- */
.section .sectionNav li.selected a:hover {
text-decoration: none; /* テキストの下線（なし） */
}
