/* ページの基本デザイン用CSS */
html{
	font-size:62.5%;
}

body{
	margin:0;
	background-color: #f8f8ff;
}

h1{
	margin:0;
	font-size:1em;
	font-weight:normal;
}

#container{
	width:900px;
	margin:auto;
	background-color: #ffffff;
}

#header{
	width:900px;
	height:90px;
	border:solid 1px #ffffff
}

#wrapper{
	background-color: #ffffcc;
	overflow:hidden;
}

#content{
	width:620px;
	float:right;
	margin:40px 0;
	padding-left:15px;
	background-color: #ffffff;
}

#side{
	width:250px;
	float:left;
	margin:40px 0;
}

	.menu{
		width:250px;
		font-size:1.4em;
	}

	.menu li{
		margin-bottom:3px;
		line-height:1.2;
		list-style-type:none;
	}

	.menu li a{
		display:block;
		line-height:20px;
		padding-left:5px;
		background-color:#ffffff;
		color:#000000;
		border-right: solid 1px #696969;
		border-bottom: solid 1px #696969;
		text-decoration:none;
	}

	.menu .green a{
		padding-left:25px;
/*		background-color:#fffff0;	*/
		background-image:url(img/arrow40-009.gif);
		background-repeat:no-repeat;
		background-position:3px 2px;
	}
	.menu .orange a{
		padding-left:25px;
/*		background-color:#fffacd;	*/
		background-image:url(img/arrow40-011.gif);
		background-repeat:no-repeat;
		background-position:3px 2px;
	}
	.menu .yellow a{
		border-left: solid 20px #ffff00;
	}
	.menu .consul a{
		padding-left:25px;
/*		background-color:#fffafa;	*/
		background-image:url(img/arrow40-004.gif);
		background-repeat:no-repeat;
		background-position:3px 2px;
	}
	.menu .red a{
		padding-left:25px;
		background-color:#fffafa;
		background-image:url(img/mail01-002.gif);
		background-repeat:no-repeat;
		background-position:3px 2px;
	}
	.menu .blue a{
		padding-left:25px;
/*		background-color:#f8f8ff;	*/
		background-image:url(img/arrow40-020.gif);
		background-repeat:no-repeat;
		background-position:3px 2px;
	}
/*
	.menu .violet a{
		border-left: solid 20px #ee82ee;
	}
*/
	.menu .violet a{
		padding-left:25px;
/*		background-color:#fffff0;	*/
		background-image:url(img/pencil04-006.gif);
		background-repeat:no-repeat;
		background-position:3px 2px;
	}
	.menu li a:hover{
		color:#ffffff;
		background-color:#9acd32;
	}
	.menu .green a:hover{
		background-color:#9acd32;
	}
	.menu .orange a:hover{
		background-color:#ffa500;
	}
	.menu .yellow a:hover{
		background-color:#ffff00;
	}
	.menu .consul a:hover{
		background-color:#b22222;
	}
	.menu .red a:hover{
		background-color:#b22222;
	}
	.menu .blue a:hover{
		background-color:#add8e6;
	}
	.menu .violet a:hover{
		background-color:#9acd32;
	}

	.menu ul{
		margin:0;
		padding:0;
		margin-left:10px;
	}

	.menu ul ul{
		margin-top:3px;
		margin-left:20px;
	}

	.contact-menu{
		width:240px;
		font-size:1.8em;
		margin-left:10px;
		margin-bottom:10px;
	}

	.contact-menu li{
		margin-bottom:3px;
		line-height:1.5;
		list-style-type:none;
	}

	.contact-menu li a{
		display:block;
		line-height:30px;
		padding-left:5px;
		text-decoration:none;
		border-right: solid 1px #696969;
		border-bottom: solid 1px #696969;
		background-image:url(img/arrow39-011.gif);
		background-repeat:no-repeat;
		background-position:215px 7px;
	}

	.contact-menu ul{
		margin:0;
		padding:0;
	}

	.contact-menu li a:hover{
		color:#ffffff;
		background-color:#ffa500;
	}

	.contact-menu .contact a{
		font-weight:bold;
		color:#b22222;
		background-color:#f5f5f5;
	}

	.tel-menu{
		margin-left:5px;
	}

