/* CSS Document */

body {
	margin: 0px;
	background-image: url(image/bg.jpg);
}
body {
	min-width: 816px;
	text-align: center;
}

div#content {
	width: 816px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	margin: 0px;
}

div#main_01 {
	background-image: url(image/waku_01.jpg);
	width: 816px;
	height: 21px;
}

div#main_02 {
	background-image: url(image/waku_02.jpg);
	width: 816px;
	height: auto;
}

div#main_03 {
	background-image: url(image/waku_03.jpg);
	width: 816px;
	height: 80px;
}

div#main_box {
	padding: 14 25 0;
}



/* =============================================== */
/** 01. MAIN - ボックス */
/* ----------------------------------------------- */


#box {
	width: 765px;
	background-color: #CCC;
}
#box td {
	padding: 17px;
	background-color: #FFF;
	font-size: 80%;
	line-height: 130%;
}
#box p {
	margin: 15 0;
}



#subbox {
	width: 100%;
	background-color: #FFF;
}
#subbox td {
	padding: 0px;
	background-color: #FFF;
}



#mailtable {
	width: 96%;
	height: 217px;
	background-color: #E0E0E0;
	border: 1px solid #CCC;
}
#mailtable td {
	padding: 5px;
	background-color: #E0E0E0;
	font-size: 80%;
	line-height: 130%;
}
#mailtable form {
	margin: 0px;
}




/* =============================================== */
/** 01. Text - テキスト */
/* ----------------------------------------------- */

.text_01 {
	font-size: 110%;
	line-height: 250%;
	font-family: "arial";
	color: #00381A;
	padding-top: 10px;
}



/* =============================================== */
/** 01. Text - リンク */
/* ----------------------------------------------- */

#link_text {
	padding: 24 0;
	font-size: 70%;
	text-align: center;
	color: #666;
}
#link_text a:link {
	color: #666;
	text-decoration: none;
}
#link_text a:visited {
	color: #666;
	text-decoration: none;
}
#link_text a:hover {
	color: #990000;
	text-decoration: underline;
}
#link_text a:active {
	color: #666;
	text-decoration: none;
}



/* =============================================== */
/** 01. Text - copyroght */
/* ----------------------------------------------- */

#copyroght_left {
	float: left;
	font-size: 70%;
	line-height: 150%;
	color: #CCC;
	padding: 15 0 0 12;
}

#copyroght_right {
	float: right;
	font-size: 70%;
	line-height: 150%;
	color: #CCC;
	text-align: right;
	padding: 15 10 0 0;
}
#copyroght_right a:link {
	color: #CCC;
	text-decoration: none;
}
#copyroght_right a:visited {
	color: #CCC;
	text-decoration: none;
}
#copyroght_right a:hover {
	color: #666;
	text-decoration: underline;
}
#copyroght_right a:active {
	color: #CCC;
	text-decoration: none;
}
