@charset "utf-8";
/*---------------------------------------------
				common ----------------------*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
a:link, a:active, a:visited {
	color: #F39;
	text-decoration: underline;
}
a:hover {
	color: #F69;
	text-decoration: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
.top10 {
	padding-top: 10px;
}
.top20 {
	padding-top: 20px;
}

/* font */
.red {
	color: #F39;
}
.bold14 {
	font-weight: bold;
	font-size: 14px;
}

/*---------------------------------------------
				header ----------------------*/
#header {
	width: 900px;
	height: 85px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#menu {
	width: 826px;
	height: 20px;
	padding: 5px 37px 20px 37px;
}
#menu ul {
	list-style: none;
}
#menu li {
	list-style: none;
	display: inline;
}
.menu01 {
	height: 20px;
	padding-right: 90px;
	float: left;
}
.menu02 {
	height: 20px;
	float: left;
}

/*---------------------------------------------
				left ------------------------*/
#left {
	width: 600px;
	float: left;
}
.ad02_back {
	width: 190px;
	height: 320px;
	padding-right: 10px;
	background-image: url(img/ad02.jpg);
	background-repeat: no-repeat;
	float: left;
}
.ad02 {
	width: 170px;
	height: 250px;
	padding: 10px;
}
.ad02_name {
	text-align: center;
	width: 160px;
	padding: 5px 5px 0 5px;
	font-weight: bold;
}
.ad02_pix {
	width: 160px;
	height: 100px;
	padding: 5px;
}
.ad02_txt {
	width: 160px;
	padding: 0 5px 5px 5px;
	line-height: 1.7em;
	font-size: 11px;
}
.ad02_btn {
	width: 170px;
	height: 40px;
	padding: 0 10px 10px 10px;
}
.exp {
	width: 560px;
	padding: 10px 20px 0 20px;
}
.exp dt {
	font-weight: bold;
}
.exp dd {
	padding-left: 20px;
}
.faq {
	width: 560px;
	padding-bottom: 10px;
	border-bottom: #999 dotted 1px;
	margin-bottom: 10px;
}
.question {
	width: 535px;
	height: 20px;
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url(img/question.jpg);
	background-repeat: no-repeat;
	color: #F39;
	font-weight: bold;
}
.answer {
	width: 515px;
	padding-left: 25px;
	margin-left: 20px;
	background-image: url(img/answer.jpg);
	background-repeat: no-repeat;
}

/*---------------------------------------------
				right -----------------------*/
#right {
	width: 300px;
	float: left;
}
.ad01_back {
	width: 300px;
	height: 400px;
	background-image: url(img/ad01.jpg);
	background-repeat: no-repeat;
}
.ad01 {
	width: 280px;
	height: 265px;
	padding: 10px 10px 0 10px;
}
.ad01_name {
	text-align: center;
	width: 270px;
	height: 30px;
	padding: 10px 5px;
	font-weight: bold;
	font-size: 14px;
}
.ad01_pix {
	width: 260px;
	height: 140px;
	padding: 0 10px;
}
.ad01_txt {
	width: 270px;
	padding: 5px 5px 0 5px;
	font-size: 11px;
	line-height: 1.6em;
}
.ad01_btn {
	width: 120px;
	height: 120px;
	padding: 0 5px 5px 175px;
}

/*---------------------------------------------
				footer ----------------------*/
#footer {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-top: 20px;
	border-top: #3CF solid 5px;
}
.footer_link {
	color: #666;
}
.footer_link a:link, .footer_link a:active, .footer_link a:visited {
	color: #666;
	text-decoration: none;
}
.footer_link a:hover {
	color: #666;
	text-decoration: underline;
}
.copy {
	color: #999;
	font-size: 10px;
	padding-top: 5px;
}

/*---------------------- // TABLE */
table {
	border-collapse: collapse;
}
td {
	padding: 5px;
	vertical-align: middle;
}
.td01 {
	width: 40%;
	background-color: #CFF;
	border: #FFF solid 2px;
	font-weight: bold;
}
.td02 {
	width: 60%;
	background-color: #E2FBFB;
	border: #FFF solid 2px;
}

/*---------------------- // FORM */
button {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 170px;
	height: 40px;
}
.send {
	width: 170px;
	height: 40px;
	padding: 20px 195px;
}
input:focus,textarea:focus {
	background-color: #FAE5FA;
}
label {
	display: block;
}
.label_10 {
	font-size: 10px;
}
.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: #F39;
	white-space: nowrap;
	display: inline;
}
.radio {
	float: left;
	width: 20px;
	padding-top: 5px;
}
.label {
	float: left;
	font-size: 12px;
	padding-right: 30px;
}

