@charset "utf-8";
/* =================================================================== BOX btn-area CSS */
div#container div#contents-body div#btn-area div#left-area{
	width:330px;
	float: left;
}
div#container div#contents-body div#btn-area div#right-area{
	width:330px;
	float: right;
}
div#container div#contents-body div#btn-area div.list-area{
	display: block;
	padding: 14px 14px 10px 14px;
	border: 1px solid #dedede;
}
div#container div#contents-body div#btn-area div.list-area h3{
	padding: 0px 0px 7px 20px;
	font-size: 120%;
	line-height: 120%;
	color: #000000;
}
div#container div#contents-body div#btn-area div.list-area ul{
	width:300px;
	padding: 13px 0px 0px 0px;
	background: url(../img/bg_areah3.gif) repeat-x left top;
}
div#container div#contents-body div#btn-area div.list-area ul li{
	width:280px;
	height:auto;
	padding: 0px 0px 3px 20px;
	clear: both;
	float: none;
	line-height: 120%;
	background: url(../img/arw_lm_l2.gif) no-repeat 3px 3px;
}
div#container div#contents-body div#btn-area div.list-area ul li a{
	font-weight: normal;
}
div#container div#contents-body div#btn-area div.areah3-no-mrg ul#option {
	width:676px;
	padding: 0px 0px 0px 12px;
	background: url(none);
}
div#container div#contents-body div#btn-area div.areah3-no-mrg ul#option li {
	float:left;
	width:221px;
	height:60px;
}

/* =================================================================== BOX anchor-area CSS */
div#container div#contents-body div#anchor-area {
	clear: both;
	padding: 0px 0px 10px;
}
div#container div#contents-body div#anchor-area div.anchor-box {
	width:676px;
	padding: 0px 0px 0px 0px;
}
div#container div#contents-body div#anchor-area div.anchor-box ul {
	width:676px;
	padding: 0px;
	background: url(../img/bg_anchor_box_li.gif) repeat-x left bottom;
}
div#container div#contents-body div#anchor-area div.anchor-box ul li {
	width:676px;
	background: url(../img/bg_anchor_box_li.gif) repeat-x left top;
}
div#container div#contents-body div#anchor-area div.anchor-box ul li span.num {
	float:left;
	width:60px;
	display: block;
	padding: 4px 0px;
	background: url(../img/arw_anchor.gif) no-repeat 5px 10px;
	text-align:right;
	line-height: 120%;
	font-weight: bold;
}
div#container div#contents-body div#anchor-area div.anchor-box ul li a {
	float:right;
	width:610px;
	display: block;
	padding: 4px 0px;
	background: url(none);
	text-align:left;
	line-height: 120%;
}

/* =================================================================== BOX QA CSS */
div#container div#contents-body div#qa-area {
	clear: both;
}
div#container div#contents-body div#qa-area div.qa-box {
	clear: both;
	padding: 0px 0px 35px;
}
div#container div#contents-body div#qa-area div.qa-box div.ttl-h2 {
	background: #FAF9F8;
}
div#container div#contents-body div#qa-area div.qa-box h2 {
	padding: 0px 0px 0px 0px;
	clear: both;
	background: url(none);
	color: #000000;
	border-top: 2px solid #2090d2;
	border-bottom: none;
}
div#container div#contents-body div#qa-area div.qa-box h2 span.num {
	float:left;
	width:36px;
	padding: 8px 5px 0px 5px;
	font-size: 110%;
	line-height: 120%;
	text-align:right;
	color: #ffffff;
	background: #2090d2;
}
div#container div#contents-body div#qa-area div.qa-box h2 span.ttl {
	float:right;
	width:624px;
	padding: 8px 0px 2px 0px;
	font-size: 110%;
	line-height: 120%;
	text-align:left;
}
div#container div#contents-body div#qa-area div.qa-box div.qa-box-body {
	padding: 10px 12px 0px 12px;
	background: url(../img/bg_line_dot_1px.gif) repeat-x left top;
	line-height: 160%;
}
div#container div#contents-body div#qa-area div.qa-box div.qa-box-body a {
	color: #2090d2;
}
div#container div#contents-body div#qa-area div.qa-box div.qa-box-body ol {
	margin: 0px 0px 0px 35px;
}
div#container div#contents-body div#qa-area div.qa-box div.qa-box-body ol li {
	list-style: decimal;
}
div#container div#contents-body div#qa-area div.qa-box div.qa-box-body ol li img {
	padding: 3px 0px 3px;
}


/* =================================================================== Local QA CSS */
#qa {
}
.treeview ul { background-color: white; }

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left:0px;
	cursor: pointer;
	display: none;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
	display: none;
}
.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; }

.treeview .hover {
	color: #2090d2;
	cursor: pointer;
	text-decoration: underline;
}

.treeview li {}
.treeview .last {}
.treeview .lastCollapsable {}
.treeview .lastExpandable {}

.treeview .collapsable {}
.treeview .expandable {}
.filetree span.folder, .filetree span.file {

}
.filetree span.folder {
	margin: 0px;
	padding: 8px 0px 8px 22px;
	display: block;
	background: url(../img/arw_lm_l2.gif) no-repeat 7px 8px;
	text-decoration: underline;
}
























