@charset "utf-8";
/*---------------------------------------
			common---------------------*/
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #000;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.5em;
}
a:link, a:active, a:visited {
	color: #B91337;
	text-decoration: underline;
}
a:hover {
	color: #B91337;
	text-decoration: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#footer {
	width: 100%;
	background-color: #333;
	padding: 20px 0;
	margin-top: 20px;
	color: #999;
	font-size: 10px;
	line-height: 1.4em;
}
.top10 {
	padding-top: 10px;
}
.top_dot {
	border-top: dotted 1px #999;
	padding-top: 5px;
	margin-top: 5px;
}
/* font */
.red {
	color: #C00;
}
.bold {
	font-weight: bold;
}

/*---------------------------------------
			header---------------------*/
#header {
	width: 900px;
	height: 155px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
.logo {
	width: 222px;
	height: 57px;
	padding: 29px 0;
}
#menu {
	width: 900px;
	height: 30px;
	padding-bottom: 10px;
}
#menu ul {
	list-style: none;
}
#menu li {
	list-style: none;
	display: inline;
}
.menu {
	width: 100px;
	height: 30px;
	float: right;
}

/*---------------------------------------
			left-----------------------*/
#left {
	width: 250px;
	padding-right: 10px;
	float: left;
}
.left_back01 {
	width: 220px;
	height: 200px;
	background-color: #FFF;
	padding: 15px;
}
.left_back02 {
	width: 230px;
	padding: 10px;
	background-color: #FFF;
	height: 1060px;
}

/*---------------------------------------
			right----------------------*/
#right {
	width: 640px;
	float: left;
}
.right_back_top {
	width: 640px;
	background-color: #FFF;
	height: 990px;
}
.right_back_top2 {
	width: 640px;
	background-color: #FFF;
	height: 440px;
}

.right_keitai{
	width: 640px;
	background-color: #FFF;
	height: 200px;
}
.right_keitai_box {
	width: 600px;
	padding: 20px 20px 20px 20px;
}

.right_back_agreement {
	width: 640px;
	height: 600px;
	background-color: #FFF;
}
.right_back_agreement dl {
	border-bottom: #999 dotted 1px;
	padding: 10px;
}
.right_back_agreement dt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.right_back_agreement dd {
	padding-left: 10px;
}
.right_back_agreement li {
	margin-left: 2.5em;
	list-style-type: disc;
}
.right_back_agreement .date {
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
}
.agreement {
	width: 600px;
	height: 530px;
	overflow: auto;
	background-color: #DDD;
}
.privacy {
	width: 600px;
	height: 530px;
	background-color: #DDD;
}
.right_box {
	width: 600px;
	padding: 0 20px 20px 20px;
}
.right_box2 {
	width: 600px;
	padding: 20px;
}
.title {
	font-size: 14px;
	line-height: 1.6em;
	padding: 0 10px;
}

/*---------------------- // TABLE */
table {
	border-collapse: collapse;
}
td {
	padding: 5px;
	vertical-align: middle;
}
.td01 {
	width: 40%;
	background-color: #FC0;
	border: #FFF solid 2px;
	font-weight: bold;
}
.td02 {
	width: 60%;
	background-color: #FF9;
	border: #FFF solid 2px;
}
.td03 {
	width: 32%;
	text-align: center;
	border: #CCC solid 1px;
}
.td04 {
	width: 10%;
	border: #CCC solid 1px;
	text-align: center;
}
.td05 {
	width: 22%;
	border: #CCC solid 1px;
	font-weight: bold;
	text-align: center;
}
.td06 {
	width: 35%;
	background-color: #DDD;
	border: #CCC solid 1px;
	font-weight: bold;
}
.td07 {
	width: 65%;
	background-color: #FFF;
	border: #CCC solid 1px;
}
.td_border {
	width: 2%;
}

/*---------------------- // FORM */
button {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 180px;
	height: 40px;
}
.send {
	width: 180px;
	height: 40px;
	padding: 20px 210px 0 210px;
}
input:focus,textarea:focus {
	background-color: #FFC;
}
label {
	display: block;
}
.label_10 {
	font-size: 10px;
	line-height: 1.4em;
}
.label_12 {
	font-size: 12px;
}
fieldset#newsletter_topics label { 
	display: inline;
	width: auto;
}
textarea {
	width: 24em;
	clear: both;
}
input.txt {
	width: 20em;
	clear: both;
	display: block;
}
input.text {
	width: 12em;
	clear: both;
	display: block;
}
input.text2 {
	width: 8em;
	clear: both;
	display: block;
}
.error {
	color: #F00;
	white-space: nowrap;
	display: inline;
}
.radio {
	float: left;
	width: 20px;
	padding-top: 5px;
}
.checkbox {
	float: left;
	width: 20px;
	padding-top: 3px;
}
.label {
	float: left;
	font-size: 12px;
	padding-right: 25px;
}

