@charset "utf-8";
/*--------------------------------------------
					common--------------------*/
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	background-color: #DEC;
	text-align: center;
}
img {
	border: none;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
a:link, a:active, a:visited {
	color: #869676;
	text-decoration: underline;
}
a:hover {
	color: #F30;
	text-decoration: none;
}

/* font */
.size18b {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
}
.red {
	color: #F30;
}
.catch {
	font-size: 18px;
	font-weight: bold;
	color: #F30;
	padding-bottom: 10px;
}
/*--------------------------------------------
					header-------------------*/
#header {
	width: 800px;
	height: 100px;
	padding-bottom: 20px;
	background-image: url(img/header_back.jpg);
	background-repeat: no-repeat;
}
.logo {
	width: 215px;
	height: 50px;
	padding: 30px 35px 20px 0;
	float: left;
}
.menu_wrap {
	width: 550px;
	height: 100px;
	float: left;
}
.menu_wrap ul {
	list-style: none;
}
.menu_wrap li {
	list-style: none;
	display: inline;
}
.menu {
	width: 100px;
	height: 100px;
	padding-left: 10px;
	float: left;
}
/*--------------------------------------------
					main---------------------*/
#main {
	width: 760px;
	padding: 15px;
	border: #CCD3C8 solid 5px;
	background-color: #FFF;
}
#wraper {
	width: 760px;
	padding-top: 20px;
}
.bar {
	width: 760px;
	height: 40px;
	padding-bottom: 10px;
}
.txt_area {
	width: 720px;
	padding: 0 20px;
	line-height: 1.8em;
}

/* HOME */
#left {
	width: 370px;
	padding-right: 20px;
	padding-top: 10px;
	float: left;
}
#right {
	width: 370px;
	padding-top: 10px;
	float: left;
}
.box {
	width: 368px;
	height: 98px;
	border: #869676 solid 1px;
	margin-top: 10px;
}
.pix {
	width: 120px;
	height: 90px;
	padding: 4px;
	float: left;
}
.box_right {
	width: 240px;
	height: 98px;
	float: left;
}
.co_name {
	width: 225px;
	height: 60px;
	padding: 4px 9px 5px 6px;
}
.btn {
	width: 150px;
	height: 30px;
	padding-left: 90px;
}

/* FAQ */
.faq {
	width: 720px;
	padding-bottom: 10px;
	border-bottom: #869676 dotted 1px;
	margin-bottom: 10px;
}
.question {
	width: 690px;
	height: 20px;
	padding-left: 30px;
	margin-bottom: 10px;
	background-image: url(img/question.jpg);
	background-repeat: no-repeat;
	color: #F30;
	font-weight: bold;
}
.answer {
	width: 690px;
	padding-left: 30px;
	background-image: url(img/answer.jpg);
	background-repeat: no-repeat;
}

/* co */
.co_bar {
	width: 720px;
	height: 27px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background-image: url(img/bar.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 13px;
}
.co_left {
	width: 200px;
	height: 150px;
	padding-right: 10px;
	float: left;
}
.co_right {
	width: 510px;
	height: 150px;
	float: left;
}
.co_txt {
	width: 510px;
	height: 110px;
}
.shousai {
	width: 180px;
	height: 40px;
	padding-left: 330px;
}
.shousai2 {
	width: 180px;
	height: 40px;
	padding: 20px 270px 0 270px;
}

/* TABLE */
table {
	border-collapse: collapse;
}
td {
	padding: 5px;
	vertical-align: middle;
}
.td01 {
	width: 40%;
	background-color: #CDE199;
	border: #FFF solid 2px;
	font-weight: bold;
}
.td02 {
	width: 60%;
	background-color: #E4EFC9;
	border: #FFF solid 2px;
}
.td03 {
	width: 100%;
	border: #869676 solid 1px;
	background-color: #DEC;
	color: #869676;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.td04 {
	width: 40%;
	border: #869676 solid 1px;
	font-weight: bold;
}
.td05 {
	width: 60%;
	border: #869676 solid 1px;
}

/* FORM */
button {
	border: none;
	padding: 0px;
	margin: 0px;
	width: 150px;
	height: 30px;
}
.send {
	width: 150px;
	height: 30px;
	padding: 20px 285px;
}
input:focus,textarea:focus {
	background-color: #FF9;
}
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: #F00;
	white-space: nowrap;
	display: inline;
}
.radio {
	float: left;
	width: 20px;
	padding-top: 5px;
}
.label {
	float: left;
	font-size: 12px;
	padding-right: 30px;
}
/*--------------------------------------------
					footer-------------------*/
#footer {
	width: 800px;
	padding: 20px 0;
	color: #869676;
	text-align: center;
}
.copy {
	font-size: 10px;
	padding-top: 5px;
}

