/* le001.css for Landing Page */

/* 主要タグ */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #2C2014;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 170%;
	margin-top: 15px;
	margin-bottom: 15px;
}
img, img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-image: url(img/bc2.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

/* トップタイトル部分 */

#toptitle {
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	background-image: url(img/bc1.jpg);
	margin: 0px;
	padding: 0px;
}
#toptitle img {
	margin-right: auto;
	margin-left: auto;
}

/* メイン部分 */

.main {
	clear: both;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}
.maintxt_r {
	float: right;
	width: 410px;
	margin-bottom: 10px;
	float: right;
	color: #333333;
}
.maintxt_l {
	float: left;
	width: 410px;
	margin-bottom: 10px;
	float: left;
	color: #333333;
}

/* 写真部分 */

.picset_r {
	width: 250px;
	margin-bottom: 10px;
	float: right;
}
.picset_l {
	width: 250px;
	margin-bottom: 10px;
	float: left;
}
.picset_r p, .picset_l p {
	font-size: 12px;
	color: #333333;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* フッター */

#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
	line-height: 180%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer a {
	color: #000033;
}

/* チェックリスト */

.checklist {
	margin-top: 15px;
	background-image: url(img/bc3.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 380px;
}
.checklist ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.checklist li {
	font-size: 14px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 27px;
	list-style-type: none;
	background-image: url(img/checkbox.gif);
	background-position: left  top;
	background-repeat: no-repeat;
	line-height: 140%;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

/* テーブル */

#gaiyou table {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 450px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gaiyou td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 160%;
}
.gaiyou_round {
	border: 3px solid #000000;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

.td_1 {
	color: #FFFFFF;
	background-color: #B3A485;
	text-align: right;
}
.td_2 {
	background-color: #FFFFFF;
}
.table1 {
	width: 450px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.table1 td {
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	font-size: 14px;
}
.table1 td p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#table_wrap {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CC0000;
	background-color: #CC0000;
}
#table1 {
	width: 450px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#table1 td {
	padding: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	font-size: 14px;
}
#table1 td p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.td_1 {
	color: #FFFFFF;
	background-color: #000000;
	text-align: right;
	width: 130px;
}
.td2 {
	background-color: #E0E0E0;
}

/* 申込みボタン */

.sub_button {
	width:
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	width: 350px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* 注意書きなど */

#detail {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #DDDDDD;
}
#detail p {
	margin: 0px;
	font-size: 12px;
}
.asta {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#note {
	padding: 7px;
	border: 1px dotted #000000;
}
#note p {
	margin: 0px;
	padding: 0px;
}

/* マージンコントロール */

.mgn_b_30 {
	margin-bottom: 30px;
	clear: both;
}
.mgn_tb_30 {
	margin-bottom: 30px;
	margin-top: 30px;
	clear: both;
}
.centering {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.mgn_t_0 {
	margin-top: 0px;
}



/* 文字装飾 */

.fontbig {
	font-size: 16px;
}
.fontmiddle {
	font-size: 14px;
}
.fontsmall {
	font-size: 12px;
}
.fontxsmall {
	font-size: 10px;
}
.redbold {
	color: #990000;
	font-weight: bold;
}
.red {
	color: #990000;
}

.redboldbig {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.bluesmall {
	font-size: 12px;
	color: #0000FF;
}
.highlight {
	background-color: #FFCCFF;
	padding: 3px;
}
.textright {
	text-align: right;
}
.bc_yellow {
	background-color: #FFCC00;
}
.bc_orange {
	background-color: #FF6600;
}
.bc_gray {
	background-color: #E0E0E0;
}
#amazon {
	width: 430px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #DDDDDD;
}
#amazon p {
	margin: 0px;
}
#flow {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#flow td {
	padding: 7px;
}
#flow p {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
.jirei {
	padding: 5px;
	border: 2px solid #2C2014;
	background-color: #FFFFFF;
}

