*	{
	margin: 0;
	padding: 0;
}

h1	{
	font-size: 18px;
}
h2	{
	font-size: 16px;
	margin-bottom: 15px;
}
h3	{
	font-size: 14px;
	margin-bottom: 8px;
}
h4	{
	font-size: 12px;
	color: #006600;
}
p	{
	font-size: 12px;
	line-height: 135%;
	margin-bottom: 1em;
}
	.big	{
		font-size: 14px;
	}
table	{
	font-size: 12px;
}

a:link	{
	}

a:hover	{
	color: #FF0000;
	text-decoration: none;
	}

a img	{
	border: 0;
}

.fl	{
	float: left;
	margin-right:8px;
}
.red	{
	color: #FF0000;
}

hr.hidden	{
	clear: both;
	height: 1px;
	color: #fff;
	border: solid 1px #fff;
}


/*#################### common ####################*/
body	{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #393939;
	}

#container	{
	width: 780px;
	height: auto;
	overflow: visible;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

/*---###### header ######---*/
#header	{
	width: 780px;
	height: auto;
	padding: 0;
	margin-bottom: 15px;
}
	#header_navi	{
		height: 31px;
		width: 759px;
		background: url(../common/navi_back.gif) no-repeat;
		margin: auto;
	}
		#header_navi ul	{
			list-style-type: none;
			color: #ffffff;
			font-size: 12px;
			margin-left: 110px;
		}
			#header_navi li	{
				display: block;
				float: left;
				height: 31px;
				line-height: 28px;
				margin: 0;
			}
	#header_navi a	{
		display: block;
		float: left;
		height: 31px;
		line-height: 28px;
		color: #ffffff;
		text-decoration: none;
		background: url(../common/navi_menu_back.gif) no-repeat 0 0;
		padding: 0 13px 0 20px;
	}
		#header_navi a:hover	{
			color: #FF0000;
			text-decoration: none;
			background: url(../common/navi_menu_back.gif) no-repeat 0 -31px;
		}
		#header_navi a.thispage	{
			color: #666;
			text-decoration: none;
			background: url(../common/navi_menu_back.gif) no-repeat 0 -62px;
		}


/*--###################################################--*/
.mainspace	{
	width: 530px;
	text-align: left;
	margin: 28px auto;
	margin-bottom: 28px;
	padding-left: 220px;
}
	#guid	{
		background: url(../images/guidance.jpg) no-repeat left top;
	}
	#history	{
		background: url(../images/history.jpg) no-repeat left top;
	}
	#map	{
		background: url(../images/map.jpg) no-repeat left top;
	}
	#item	{
		background: url(../images/item.jpg) no-repeat left top;
	}
	#inquiry	{
		background: url(../images/inquiry.jpg) no-repeat left top;
	}

.mainspace h1,.mainspace h2	{
	border-left: solid 3px #666;
	padding: 2px 0 20px 5px;
	font-size: 14px;
	margin-bottom: 24px;
	color: #333;
}

h1.top_image	{
	width: 600px;
	margin: auto;
	margin-bottom: 15px;
}


table.prof	{
	width: 480px;
}
	table.prof th	{
		font-weight: normal;
		border-bottom: dotted 1px #ccc;
		padding: 2px 10px;
	}
	table.prof td	{
		font-weight: normal;
		border-bottom: dotted 1px #ccc;
		padding: 2px;
	}

table.item_t	{
	width: 240px;
	float: left;
	border: solid 1px #ccc;
	margin: 0 10px 10px 0;
	background-color: #FFFBD6;
}
	table.item_t th	{
		width: 80px;
		height: 80px;
	}
	table.item_t td	{
		vertical-align: top;
		padding: 0;
	}
		table.item_t h3	{
			background-color: #F4C80F;
			padding: 3px 6px;
			color: #333;
		}

table#form_mail	{
	font-size: 12px;
	margin: 10px 0;
}
table#form_mail th	{
	font-weight: normal;
	text-align: center;
	vertical-align: top;
	padding: 3px 4px 0 0;
}


/*---###### footer ######---*/
#footer	{
	clear: both;
	width: 780px;
}
	#footer ul.navi	{
		list-style-type: none;
		font-size: 12px;
		margin-bottom: 6px;
	}
		#footer ul.navi li	{
			display: inline;
			margin: 0 6px;
		}

#footer_copy	{
	font-size: 12px;
	height: 38px;
	padding-top: 2px;
	background: url(../common/footer_bottom.gif) repeat-x #E5E5E5 bottom;
}


#mapField	{
		width: 480px; height: 300px;
}


/*---###### slide ######---*/
#slide		{
	width:600px;
	height:338px;
	margin:0 auto;
	position:relative;
}

#slide img	{
	position:absolute;
	left:0;
	top:0;
	border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px;
}

#slide_logo	{
	z-index:99;
}