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

body {
	font-size: 62.5%; /* フォントサイズの基本値化 10px=1em */
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #E8DCBE;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
html { overflow-y: scroll; } /* Firefox huck lint minus point */
h1,h2,h3,h4 {
	padding:0px;
	margin:0px;
	font-size:100%;
}

/* ヘッダー開始 */

#header {
	width: 810px;
	height: 285px;
	color: #FFFFFF;
	margin: 15px auto 0px;
}
#header_top {
	margin: 0px;
	height: 25px;
	width: 810px;
	background-image: url(images/line_burgundy.gif);
	background-repeat: no-repeat;
}
#header_top h1 {
	text-align: center;
	padding-top: 9px;
	font-size: 1.2em;
	font-weight: normal;
}
#header_center {
	background-image: url(images/line_white_top.gif);
	background-repeat: repeat-y;
	height: 250px;
	width: 810px;
	text-align: center;
}
#header_bottom {
	background-image: url(images/line_gold.gif);
	background-repeat: repeat-y;
	height: 10px;
	width: 810px;
	text-align: center;
}

/* ヘッダー終了 */

/* コンテンツ開始 */

#content {
	width: 810px;
	margin: 0px auto;
	background-image: url(images/line_white_content.gif);
	background-repeat: repeat-y;
}
.box {
	padding: 20px 20px 0px;
	clear: both;
}
.right {
	float: right;
	padding-left: 20px;
}
h2.mokuji {
	font-size: 1.5em;
	margin: 0px 0px 10px;
	height: 23px;
	width: 740px;
	padding: 0px;
	text-align: center;
	color: #CC0000;
}
table.mokujiMenu td {
	text-align: center;
	font-size: 1.3em;
	width: 254px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #FFFFFF;
	background-color: #E8DCBE;
}
table.mokujiMenu td a {
	color: #003399;
}
table.mokujiMenu td a:hover {
	color: #4E0026;
}
h2.title {
	font-size: 1.8em;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 740px;
	padding: 7px 0px 0px 30px;
}
h3 {
	font-size: 1.3em;
	color: #b48b3f;
	padding-left: 10px;
	line-height: 1.8em;
}
ul.sando {
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	line-height: 1.5em;
	color: #333333;
	font-size: 1.2em;
}
ul.privacy {
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
ul.risk {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 2em;
	color: #333333;
	font-size: 1.2em;
}
ul.risk li {
	background-image: url(images/checkBox.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px 2px;
}
p {
	margin: 0px;
}
.sentence{
	font-size:1.3em;
	line-height:1.8em;
	color:#333333;
	padding-left: 10px;
}
.table_size {
	width: 750px;
	margin: 15px 0px 0px 10px;
}
td.table_bg_center {
	padding: 10px 20px 0px;
	background-image: url(images/table_bg_center.gif);
	background-repeat: repeat-y;
}

th.point_01{
	border-bottom: 1px dotted #999999;
	text-align: left;
	width: 80px;
}

th.point_02{
	text-align: left;
	width: 80px;
}

td.point_01{
	border-bottom: 1px dotted #999999;
	text-align: left;
	width: 450px;
}
td.point_02{
	width: 450px;
}
td.point_img01{
	border-bottom: 1px dotted #999999;
	text-align: right;
	padding: 10px 0px;
}
td.point_img02{
	text-align: right;
	padding: 10px 0px;
}
td.photo_space{
	text-align: left;
	padding: 0px 20px 0px 0px;
}
td.word{
	text-align: left;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #4E0026;
	font-weight: bold;
	padding: 0px 0px 15px;
}
td.name{
	text-align: left;
	padding: 0px 0px 15px;
	color: #000000;
	font-size: 1.5em;
}
td.comment{
	text-align: left;
	font-size: 1.3em;
	vertical-align: top;
	line-height: 1.8em;
	color: #333333;
}
table.banner{
	margin: 20px 0px 10px 10px;
	width: 750px;
}
.button{
	height: 60px;
	width: 300px;
	margin: 20px auto 0px;
}
/* コンテンツ終了 */

/* フッター開始 */

#footer {
	width: 810px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 25px;
	margin: 20px auto 0px;
	clear: both;
}
#footer address {
	text-align: center;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 4px;
	font-size: 1.2em;
}

/* フッター終了 */

/* フォーム開始 */

form {
}

/* フォーム終了 */
