/* CSS Document */

#main_area h3
{
	color: #44af35;
	font-size: 30px;
	line-height: normal;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ebf3d8;
	font-weight: bold;
}

#main_area .calender
{
	float: right;
}


#main_area strong
{
	color: #F30;
	font-weight: bold;
}

#main_area .charge_box
{

}
#main_area .charge_box p
{
	margin-bottom: 1em;
}

#main_area .charge_box h4
{
	margin: 0px;
	padding: 0px;
}
#main_area .charge_box table
{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	width: 100%;
	margin-top: 20px;
}
#main_area .charge_box caption
{
	text-align: left;
}
#main_area .charge_box th
{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	background-color: #390;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#main_area .charge_box td
{
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}

#main_area .charge_box td p
{
	font-size: 12px;
	line-height: 120%;
}


#main_area .charge_box .wide
{
	width: 100px;
}
#main_area .charge_box .kakaku
{
	text-align: center;
}

#main_area .cautions_table table
{
	margin-bottom: 30px;
}
#main_area .cautions_table td
{
	width: 200px;
	vertical-align: top;
	border: 1px solid #000;
}
#main_area .cautions_table td h5
{
	text-align: center;
	background-color: #00A0E9;
	padding: 0px;
	margin: 0px;
}
#main_area .cautions_table td p
{
	padding: 8px;
}

#main_area .yui_chage table
{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
#main_area .yui_chage td
{
	padding: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#main_area .yui_chage caption
{
	text-align: left;

}

#main_area .tokutei
{
	font-size: 140%;
	line-height: 160%;
	margin-top: 10px;
}

#main_area .pdf_right
{
	float: right;
}

#main_area .service_pack
{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;

}

#main_area .service_pack .comment_box
{
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#main_area .map_box
{
	border-radius: 6px;        /* CSS3‘ˆÄ */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome—p */
	-moz-border-radius: 6px;   /* Firefox—p */
	background-color: #fdeff5;
	border: 4px solid #f4b4d0;
	padding: 10px;
	margin-bottom: 2em;
}

#main_area .map_wak
{
	background-image: url(../images/map_wak_body.gif);
	margin-top: 0px;
	margin-bottom: 30px;
}
#main_area .map_wak h2
{
	margin: 0px;
	padding: 0px;
}

#main_area .map_wak_body
{
	background-image: url(../images/map_wak_foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	text-align: center;
}
#main_area .map_wak_body p
{
	padding-left: 20px;
	text-align: left;
	margin-bottom: 10px;
}
#main_area .map_wak_body img
{
	margin-right: 5px;
	margin-left: 5px;
}

#main_area .notes
{
	margin-top: 0px;
	padding-top: 0px;
}

#main_area .notes li
{
}

#main_area .box
{
	_zoom: 1;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
	border: 1px solid #CCC;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#main_area .box h4
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}

#main_area .box p
{
	margin-bottom: 0px;
}

#main_area .box dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#main_area .box dt
{
	display: table-cell;
	width: 32%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#main_area .box dt a
{
	text-shadow: 1px 1px 3px #000;
	text-align: center;
	display: block;
	background-color: #693;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#main_area .box dt:nth-child(3) a
{
	background-color: #69C;
}

#main_area .box dt:nth-child(5) a
{
	background-color: #F96;
}


#main_area .box dt a:hover
{
	background-color: #6C3;
}

#main_area .box dt:nth-child(3) a:hover
{
	background-color: #6CC;
}

#main_area .box dt:nth-child(5) a:hover
{
	background-color: #FC6;
}


#main_area .box dd
{
	display: table-cell;
	width:2%;
	margin: 0px;
	padding: 0px;
}

#main_area .box dd:last-child
{
	width:auto;
}