/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #EEE;
	margin: 0 auto;
	font-size: 0.8em;
	color: #333;
	text-align: center;
}
p {
	line-height: 1.5;
}
table {
	background-color: #FFFFFF;
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
input {
	vertical-align: -10%;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	margin: 0;
	padding: 0;
}
h6 {
	width: 760px;
	height: 60px;
	background-image:url(image/h2.jpg);
	background-repeat: no-repeat;
}

/* ------------------------------
 画像関連
------------------------------ */

.imgleft {
	float: left;
}
.imgright {
	float: right;
	padding: 0 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 20px 0;
}
p.text01 {
	margin: 20px 30px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	margin: 20px 30px;
	text-align: right;
}
p.text02 {
	margin: 20px 55px;
}
p.text03 {
	margin: 20px 30px 0 30px;
}
p.text04 {
	margin: 0 55px 20px 55px;
}
span.red {
	color: #FF0000;
}
span.blue {
	color: #0000FF;
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 30px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 15px 30px;
}
ol.list li {
	margin-bottom: 10px;
}
p.clear {
	clear: both;
}
span.small01 {
	font-size: 0.8em;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 960px;
	margin: 10px auto;
	text-align: left;
	background-color: #FFF;
	margin-top: 10px;
	border: solid 1px #DDD;
}
div.wrapper02 {
	margin: 8px;
	border: solid 1px #DDD;
}

/* ------------------------------
 ヘッダー
------------------------------ */

div.header {
	border-bottom: solid 5px #0051A2
}
div.header_left {
	float: left;
}
div.header_left p {
	margin: 10px;
}
div.header_right {
	float: right;
}
div.header_right p {
	margin: 25px 10px 0 0;
}
div.header_right img {
	margin-right: 5px;
}

/* ------------------------------
 コンテンツ
------------------------------ */

div.contents {
	clear: both;
	margin: 10px 20px;
}
table.contents {
	margin: 10px auto;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
}
table.contents td {
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	vertical-align: middle;
}
table.contents p {
	margin: 5px;
}
table.contents img {
	vertical-align: -20%;
}
td.contents01 {
	text-align: center;
	font-weight: bold;
}

div.table_left01 {
	float: left;
	width: 270px;
}
div.table_right01 {
	float: right;
	width: 390px;
}

div.table_left02 {
	float: left;
	width: 390px;
}
div.table_right02 {
	float: right;
	width: 270px;
}

div.table_left03 {
	float: left;
	width: 100px;
}
div.table_right03 {
	float: right;
	width: 500px;
}

div.table_left04{
	float: left;
	width: 270px;
}
div.table_right04 {
	float: right;
	width: 370px;
}

div.table_left05 {
	float: left;
	width: 390px;
}
div.table_right05 {
	float: right;
	width: 250px;
}

div.box01 {
	margin: 10px 50px;
	border: solid 1px #DDD;
	font-size: 0.8em;
}
div.box01 p {
	margin: 10px;
}
div.box02 {
	margin: 10px 50px;
	border: solid 1px #DDD;
}
div.box02 p {
	margin: 10px;
}
div.box03 {
	margin: 10px 50px 0 50px;
	border: solid 1px #DDD;
}
div.box03 p {
	margin: 10px;
}

/* ------------------------------
 見出し
------------------------------ */

p.midashi01 {
	height: 30px;
	background-image:url(image/midashi01.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 30px;
	font-size: 12px;
	padding-left: 40px;
}
p.midashi02 {
	height: 50px;
	background-image:url(image/midashi02.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 50px;
	font-size: 18px;
	padding-left: 10px;
}
p.midashi03 {
	font-weight: bold;
	margin: 20px 40px;
	border-left: solid 8px #555;
	padding-left: 10px;
}
p.notify {
	padding: 10px 50px;
	border: solid 1px #DDD;
	font-size: 1.2em;
	text-align:center;
	color:#6666CC;
}
p.notify_err {
	padding: 10px 50px;
	border: solid 1px #DDD;
	font-size: 1.2em;
	text-align:center;
	color:red;
}

/* ------------------------------
 決済画面
------------------------------ */

table.si_fo {
	margin: 10px auto 0 auto;
	border-top: solid 1px #DDD;
	border-left: solid 1px #DDD;
}
table.si_fo td {
	border-bottom: solid 1px #DDD;
	vertical-align: middle;
}
table.si_fo p {
	margin: 5px;
}
table.si_fo img {
	vertical-align: -20%;
}
td.si_fo {
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #DDD;
}
td.si_fo01 {
	width: 50px;
	text-align: center;
	border-right: solid 1px #DDD;
}
td.si_fo02 {
	width: 185px;
}
td.si_fo03 {
	width: 85px;
	text-align: center;
	border-right: solid 1px #DDD;
}
td.si_fo04 {
	width: 205px;
	text-align: center;
	border-right: solid 1px #DDD;
}
td.si_fo05 {
	width: 125px;
	text-align: center;
	border-right: solid 1px #DDD;
}
td.si_fo06 {
	width: 125px;
	text-align: center;
	border-right: solid 1px #DDD;
}
p.si_fo_right {
	text-align: right;
	margin: 5px 50px;
}
p.si_fo_left {
	margin: 5px 50px;
}
p.si_fo_left02 {
	margin: 5px 50px 20px 50px;
}

/* ------------------------------
 クレジットカード情報の変更
------------------------------ */

div.ac_form {
	width: 600px;
	text-align: center;
	margin: 20px auto;
	background-color: #eeece1;
}
div.ac_form p {
	padding: 10px 10px;
}

/* ------------------------------
 フッター
------------------------------ */

div.footer {
	text-align: center;
	padding: 20px auto;
	font-size: 0.9em;
	border-top: solid 1px #0051A2
}
div.footer p {
	margin: 10px auto;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

table.contact {
	margin: 20px 165px;
}
table.contact td {
}
table.contact p {
	margin: 5px;
}
td.contact01 {
	width: 150px;
}
td.contact02 {
	width: 350px;
}
