body * {
	margin: 0;
	padding: 0;
}
body {
	font-family: Meiryo,"CI",Hiragino Maru Gothic Pro,"qMm?S Pro W4",MS-Gothic,"lr SVbN",sans-serif;
	color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image : url(../_parts/img/both/back_bottom.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position : 100% 100%;
}

 
table {
	font-size: 1em;
}



a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #9ACC99;
	text-decoration: none;
}
a:hover {
	color: #9ACC99;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

body a img {
	border: 0;
}

#bg_top {
	width: 600px;
	height: 386px;
	background-image : url(../_parts/img/both/back_top.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position : 0% 0%;
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

/* position-fixed ie6 */
body {
    _filter:expression('');
}
#bg_top {
    _position:absolute;
    _top: expression(
        document.documentElement && document.documentElement.scrollTop  || 
        document.body && body.scrollTop  || 0
        + 0 + 'px'
    );
    _left:expression(
        document.documentElement && document.documentElement.scrollLeft || 
        document.body && body.scrollLeft || 0
        + 0 + 'px'
    );
}

#container_bg {
	width: 870px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../_parts/img/both/dropshadow.png);
	background-repeat: y;
	margin-top: 0;
	position: relative;
	top: 0;
	z-index: 2;
}


#content_main .photo {
	float: right;
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	margin: 1em 0 1em 1em;
}

#content_main .photo2 {
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	margin: 1em 1em 1em 1em;
}
#content_main .photo3 {
	text-align: center;
	margin-top: 50px;
}
#content_main .photo4 {
	float: left;
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	margin: 1em 1em 1em 1em;
}
/* {??Rei1??
----------------------------------*/

#container {
	width: 820px;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
}


/* header??
----------------------------------*/

	#header1 {
		width: 820px;
		min-height: 150px;
		background-color: #FFFFFF;
		margin-bottom: 1em;
	}
		#header1 img {
			vertical-align: bottom;
		}
		#header1 ul li {
			list-style-type: none;
			float: left;
		}
	#header2 {
		width: 610px;
		height: 41px;
		text-align: right;
		background-image: url(../_parts/img/top/title_bar2.jpg);
		margin-bottom: 15px;
		float: left;
		clear: left;
	}
		#header2 .hd2 {
			font-size: 12px;
		}
		
		#header2 p {
			margin-right: 10px;
			position: relative;
			top: 15px;
		}
		#header2 #page_tel {
			font-size: 15px;
			color: #CC0000;
			margin-left: 0.5em;
		}


/* navi??
----------------------------------*/

	#navi {
		width: 160px;
		min-height: 600px;
		margin-top: 13px;
		clear: left;
		float: left;
		background-color: #FFFFFF;
	}
	
	#navi li {
		list-style-type: none;
		font-size: 0;
		line-height: 0;
	}
	#navi img {
		vertical-align: bottom;
	}
		#side_menu1 {
			width: 160px;
			height: 240px;
		}
		#side_menu2 {
			width: 160px;
			height: 300px;
			margin-top: 20px;
		}
		
		#side_menu3 {
			width: 160px;
			height: 300px;
			margin-top: 20px;
		}
		#side_menu3 .bana {
			margin: 3px 0 3px 0;
			border: 1px;
			border-color: #C0C0C0;
			border-style: solid;
		}

