@charset "utf-8";
/* ブラウザスタイルの初期化 */
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #333;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* ブラウザスタイルの初期化（IE６など一部のブラウザ向け） */
th,td,form{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: black;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* 通常のベース */
body,div,p,form,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
}
input {
	padding: 5px;
}

img{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #ECE9D8;
	vertical-align:bottom
}
ul{
	list-style:none;
}
.center {
	text-align: center;
}
.corner {
	clear: both;
	padding-top: 10px;
	float: left;
	border: 1px dotted #CCC;
	background-image: url(../images/ryoukin_back.gif);
	background-repeat: repeat-y;
	padding-left: 25px;
}
.corner_left {
	float: left;
	padding-top: 10px;
	width: 140px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.corner_right {
	float: left;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.corner1 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../images/ryoukin_back.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	float: left;
	width: 550px;
}
.corner1_left {
	float: left;
	width: 140px;
	padding-right: 10px;
}
.corner1_center{
	float: left;
	width: 170px;
}
.corner1_right {
	float: left;
	width: 170px;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
	padding-right: 10px;
}
#contents div.isy_bk {
	padding: 10px;
	background: #E8E8E8;
	border:#CCC 1px solid;
}
#contents div.isy_bk .hoken {
	margin-top: 15px;
	padding: 5px;
	background: #690;
	border:#FFF 1px solid;
	width: 250px;
}
#contents div.isy_bk .saiban {
	margin-top: 15px;
	padding: 5px;
	background: #06C;
	border:#FFF 1px solid;
	width: 250px;
	color: #fff;
}
#contents div.region {
	float: left;
	width: 230px;
	padding: 20px 30px 30px 20px;
}
table.form_cul input.btn_L {
	margin: 10px 0 0 0;
	padding: 3px;
	width: 200px;
	font-size: 16px;
	height: 30px;
}	
#rate_check {
	color: #F00;
}