#navi{
	font-size:1.4em;
	width:900px;
	position:absolute;
	top:92px;
	background-color: #9acd32;
}

	#navi ul{
		margin:0;
		padding:0;
	}

	#navi li{
		list-style-type:none;
		float:left;
	}

	#navi li a{
		display:block;
		width:100px;
		line-height:30px;
		border-right: solid 1px #ffffff;
		font-weight:bold;
		text-align:center;
		text-decoration: none;
		color:#ffffff;
	}

	#navi li a:hover{
		background-color: #6b8e23;
	}

#footer{
	width:900px;
	clear:both;
	background-color:#6b8e23;
}

	#footer_inner{
		padding: 10px 10px;
	}

	#footer p{
		color:#ffffff;
		font-size:1.2em;
		margin:0;
		text-align:center;
	}

.caution{
	color:#ff0000;
}

.area{
	margin-left:10px;
	background-color: #ffffff;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
}
.area p{
	margin:0;
	margin-bottom:10px;
}
.area-t{
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	background-color:#9acd32;
}
.area-l{
	font-size:0.8em;
}

.link{
	font-size:1em;
}

.link li{
	margin-bottom:5px;
	list-style-type:square;
}

.link ul ul{
	margin:0;
	padding:0;
	margin-left:10px;
	padding-left:10px;
}

.link ul ul li{
	list-style-type:none;
}

#consul-navi{
	width:620px;
	margin:auto;
}

#consul-link{
	width:250px;
	float:left;
	margin:15px 0;
}

#consul-telfax{
	width:250px;
	float:right;
	margin:15px 0;
}

#flow{
	width:620px;
	margin-bottom:20px;
}

#prev_next{
	width:510px;
}
#prev{
	float:left;
}
#next{
	float:right;
}

.reqest{
	padding-left:200px;
	margin-top:20px;
	margin-bottom:20px;
}

.reqest li{
	list-style-type:none;
	line-height:0;
}

.reqest li a{
	width:180px;
	display:block;
	line-height:32px;
	background-image:url(img/menubtn05-013.jpg);
	background-repeat:no-repeat;
	color:#b22222;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.reqest1{
	padding-left:180px;
	margin-top:20px;
	margin-bottom:20px;
}

.reqest1 li{
	list-style-type:none;
	line-height:0;
}

.reqest1 li a{
	width:242px;
	display:block;
	line-height:55px;
	background-image:url(img/aquab09-005.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:2em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.page{
	padding-left:200px;
	margin-top:20px;
	margin-bottom:20px;
}

.page li{
	list-style-type:none;
	line-height:0;
}

.page li a{
	width:180px;
	display:block;
	line-height:32px;
	background-image:url(img/menubtn05-016.jpg);
	background-repeat:no-repeat;
	color:#556b2f;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.ad{
	font-size:1em;
}

.ad p{
	margin:0;
	padding-left:10px;
}

.ad a{
	text-decoration:none;
}

.voice{
	width:600px;
	margin-top:10px;
	margin-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-top: solid 1px #696969;
	border-bottom: solid 3px #696969;
	border-left: solid 1px #696969;
	border-right: solid 3px #696969;
}

.voice p{
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:10px;
}

.qanda-q{
	width:570px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-top: solid 1px #696969;
	border-bottom: solid 3px #696969;
	border-left: solid 1px #696969;
	border-right: solid 3px #696969;
	background-image:url(img/qanda01-026.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:25px;
}

.qanda-q p{
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:10px;
	font-weight:bold;
}

.qanda-a{
	width:570px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	border-top: solid 1px #696969;
	border-bottom: solid 3px #696969;
	border-left: solid 1px #696969;
	border-right: solid 3px #696969;
	background-image:url(img/qanda01-036.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:25px;
}

.qanda-a p{
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:10px;
}

