@charset "utf-8";
/* CSS Document */

#editArea h1{
	margin:0 0 30px 0;
	border-top:1px solid #bab2b2;
	border-right:1px solid #bab2b2;
	border-left:1px solid #bab2b2;
	border-bottom:3px solid #f4a467;
	padding:3px;
	font-weight:bold;
	font-size:110%;
}
#editArea h1 span{
	display:block;
	background:url(../images/bg_h1_01.gif) right repeat-y;
	padding:2px 15px;
}
#editArea h2{
	clear:both;
	border-bottom:1px solid #bab2b2;
	margin-bottom:30px;
	padding:0 0 5px;
	font-weight:bold;
}
#editArea h3{
	clear:both;
	background: url(../images/bg_h3_01.gif) 0 0.3em no-repeat;
	padding:0 0 0 15px;
	margin:0 0 7px;
	font-weight: bold;
}
#editArea h4{
	clear:both;
	margin:0 0 7px;
	font-weight: bold;
}
#editArea p{
	margin-bottom:10px;
}

#editArea table.tbl {
	margin-bottom:30px;
	width:100%;
	border-top:1px solid #BAB2B2;
	border-right:1px solid #BAB2B2;
}
#editArea table.tblmb0 {
	width:100%;
	border-top:1px solid #BAB2B2;
	border-right:1px solid #BAB2B2;
}
#editArea table.tbl td,
#editArea table.tblmb0 td{
	padding:5px 10px 5px 10px;
	border-bottom:1px solid #BAB2B2;
	border-left:1px solid #BAB2B2;
}
#editArea table.tbl th,
#editArea table.tblmb0 th{
	padding:5px 10px 5px 10px;
	font-weight: normal;
	border-bottom:1px solid #BAB2B2;
	border-left:1px solid #BAB2B2;
	background: #EBF5F4;
}
#editArea table.tbl table,
#editArea table.tblmb0 table{
	width:auto;
	border:none;
}
#editArea table.tbl table th,
#editArea table.tblmb0 table th{
	border:none;
}
#editArea table.tbl table td,
#editArea table.tblmb0 table td{
	border:none;
}
#editArea table.tblen {
	margin-bottom:30px;
	width:100%;
	border-top:1px solid #BAB2B2;
	border-right:1px solid #BAB2B2;
}
#editArea table.tblenmb0 {
	width:100%;
	border-top:1px solid #BAB2B2;
	border-right:1px solid #BAB2B2;
}
#editArea table.tblen td,
#editArea table.tblenmb0 td{
	padding:2px 2px 2px 2px;
	border-bottom:1px solid #BAB2B2;
	border-left:1px solid #BAB2B2;
}
#editArea table.tblen th,
#editArea table.tblenmb0 th{
	padding:2px 2px 2px 2px;
	font-weight: normal;
	border-bottom:1px solid #BAB2B2;
	border-left:1px solid #BAB2B2;
	background: #EBF5F4;
}
#editArea table th.vtop,
#editArea table td.vtop{
	vertical-align:top !important;
}
#editArea table.tblen table,
#editArea table.tblenmb0 table{
	width:auto;
	border:none;
}
#editArea table.tblen table th,
#editArea table.tblenmb0 table th{
	border:none;
}
#editArea table.tblen table td,
#editArea table.tblenmb0 table td{
	border:none;
}
#editArea table caption{
	clear:both;
	background: url(../images/bg_h3_01.gif) 0 0.3em no-repeat;
	padding:0 0 0 15px;
	margin:0 0 5px;
	font-weight: bold;
}
#editArea table p{
	margin-bottom:0;
}

#editArea ul{
	margin-bottom:1em;
}
#editArea table ul{
	margin-bottom:0;
	margin-top:0.2em;
}
#editArea ul li{
	background:url(../images/ic_list_01.gif) 4px 0.5em no-repeat;
	padding-left:14px;
	margin-bottom:0.2em;
}
#editArea ol{
	margin-bottom:1em;
}
#editArea table ol{
	margin-bottom:0;
	margin-top:0.2em;
}
#editArea ol li{
	margin-bottom:0.2em;
	margin-left:27px;
}
#editArea ol.alpha{
	list-style:lower-alpha;
}

#editArea img.icon{
	vertical-align:middle;
}

#editArea hr{
	border-top:1px solid #bab2b2;
	border-bottom:none;
	border-right:none;
	border-left:none;
	height:1px;
}