@charset "utf-8";
/* CSS Document */


@import "reset.css";

body {
	margin:0px;
	padding:0px;
	text-align:justify;
	color:#333333;
	font-size:14px;
	background-color:#ffffff;
	background-image:url(images/bb_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
}

p {
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:14px;
	line-height:20px;
	text-align:justify;
}

p a:link {
	color:#666666;
	border:none;
	text-decoration:none;
}
p a:visited {
	color:#666666;
	border:none;
	text-decoration:none;
}
p a:hover {
	color:#c2c2c2;
	border:none;
	text-decoration:underline;
}


strong {
	color:#ff9f06;
	margin:0px;
	padding:0px;
	font-size:16px;
}

span {
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#container {
	margin:0px auto 0px auto;
	padding:0px;
	width:650px;
}



h1 {
	font-size:14px;
	font-weight:normal;
	color:#333333;
	padding:10px 0px 0px 0px;
}
h1 a {
	color:#333333;
	text-decoration:none;
}
h1 a:link {
	color:#333333;
	text-decoration:none;
}
h1 a:visited {
	color:#333333;
	text-decoration:none;
}
h1 a:hover {
	color:#333333;
	text-decoration:underline;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:#bb0301;
	padding:0px 0px 0px 10px;
	margin:5px 0px 20px 0px;
	border-left:5px solid #bb0301;
}

/* まえがき */
.privacy_front {
	border:1px solid #333333;
	margin:0px 0px 20px 0px;
}
.privacy_front p {
	padding:10px;
	margin:0px;
	font-size:12px;
}

/* 本文 */
.privacy_body {
	margin:0px 0px 20px 0px;
	padding:0px;
}
.privacy_title1 {
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 10px 0px;
	color:#bb0301;
}
.privacy_title2 {
	font-size:14px;
	padding:0px 0px 10px 0px;
}
.privacy_txt {
	font-size:12px;
	line-height:18px;
	padding:0px 0px 10px 18px;
}
.privacy_txt2 {
	font-size:12px;
	line-height:18px;
	padding:0px 0px 20px 18px;
}
.privacy_txt3 {
	font-size:12px;
	line-height:18px;
	padding:0px 0px 0px 18px;
}


/* 特定商取引法に基づく表記について */
.law {
	padding:0px 0px 30px 0px;
}
.law_table {
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
	width:650px; 
}
.law_table_tdL {
	border-right:1px dotted #333333;
	border-bottom:1px solid #333333;
	width:200px;
}
.law_table_tdL p {
	padding:5px;
}
.law_table_tdR {
	border-bottom:1px solid #333333;
}
.law_table_tdR p {
	padding:5px;
}


/* チェックボックス */
.voice_free {
	width:650px;
	margin:0px auto 0px auto;
	padding:0px;
}
.voice_free ul {
	padding:20px;
}
.voice_free li {
	font-size:14px;
	line-height:24px;
	padding:10px 0px 10px 40px;
	background-image:url(img/002-checkmark.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.voice_free_title {
	border:1px solid #333333;
	margin:0px 0px 20px 0px;
}
.voice_free_title p {
	padding:20px 0px 0px 20px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
}
.voice_free_title2 {
	padding:0px;
	margin:0px auto 20px auto;
	font-size:14px;
	width:610px;
}
.voice_free_title2 p {
	text-align:right;
}
.voice_dl {
	padding:0px;
	margin:0px auto 50px auto;
	width:650px;
}
.voice_kome {
	padding:0px;
	font-size:10px;
	color:#bb0301;
	text-align:center;
	line-height:12px;
}


/* フッター */
#footer {
	border-top:1px solid #333333;
	padding:10px;
	text-align:center;
}
#footer p {
	text-align:center;
	font-size:12px;
}