/* main??
----------------------------------*/

	#main {
		width: 660px;
		min-height: 700px;
		margin-bottom: 100px;
		float: right;
		background-color: #FFFFFF;
	}


	/* contents head??
	----------------------------------*/

		#head_title {
			width: 660px;
			height: 55px;
			background-image: url(../_parts/img/page/heder_title_foot.jpg);
		}
			#head_title h1 {
				width: 300px;
				height: 55px;
				font-size: 22px;
				letter-spacing: -2px;
				margin-left: 15px;
				font-weight: bold;
				color: #808080;
				position: relative;
				top: 23px;
			}


		/* head_navi??
		----------------------------------*/
		
			#head_navi {
				width: 660px;
				height: 55px;
				background-image: url(../_parts/img/page/heder_navi_foot.jpg);
			}
				#head_navi_menu {
					width: 390px;
					height: 15px;
					font-size: 12px;
					color: #9ACC99;
					text-align: right;
					position: relative;
					top: 15px;
					left: 60px;
					background-color: ;
					line-height: 6px;
				}
				#price_list {
					text-align: left;
					position: relative;
					top: 5px;
					}
					
					#head_navi_menu a:link {
						color: #9ACC99;
						text-decoration: none;
					}
					#head_navi_menu a:visited {
						color: #9ACC99;
						text-decoration: none;
					}
					#head_navi_menu a:hover {
						color: #808080;
						text-decoration: none;
					}
					#head_navi_menu a:active {
						color: #000000;
						text-decoration: none;
					}
				#back_next {
					width: 100px;
					height: 20px;
					font-size: 12px;
					color: #FFFFFF;
					text-align: center;
					position: relative;
					top: 2px;
					left: 485px;
					}
					
					#back_next a:link {
						color: #FFFFFF;
						text-decoration: none;
					}
					#back_next a:visited {
						color: #FFFFFF;
						text-decoration: none;
					}
					#back_next a:hover {
						color: #808080;
						text-decoration: none;
					}
					#back_next a:active {
						color: #000000;
						text-decoration: none;
					}


		/* head_menubox??
		----------------------------------*/
		
			#head_menubox {
				width: 660px;
				height: 55px;
				position: relative;
				top: -20px;
				background-image: url(../_parts/img/page/heder_menu_foot.jpg);
			}
				#head_menu1 {
					width: 630px;
					height: 14px;
					position: relative; 
					top: 15px;
					left: 20px;
					font-size: 10px;
				}
					#head_menu1 li {
						list-style: none;
						float: left;
						margin-left: 10px;
					}
				#head_menu2 {
					width: 630px;
					height: 14px;
					margin-top: 19px;
					margin-left: 20px;
					font-size: 10px;
				}
					#head_menu2 li {
						list-style: none;
						float: left;
						margin-left: 10px;
					}


	/* content_title??
----------------------------------*/

		#content_title {
			width: 660px;
			height: 25px;
			position: relative;
			top: -10px;
			background-image: url(../_parts/img/page/contents_title_foot.jpg);
		}
			#content_title #ct1 {
				font-size: 12px;
				color: #9ACC99;
				position: relative;
				top: 5px;
				left: 35px;
			}
			#content_title #ct2 {
				font-size: 17px;
				color: #808080;
				position: relative;
				top: -1px;
				left: 35px;
				letter-spacing: 0.2em;
			}
			#content_title #ct3 {
				font-size: 10px;
				color: #808080;
				letter-spacing: 0.2em;
			}

	/* content_main??
----------------------------------*/

		#content_main {
			width: 570px;
			height: auto;
			margin-left: 30px;
			margin-bottom: 0;
			background-color: #FFFFFF;
			font-size: 12px;
			line-height: 1.5em;
		}
		#content_main h3 {
			font-size: 15px;
			line-height: 1.8em;
			margin-top: 30px;
		}
		#content_main h4 {
			font-size: 13px;
			margin-top: 2.5em;
		}
		#content_main p {
			margin-top: 10px;
			margin-left: 1em;
			margin-bottom: 10px;
		}
		#content_main li {
			margin-top: 0.5em;
			margin-left: 4em;
			text-indent: -1em;
			line-height: 1em;
			list-style: none;
		}
		#content_main ul {
			margin: 2em 0 2em 0;
		}
		#content_main .img {
			float: right;
			margin: 10px 0px 10px 10px;
		}


	/*footer??
----------------------------------*/

.hr_line {
	width: 820px;
	height: 15px;
	clear: both;
	background-color: #FFFFFF;
}
.hr_line hr {
	position: relative;
	top: 5px;
}

#footer_navi {
	width: 820px;
	height: 70px;
	clear: both;
		_display: inline;
		_text-align: center;
	background-color: #FFFFFF;
}

	#fn1 {
		width: 590px;
		height: 30px;
		position: relative;
		top: 15px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
	}
		#fn1 li {
			list-style: none;
			font-family: Hiragino Maru Gothic Pro,"qMm?S Pro W4",MS-Gothic,"lr SVbN",sans-serif ;
			font-size: 10px;
			line-height: 15px;
			float: left;
			margin-left: 5px;
			word-spacing: 5px;
		}



#footer_copyright img {
			vertical-align: bottom;
}

#stuff a:link {
	color: #CC0000;
	text-decoration: none;
}

#stuff a:visited {
	color: #FF66FF;
	text-decoration: none;
}


#container_bg #container #main #pankuzu {
	line-height: 1em;
	padding-left: 10px;
	font-size: 10px;
	margin-bottom: 3px;
}
#container_bg #container #main #content_main .sitemap {
	list-style-type: circle;
	margin-bottom: 10px;
}
#container_bg #container #main #content_main .sitemap li {
	list-style-type: circle;
	padding-left: 15px;
}


.red_bold {
	color: #CC0000;
	font-weight: bold;
}


