* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	color:#000000;
	background:#DEEEF9;
}

body div {
	text-align:left;
	margin:0 auto;
}

div#container {
	width:720px;
	height:100%;
}
div#bg {
	width:720px;
	background:url(img/bg_body.gif) repeat-y;
	height:100%;
}

a:link	 	{color:#FFFFFF; text-decoration:none;}
a:visited	{color:#FFFFFF; text-decoration:none;}
a:active	{color:#FF0000; text-decoration:none;}
a:hover		{color:#FF0000; text-decoration:underline;}

/*ページヘッダ*/

#header td {
	padding:0px 15px;
}

#header strong {
	color:#FF8A00;
	font-weight:bold;
	font-size:18px;
}

/**/

.mgn10 {
	margin-top:10px;
}

#Area_text td{
	text-align:right;
	padding:2px;
	font-size:12px;
}

/*料金表*/
	
#ryokin_h {
	font-size:14px;
	margin-top:10px;
}

#ryokin {
	font-size:12px;
	margin-bottom:20px
}
#ryokin td,th {
	padding:4px 4px;
	vertical-align:middle;
}
#ryokin th {
	color:#FFFFFF;
}

.kaso_box td {
	font-size:12px;
	padding:10px;
}

/*お問合せ*/

#contact a:link		{color:#FF0000; text-decoration:underline;}
#contact a:visited	{color:#FF0000; text-decoration:underline;}
#contact a:active	{color:#FF0000; text-decoration:underline;}
#contact a:hover	{color:#FF0000; text-decoration:underline;}
}

/*フッタ*/

#footer {
	text-align:center;
	font-size:12px;
}
#footer td {
	padding-top:10px;
	vertical-align:top;
}



