@charset "utf-8"; 

/* css document 2007.2.12 */





/* -------------------- text -------------------- */

body {
	text-align: center;
	font-family: "hiragino kaku gothic pro", "ヒラギノ角ゴ pro w3", "osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4c4c4c;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/background_base.gif");
	background-position: center top;
}
a {
	text-decoration: none;
	color: #6666ff;
}
h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background-image: url("../images/background_headline_01.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
h4 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
}
.caption {
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
}





/* -------------------- other -------------------- */

img {
	border: 0px;
}
form {
	margin: 0px;
}
address {
	font-style: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
}
li {
	background-image: url("../images/point_square.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 12px;
	list-style: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_clear {
	clear: both;
}
.border {
	border-top: solid 1px #b3b3b3;
	margin-top: 15px;
	padding-top: 15px;
}
.border_dashed {
	border-top: dashed 1px #b3b3b3;
	margin-top: 15px;
	padding-top: 15px;
}
.space {
	clear: both;
	height: 20px;
}
.image_left {
	float: left;
	margin: 0px 20px 5px 0px;
}
.image_right {
	float: right;
	margin: 0px 0px 5px 20px;
}
.data table {
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}
.data td {
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	padding: 0px 5px 1px 5px;
}
.input_button {
	float: left;
	margin-right: 5px;
}





/* -------------------- color -------------------- */

.color_blue {
	color: #3366ff;
}
.color_green {
	color: #00A760;
}
.color_orange {
	color: #ff6600;
}
.color_pink {
	color: #ff6699;
}
.color_gray {
	color: #b3b3b3;
}
.color_white {
	color: #ffffff;
}





/* -------------------- middle -------------------- */

#middle {
	width: 740px;
	text-align: left;
	margin: auto;
}
#middle .content {
	text-align: left;
	padding: 0px 30px 20px 30px;
}
#middle .navi {
	float: left;
	margin: 0px;
}





/* -------------------- main -------------------- */

#main {
	float: left;
	width: 440px;
	margin-top: 20px;
}
#main .graph_left {
	float: left;
	width: 100px;
}
#main .graph_right {
	float: left;
	width: 330px;
	margin-left: 10px;
}
#main .graph_border {
	border-top: dashed 1px #b3b3b3;
	padding-top: 15px;
}
#main .question li {
	font-weight: bold;
	color: #4c4c4c;
	background-image: url("../images/point_faq_01.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 18px;
	list-style: none;
}
#main .answer li {
	background-image: url("../images/point_faq_02.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 18px;
	list-style: none;
}




/* -------------------- sidebar -------------------- */

#sidebar_left {
	float: left;
	width: 260px;
	margin: 20px 40px 0px 0px;
}
#sidebar_right {
	float: right;
	width: 260px;
	margin: 20px 0px 0px 40px;
}
#sidebar_right .frame {
	padding: 0px 10px 0px 10px;
	background-image: url("../images/background_sidebar_middle.gif");
	background-repeat: repeat-y;
}




/* -------------------- header -------------------- */

#header {
	width: 740px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 10px;
}





/* -------------------- footer -------------------- */

#footer {
	clear: both;
	width: 740px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}