@charset "utf-8"; 

/* CSS Document 2007.4.16 */





/* -------------------- text -------------------- */

body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 12px;
	line-height: 20px;
	color: #4c4c4c;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_base.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #3366cc;
}
a {
	text-decoration: none;
	color: #3333ff;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h4 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
}
.normal {
	font-size: 12px;
	font-weight: normal;
}
.caption {
	font-size: 10px;
	line-height: 12px;
	margin-top: 2px;
}





/* -------------------- other -------------------- */

img {
	border: 0px;
}
form {
	margin: 0px;
}
address {
	font-style: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	line-height: 14px;
	background-image: url("../images/point_square_01.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	padding-left: 8px;
	list-style: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_clear {
	clear: both;
}
.image_left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.image_right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.border {
	border-top: solid 1px #b3b3b3;
	margin-top: 10px;
	padding-top: 10px;
}
.border_dashed {
	border-top: dashed 1px #b3b3b3;
	margin-top: 10px;
	padding-top: 10px;
}
.space {
	clear: both;
	height: 20px;
}
.input_button {
	float: left;
	margin-right: 5px;
}





/* -------------------- color -------------------- */

.color_blue {
	color: #3366cc;
}
.color_gray {
	color: #666666;
}
.color_white {
	color: #ffffff;
}





/* -------------------- middle -------------------- */

#middle {
	width: 760px;
	text-align: left;
	margin: auto;
	padding: 10px 0px 20px 0px;
}
#middle .navi {
	float: left;
	width: 160px;
	text-align: left;
}
#middle .main {
	float: right;
	width: 580px;
	text-align: left;
}
#middle .main .frame {
	background-image: url("../images/frame_middle.gif");
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
}
#middle .data table {
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}
#middle .data td {
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	padding: 0px 5px 0px 5px;
}



/* -------------------- header -------------------- */

#header {
	width: 760px;
	height: 40px;
	text-align: left;
	margin: auto;
	padding-top: 20px;
}
.info_left {
	font-weight: bold;
	background-color: #E4E4E4;
}






/* -------------------- footer -------------------- */

#footer {
	width: 760px;
	height: 40px;
	text-align: center;
	color: #999999;
	margin: auto;
	padding-bottom: 20px;
}
.color_price {
	color: #5982D5;
	font-weight: bold;
	font-size: 13px;
}
.color_red {

	color: #FF0000;
	font-weight: normal;
	font-size: 11px;
}
.color_orange {

	color: #FF3300;
	font-weight: bold;
	font-size: 13px;
}
.info_right {
	background-color: #F7F7F7;
}
