/*-----------------------------------
DEFAULT CSS
FILE DATA: charge.css
-----------------------------------*/

/*MAIN_IMAGE
-----------------------------------*/
#main_image2 div{
	background-image: url(../images/main_img.jpg);
}

/*BODY_LEFT
-----------------------------------*/
#body_left {
	width:125px;
	height:auto;
	float:left;
}
#body_left h2 {
	width:40px;
	height:300px;
	text-indent:-10000em;
	margin:0 auto;
	background:url(../images/charge_ttl.gif) no-repeat;
}
/*BODY_RIGHT
-----------------------------------*/
#body_right {
	width:734px;
	height:auto;
	padding:0 15px 0 25px;
	float:right;
}
/*-----------------------------------
下記から記述
-----------------------------------*/

#charge {
}
#charge h3 {
	margin:10px 0;
	padding:0;
	font-size:0;
	line-height:100%;
	background-repeat: no-repeat;
	background-position:0 0;
	height:19px;
	text-indent:-9999px;
}
.itacho {
	background-image: url(../images/plan_itachou.gif);
}
.yuuga {
	background-image: url(../images/plan_yuuga.gif);
}
.kodomo {
	background-image: url(../images/kodomo_tit.gif);
}
.border {
	background:url(../images/border.gif) no-repeat 0 bottom;
	padding-bottom:40px;
}
.tb_txt{
	font-weight:bold;
	margin:15px 0 3px;
}
#charge table {
	border-top:1px solid #c5b9b3;
	border-left:1px solid #c5b9b3;
	margin:0 0 10px;
}
#charge table td {
	border-bottom:1px solid #c5b9b3;
	border-right:1px solid #c5b9b3;
	text-align:center;
}
.td01 {
	background-color:#d5d2df;
}
.td02 {
	background-color:#e2d6d5;
}

.banner{
	height:100%;
	margin:20px 0 0;
}
.banner div{
	width:479px;
	float:right;
}
.banner div p{
	background-color:#f9f5f2;
	border-left:1px solid #dacfba;
	border-bottom:1px solid #dacfba;
	border-right:1px solid #dacfba;
	padding:5px 5px 5px 10px;
	font-size:0.95em;
}
.bn_left{
	width:240px;
	float:left;
}


