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


/* テキストのインデント */
#contents_main h2 {
	text-indent: -9999px;
}

/* メインコンテンツのデザイン */
#contents_main {
	width: 555px;
	border: 1px solid #B5B5B5;
	background-image: url(../image/parts/main_gra.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* ページのタイトル */
#contents_main h2.title {
	background-image: url(../image/header/contact_header.gif);
	height: 26px;
	width: 553px;
	background-repeat: no-repeat;
}
#contents_main h3 {
	color: #666666;
}
#section_01,#section_02 {
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}
img.icon {
	margin-right: 4px;
}

/* テーブル：フォームのデザイン */
#section_01 table {
}
#section_01 table.top {
	width: 100%;
	margin-bottom: 20px;
}
#section_01 table.top tr th {
	width: 60px;
}
#section_01 table.top tr td {
}

#section_01 table,#section_01 th,#section_01 td,#section_02 table,#section_02 th,#section_02 td {
	padding: 10px;
	border: 1px solid #CCCCCC;
	color: #666666;
}
#section_01 table tr {
}
#section_01 table tr th、#section_01 table tr td {
}
#section_01 table tr th,#section_02 table tr th {
	background-color: #DCF5F4;
}
#section_01 table tr td,#section_02 table tr td {
	background-color: #FFFFFF;
}
/* section_02のテーブル：フォームのデザイン */
#section_02 .caution {
	color: #FF0000;
	font-size: 11px;
}
.mfptr a {
	color: #42809B;
}

/* thanksページのデザイン */
#section_thanks {
	padding: 20px;
}
#section_thanks h3 {
	background-color: #DCF4F4;
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
#section_thanks p {
	padding: 10px;
	color: #666666;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
