/* CSS Document */

body {
	line-height: 140%;
	padding: 0px;
	margin: 0px;
	background-position: left top;
	background-image: url(../images/common/header_bg.jpg);
	background-repeat: repeat-x;
}


/* header */

#header {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	height: 98px;
}
#logo {
	float: left;
	margin-top: 23px;
}
h1 {
	padding: 0px;
	margin: 0px;
	height: 47px;
	width: 488px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/common/logo.jpg);
	text-indent: -9999px;
}
h1 a {
	display: block;
	height: 47px;
	width: 488px;
}
#fontsize {
	padding-left: 71px;
	margin-top: 27px;
	float: right;
	clear: right;
	height: 41px;
	width: 79px;
	background-position: left top;
	background-image: url(../images/common/fontsize_bg.jpg);
	background-repeat: no-repeat;
}
#fontsize ul {
}
#fontsize ul li {
	float: left;
}
#fontsize ul li.small a {
	font-size: 12px;
	display: block;
	height: 41px;
	width: 37px;
	background-image: url(../images/common/fontsize_s.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#fontsize ul li.small a:hover {
	background-image: url(../images/common/fontsize_s_over.jpg);
}
#fontsize ul li.large a {
	font-size: 12px;
	display: block;
	height: 41px;
	width: 37px;
	background-image: url(../images/common/fontsize_l.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#fontsize ul li.large a:hover {
	background-image: url(../images/common/fontsize_l_over.jpg);
}

/* header END */



/* contents */

#contents {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
#tel_head{
		height: 75px;
		width: 940px;
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url(../images/dial_tel_head.jpg);
		text-indent: -9999px;
}
#main {
	height: 320px;
	width: 940px;
}

#mainMail {
	font-size: 0.9em;
	width: 900px;
	margin: 20px auto;
}

#topMidashi {
	width: 900px;
	color: #FC9A00;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 3px #FD7100 solid;
	margin-bottom: 16px;
}

/*----- Dial -----*/
#tel {
	clear: both;
	height: 75px;
	width: 940px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/dial_tel_bg.jpg);
	font-size: 0.8em;
	_font-size: 0.9em;
	line-height: 1.4em;
}
.tel_info {
	clear: right;
	height: 75px;
	margin-left: 95px;
	width: 845px;
}

.tel_info p {
	padding-top: 15px;
	margin-left: 10px;
}

.tel_info dl.time {
	width: 475px;
	height: 20px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.tel_info dl.time dd span {
	margin: 0 1em 0 0;
}
.tel_info dl.day {
	height: 20px;
	width: 350px;
	margin-top: 10px;
	margin-left: 10px;
	clear: right;
	float: right;
}

.tel_info dl dt {
	margin-right: 5px;
	color: white;
	padding: 0;
	float: left;
	height: 20px;
}
.tel_info dl dt span {
	padding: 3px;
	background-color: #ff9900;
}
.tel_info dl dt dd {
	padding: 0 3px;
	clear: left;
}

/*----- Mail -----*/
#mail_w {
	width: 940px;
	display: block;
	height: 80px;
}
#mail {
	clear: both;
	float: left;
	height: 80px;
	width: 470px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/dial_mail_bg.jpg);
	font-size: 1.3em;
}
#mail p {
	margin-top: 30px;
	margin-left: 105px;
	font-weight: bold;
}
#fax {
	float: right;
	height: 80px;
	width: 470px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/dial_fax.jpg);
	text-indent: -9999px;
	clear: right;
}
img.border {
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*----- F.A.Q -----*/
#faq {
	line-height: 150%;
	width: 940px;
}

#faq h3 {
	margin-bottom: 10px;
	text-align: center;
}

#faq h4 {
	margin-top: 10px;
}

#faq ul {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0;
}

#faq ul li {
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 50px;
	height: 40px;
	list-style-type: none;
	font-size: 1.1em;
}
#faq ul li.n_owner {
	background: url(../images/n_owner.png) no-repeat left top;
}
#faq ul li.n_male {
	background: url(../images/n_male.png) no-repeat left top;
}
#faq ul li.n_female {
	background: url(../images/n_female.png) no-repeat left top;
}
#faq h5 {
	padding-top: 10px;
	text-align: center;
}

/*-----------------------*/
.mailText {
	margin-bottom: 20px;
}

#mailNotice {
	margin-top: -20px;
}

#mailNotice li {
	list-style: disc;
	margin: 0px 0px 0px 20px;
}

.noticeSSL {
	font-size: 0.9em;
}

.btnForm {
	margin: 24px auto;
}

/* contents END */

/* 個人情報保護方針 */
#privacy {
	padding: 25px 0;
	width: 700px;
	margin: 0 auto;
}
#privacy h2 {
	width: 700px;
	height: 36px;
	background: url(../images/header_privacy.jpg) no-repeat left top;
	margin: 0 0 25px 0;
	text-indent: -9999px;
}
#privacy p {
	margin: 0 15px;
}
#privacy ol {
	margin: 0 15px 0 3.5em;
}
#privacy ol li {
	list-style-type: decimal;
	margin: 1em 0 0 0;
}

/* footer */
#footer_link {
	text-align: center;
	margin-top: 15px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	border-top-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 20px;
	width: 940px;
}

#footer ul {
	width: 683px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	display: block;
	width: 150px;
	text-align: center;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	color: #999999;
	text-decoration: none;
	font-size: 0.7em;
}

#footer ul li a:hover {
	color: #333333;
}

#footer ul li a.none {
	border-style: none;
}

#copyright {
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	color: #333333;
	font-size: 0.7em;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/common/copyright_bg.jpg);
	height: 20px;
}

/* footer END */
