html,body{}
body{font:12px Arial,sans-serif;background:#fff;color:#444;overflow:-moz-scrollbars-vertical;}
p{padding:5px 10px;color:#666;}
#container01{
	width: 96%;
	min-height: 100%;
	overflow: hidden;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#content01{
	width: 98%;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#wrap_left01{
	width:228px;
	height: auto;
	float: left;
	margin-right: auto;
}
.com01 {
	width: 228px;
	font-size: 12px;
	text-justify: inter-ideograph;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.com_line01 {
	width: 228px;
	height: auto;
	line-height: 150%;
	font-size: 24px;
	text-align: left;
	text-justify: inter-ideograph;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrap_right01{
	width: 100%;
	overflow: hidden;
	background: #fff url("../images/wrapbg.gif") repeat-y top left;
	float: right;
}
h3{padding:10px 0 11px 15px;margin:0;font-size:12px;font-weight:normal;color:#222;background:#efefef;cursor:pointer;border-bottom:1px solid #fff;text-decoration:none;}
h3.toggler01 a{color:#666;text-decoration:none;}
h3.toggler01 a:hover{color:black;}
div.accordion01{
	background: #fff url("../images/accordionbg.gif") repeat-x top left;
	width: 98%;
	height: auto;
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
div.accordion01 ul{list-style-type:none;padding:0;margin:0 0 5px 0;}
div.accordion01 ul li{
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	margin: 0px;
}
div.accordion01 ul li a{
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 12px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEE0F9;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
}
div.accordion01 ul li a span{padding-bottom:10px;}
div.accordion01 ul li a img{border:0;vertical-align:bottom;margin-right:15px;}
div.accordion01 ul li a:hover {background:url(../images/header_over.gif);}
#top_round01{
	height:10px;
	font-size:1px;
	background-image: url(../images/top_dark.gif);
}
#bottom_round01{
	height:10px;
	font-size:1px;
	background-image: url(../images/bottom_dark.gif);
}
.top_dark01{background:url("../images/top_dark.gif") no-repeat top left;}
.top_light01{background:url("../images/top_light.gif") no-repeat top left;}
.bottom_dark01{background:url("../images/bottom_dark.gif") no-repeat top left;}
.bottom_light01{background:url("../images/bottom_light.gif") no-repeat top left;}
.first01{padding-top:5px;}
.last01{padding-bottom:5px;}
#accordion {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.accordion {
	width: 100%;
	color: #033;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 115%;
}
.accordion dt {
	width: 100%;
	border: 1px solid #fff;
	cursor: pointer;
	background-color: #EBDCE3;
	color: #222;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/arrow_down.gif);
	background-position: right center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	font-size: 128%;
	font-weight: bold;
}
.accordion dt:hover {
	background-color: #F9C;
}
.accordion dd {
	overflow:hidden;
	background:#fff;
	margin: 0px;
	padding: 0px;
}
.accordion span {
	display:block;
	width:160px;
	border-top:none;
	padding:15px
}
.accordion .open {background-color:#444; background-image:url(../images/arrow_up.gif)}
