@charset "UTF-8";
/* CSS Document */

#container	{
	padding: 25px 20px 100px 20px;
	text-align: left;
	background-image: url(../img/main_bg.jpg);
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #E6F5FC;
}
#container h1	{
	font-size: 18px;
	font-weight: normal;
	display: inline;
	margin-left: 30px;
	border-left: solid 7px #75E1FB;
	border-bottom: solid 1px #75E1FB;
	padding: 3px 5px 5px 10px;
}
img#title	{
	margin: 12px 30px 0;
}
.article_01	{
	margin: 25px auto 0;
	width: 650px;
	line-height: 200%;
	background-image: url(img/house.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
}
.article_01 h2	{
	font-size: 16px;
	margin: 0 0 0 40px;
	font-weight: normal;
}
.article_01 .txt_box	{
	padding: 15px 40px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	margin: 5px 40px;
	border-top: solid 3px #75E1FB;
	font-size: 12px;
}

.article_01 .txt_box #tab1>table,
.article_01 .txt_box #tab2>table,
.article_01 .txt_box #tab3>table,
.article_01 .txt_box #tab4>table	{
	width: 440px;
	margin-left: 5px;
	border-collapse:collapse;
	border: none;
	border-spacing: 0;
}
.article_01 .txt_box #tab1 td,
.article_01 .txt_box #tab2 td,
.article_01 .txt_box #tab3 td,
.article_01 .txt_box #tab4 td	{
	vertical-align: bottom;
	padding:0;
	text-align: left;
	white-space: nowrap;
}
td.tl	{
	width: 155px;
}
.article_01 .txt_box img.selected	{
	margin-right: 0px;
}
.article_01 .txt_box #tabs p	{
	margin: 0;
	padding: 0;
}
.bodycopy	{
	color: #333333;
}
#cd img	{
	margin: 10px 10px 25px 0;
	float: left;
}
#tab1 h3,
#tab2 h3,
#tab3 h3,
#tab4 h3	{
	margin-top: 10px;
}
#tab1 p,
#tab2 p,
#tab3 p,
#tab4 p	{
	padding:5px 20px;
	border: solid 1px #666666;
	margin: 5px 0 10px;
}
span.notice	{
	font-size: 10px;
	padding:0;
	margin:0;
	border: none;
}
table#form	{
	margin: 0 auto;
	width: 504px;
}
table#form tr td.left	{
	min-width: 1%;
}
td	{
	vertical-align: top;
	min-width: 1%;
}
textarea	{
	font-size: small;
}
p.back	{
	text-align: right;
	margin-right: 70px;
}
