/*** 初期化 ***/
* {
	margin: 0;
	padding: 0;
	border: 0;
	color: #3D3D3D;
	text-decoration: none;
}

/*** 基本設定(再定義) ***/
body {
	width: 950px;
	color: #3D3D3D;
	font-size: 13px;
	line-height: 18px;
	margin: 0 auto 0 auto;
}
a {
	color: #2200C1;
	text-decoration: underline;
}
a:hover {
	color: #007BD7;
	text-decoration: none;
}
p { margin-bottom: 1.5em; }
h2 {
	height: 27px;
	font-size: 20px;
	text-indent: 0px;
	margin-bottom: 20px;
	padding: 7px 0 0 20px;
	border-bottom: 1px dashed #A9A9CB;
	background: url(../img/h2-background-red.gif) no-repeat 0 0;
}
h3 {
	height: 28px;
	width: 735px;
	font-size: 15px;
	padding: 13px 0 0 15px;
	margin: 25px 0 15px 0px;
	background: url(../img/h3-background-red.gif) repeat-x 0 0;
}
h4 {
	width: 731px;
	font-size: 16px;
	margin: 20px 0 15px 0;
	padding: 5px 0 5px 15px;
	background-color: #FEEDED;
	border-left: 4px solid #FCB2B4;
}

/*** order-header **/
.order-header {
	width: 950px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #CCC;
}
.order-header dt {
	float: left;
	margin: 15px 130px 20px 20px;
}
.order-header dd { margin-left: 20px; }

/*** footer ***/
#footer {
	width: 100%;
	clear: both;
	font-size: 13px;
	padding: 25px 0 15px 0;
	background-color: #F2F2F7;
	border-top: 1px dashed #A9A9CB;
}
#footer a {
	color: #3D3D3D;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: underline;
}
.footer-category-list {
	clear: both;
	float: left;
	width: 950px;
	font-size: 13px;
	text-align: left;
	padding-top: 50px;
	list-style-type: none;
}
.footer-category-list li {
	float: left;
	padding: 0 10px 0 10px;
	background: url(../img/list-red.gif) no-repeat 0 50%;
}
.footer-category-list li a {
	color: #3D3D3D;
	text-decoration: none;
}
.footer-category-list li a:hover {
	color: #999;
	text-decoration: underline;
}
.footer-topup {
	float: left;
	padding-top: 50px;
}
.footer-copyright {
	font-size: 16px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}


/*** order-main-side ***/
#order-main-side {
	width: 750px;
	clear: both;
	margin: 20px auto 0 auto;
}

/*** member-form-table ***/
table.member-form-table{
	width: 750px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #CACADF;
}
table.member-form-table th{
	font-size: 13px;
	text-align: center;
	padding: 5px 0 5px 0;
	background-color: #EEEEF4;
	border: 1px solid #CACADF;
}
table.member-form-table td{
	font-size: 13px;
	padding: 5px;
	border: 1px solid #CACADF;
}

/*** medium-table ***/
table.medium-table{
	width: 95%;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #CACADF;
	border-left: none;
	margin: 5px 0 5px 0;
}
table.medium-table th{
	font-size: 13px;
	text-align: center;
	background-color: #FEEDED;
	border-top: 1px dashed #CACADF;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
table.medium-table td{
	font-size: 13px;
	padding: 8px;
	border-top: 1px dashed #CACADF;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

/*** order-payment ***/
.form-payment {
	margin: 0px;
	padding: 0px;
	display: inline;
}
.order-payment-button { border: 1px solid #CCC; }

/*** form 共通 ***/
input, select, textarea { border: 1px solid #CACADF; }
.order-submit {
	width: 750px;
	text-align: center;
	margin: 1.5em auto 0 auto;
	background-color: #EEEEF4;
}

/*** text-color ***/
.text-red { color: #FF1E56; }
.text-orange { color: #F60; }

/*** その他共通 ***/
.member-text-ad { margin: 1.5em 0 1.5em 0; }


