@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

address {
	font-style: normal;	
}
.w150 {
	width: 150px;	
}
.w600 {
	width: 600px;
	margin: 0 auto;
	font-size: 12px;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;	
}
.vertical-align-top {
	vertical-align: text-top;	
}
.red {
	color: red;	
}
.mtb-10 {
	margin: 10px 0;	
}
h1 {
	margin: 0 0 20px 0;
	padding:0;
	display: block;
	padding: 10px 0 10px 0;
	background: url(../imgs/title_bg.jpg) repeat-x;
	text-align: center;
}

.tbl01 {
	border-collapse: collapse;
	border: solid 2px #999999;
}
.tbl01 td {
	padding: 8px;
	border: solid 1px #999999;
	line-height: 120%;
}
.tbl01 th {
	padding: 8px;
	background: #ebebeb;
	font-weight: normal;
	border: solid 1px #999999;
}
.tbl02,
.tbl03 {
	margin: 0;
	border: none;
}
.tbl02 td {
	border: none;
	padding: 3px;
	text-align: left;
}
.tbl03 td {
	border: none;
	padding: 0;
	text-align: left;
}
.link-color01 a {
	color: #6600FF;	
	font-size: 14px;
	text-align: center;
}
.waku-red {
	width: 300px;
	border :solid #F00 2px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	line-height: 160%;
}
.naire-tyumon a {
	margin: 30px auto;
	width: 250px;
	height: 33px;
	background: url(images/b_tyumon_toi.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	border: 0;
}
.naire-tyumon a:hover {
	margin: 30px auto;
	width: 250px;
	height: 33px;
	background: url(images/b_tyumon_toi_ov.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	border: 0;
}
.secondpulldown {
	display: none;
	color: #F00;
	font-size: 12px;
}

span {
	color: #ff0000;
	font-weight: bold;
}


/* Contact top */

body { 
	background-image: none;
	background: #fff;
}

header,
div.fixmenu {
	display:none;
}

#page-top {
	line-height: 100%;
}

footer h1 {
	margin: 0;
	padding: 0;
	background: none;
}

footer p {
	line-height: 100%;
}

/*----------*/


#contact-main {
	margin: 30px auto;
	width: 600px;
}

#contact-main h3 {
	font-family: '梅ゴシックC4';
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px 0;
}

#contact-main h3 a {
	width: 400px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px;
	color: #000;
	background-color: #fdede4;
	text-decoration: none;
	display: block;
	margin: 0 auto;
}

#contact-main h3 a:hover {
	background-color:#ffbf80;
}


#contact-main div.site-top {
	margin: 60px auto 30px;
	text-align: center;
	font-size: 18px;
}

#contact-main div ul {
	width: 350px;
	margin: 15px auto;
	list-style-type: disc;
	line-height: 1.6;
}

#contact-main div p:before {
	content: "※";
	margin-right: 5px;
}
#contact-main div p {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 30px;
}

#contact-main div p a {
	color: #ff6600;
	text-decoration: underline;
}
#contact-main div p a:hover {
	opacity: 0.8;
}

#contact-main div p br {
	display: none;
}