/* CSS Document */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 14px;
}
h1 {
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	letter-spacing: 10px;
}
h3 {
	margin: 0px;
}
p {
	margin: 0px;
}
blockquote {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
}
a:link,a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover,a:active {
	color: #6C9;
	text-decoration: none;
}
#main_box a:link,#main_box a:visited {
	color: #000;
	text-decoration: none;
}
#main_box a:hover,#main_box a:active {
	color: #6C9;
	text-decoration: none;
}
img {
	border: none;
}


/* ヘッダー */
#header_box {
	height: 295px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
#header_box1 {
	height: 50px;
	width: 1000px;
	text-align: center;
	padding-top: 10px;
}
#header_box2 {
	height: 80px;
	width: 780px;
	font-size: 24px;
	text-align: right;
	line-height: 30px;
	padding-right: 220px;
}


/* フッター */
#footer {
	background-image: url(../img/fooder_bg.jpg);
	background-repeat: repeat-x;
	height: 70px;
	width: 100%;
	color: #FFF;
}
#footer_box01 {
	height: 18px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	text-align: center;
}
#footer_box02 {
	height: 20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: right;
}


/* ボタン */
#btn_00 {
	height: auto;
	width: 200px;
	padding-top: 5px;
}

#btn_box {
	height: 30px;
	width: 600px;
	background-image: url(../img/header_bar.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-left: 400px;
	font-weight: bold;
}
#btn_box a,#btn_box a:link,#btn_box a:visited{
	display:block;
	height:20px;
	width:90px;
	background-image: url(../img/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-left: 20px;
	float: left;
	padding-right: 10px;
}
#btn_box a:active,#btn_box a:hover{
	background-image: url(../img/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

#main_left {
	float: left;
	height: 850px;
	width: 200px;
	padding-right: 10px;
}
#btn_01 {
	height: 40px;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
}
#btn_01 a,#btn_01 a:link,#btn_01 a:visited{
	display:block;
	height:23px;
	width:185;
	background-image: url(../img/btn_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 17px;
	padding-left: 15px;
}
#btn_01 a:active,#btn_01 a:hover{
	background-image: url(../img/btn_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}

#mail_box {
	height: 55px;
	width: 790px;
	background-image: url(../img/mail_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	background-position: 0px 5px;
}
#mail_btn_01 {
	height: 45px;
	width: 150px;
	float: right;
}
#mail_btn_01 a,#mail_btn_01 a:link,#mail_btn_01 a:visited{
	display:block;
	height:45px;
	width:150;
	background-image: url(../img/mail_btn_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mail_btn_01 a:active,#mail_btn_01 a:hover{
	background-image: url(../img/mail_btn_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}
#mail_btn_02 {
	height: 45px;
	width: 190px;
	float: right;
}
#mail_btn_02 a,#mail_btn_02 a:link,#mail_btn_02 a:visited{
	display:block;
	height:45px;
	width:190;
	background-image: url(../img/mail_btn_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mail_btn_02 a:active,#mail_btn_02 a:hover{
	background-image: url(../img/mail_btn_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px -45px;
}


/* 共通Box */
.marker {
	background-image: url(../img/marker_01.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-left: 15px;
	height: 20px;
	padding-top: 7px;
	background-position: 0px 0px;
	padding-bottom: 13px;
	font-size: 20px;
	font-weight: bold;
	color: #39C;
}
#main_textbox {
	height: auto;
	width: 750px;
	padding-left: 20px;
	line-height: 18px;
	padding-bottom: 15px;
	padding-right: 20px;
}
.color_F30 {
	color: #F30;
}
.color_F60 {
	color: #F60;
}
.color_F90 {
	color: #F90;
}
.color_FC0 {
	color: #FC0;
}
.color_FF0 {
	color: #FF0;
}
.color_06c {
	font-weight: bold;
	color: #06C;
}