@charset "utf-8";
/* CSS Document */

/* サイドメニュー　最上部ヘッダのコンテンツ部分 */
h1 {
	margin: 0 0 7px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	}
h2 {
	width: 600px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	background-color: #E6E6E6;
	color: #666;
	padding: 0;
	}
h3 {
	margin: 30px 0 5px;
	padding: 0;
	font-size: 13px;
	color: #039;
	line-height: 13px;
	}
h3.red {
	margin: 30px 0 5px;
	padding: 0;
	font-size: 13px;
	color: #cc0000;
	line-height: 13px;
	}
h3 img {
    vertical-align: middle;
	margin-right: 3px;
    }
h4 {
	margin: 10px 0px 0px 0px;
	padding-left: 13px;
	font-size: 15px;
	color: #5B5B5B;
	font-weight: bold;
	background-image: url(image/arrow_about.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing: 0.01em;
	}
p img {
    vertical-align: middle;
    }
.center {
	text-align: center;
    }	
.formcap {	
	font-size: 10px;
	color: #F00;
	text-align: right;
    }
.form_title {	
	margin-bottom: 7px;
    }
	
/* 表組 */
caption.side {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #996;
	padding: 7px;
	background-color: #996;
	}
table.table_shopping {
    padding: 0;
    border: none;
	font-size: 12px;
	line-height: 1.2em;
	table-layout: fixed;
    border-top: 1px solid #996;
    border-right: 1px solid #996;
	width: 100%;
	margin: 20px 0 10px;
    }
.table_shopping tbody th {
    border-bottom: 1px solid #996;
    padding: 5px 5px 3px;
    vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color: #7F7F55;
	background-color: #E6E69A;
	border-left: 1px solid #996;
    }
.table_shopping tbody td {
    border-bottom: 1px solid #996;
    padding: 5px 5px 3px;
    vertical-align: middle;
	text-align: left;
 	border-left: 1px dotted #996;
    }
.tw30 {
	width : 30%;
	}
.tw70 {
	width: 70%;
	}
.red {
	color: #F00;
	}
.snoopy {
	width: 150px;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	margin-top: -26px;
	float: right;
	}
/* 個人情報の取り扱いについて　利用規約 */
.kiyaku_box {
	width: 448px;
	padding: 10px 45px;
	margin:10px 20px;
	border: 1px dotted #666;
	/*background-color: #FFC;*/
	background-image:url(image/i_kiyaku_back.gif);
	}
.flow {
	overflow: scroll;
	width: 450px;
	height: 80px;
	margin:10px 0;
	background-color: #FFF;
	border: 1px solid #666;
	}
.mtb_tb5 {
	margin:5px 0;
	color: #333;
	}
	
/* 登録内容の変更　ログイン */
.passwdinput {
	width: 80%;
	background-color:#ccffff;
	border:1px dotted #0099ff;
	text-align: center;
	margin:auto;
}
.input01 {
	width:80%;
	text-align:center;
	/*border-bottom:2px solid #ccc;*/
	padding:15px 0;
}
.input02{
	width:80%;
	text-align:center;
	/*border-bottom:1px solid #666;*/
	padding:0 0;
}
.loginnoticearea {
	font-size: 12px;
	width:80%;
	text-align:center;
	background-color:#eee;
	border-top:1px dotted #0099ff;
	padding:10px 0;
	margin:auto;


}