@charset "utf-8";
/* CSS Document */

/*************************
	layout
*************************/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #000000;
	width: 100%;
	background: url(../image/bg01.jpg) repeat-x #cfc097;
}

#attention
{
	font-weight: bold;
	color: #ff0000;
}

#float_left
{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#float_right
{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

#clear
{
	clear: both;
}


#contents
{
	position: relative;
}

#header
{
	width: 100%;
	background: url(../image/header.jpg) repeat-x;
	position: relative;
}

#header01
{
	width: 830px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: url(../image/headBg011.jpg) no-repeat;
	position: relative;
}

#body
{
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background: url( ../image/bg02.gif ) repeat-y;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#flower
{
	position: absolute;
	top: -105px;
	left: -20px;
}

#flower2
{
	position: absolute;
	top: -70px;
	left: 280px;
}

/*
#flower
{
	position: absolute;
	top: -100px;
	left: -50px;
}
*/

#main
{
	width: 650px;
	float: left;
}

#navi
{
	width: 180px;
	float: left;
}

#footer_menu
{
	text-align: center;
	margin-bottom: 10px;
	line-height: 140%;
}

#footer
{
	width:830px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background:url(../image/footerBg.gif) no-repeat;
	text-align: center;
	padding-top: 20px;
}


/*************************
	tag
*************************/

img
{
	border: none;
}

li
{
	list-style: none;
}

img
{
	vertical-align: bottom;
}

/*************************
	header
*************************/

#header01 a
{
	width: 310px;
	height: 100px;
	text-indent: -9999px;
	background: url( ../image/logo.jpg ) no-repeat;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
}




/*************************
	navi
*************************/

#navi img
{
	margin-bottom: 10px;
}

#color01
{
	color: #ed9683;
}

#navi_bnr
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#concept
{
	zoom: 1;
	width: 170px;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	background-color: #efe7c5;
	font-size: 10px;
	color: #666666;
	line-height: 150%;
	text-align: left;
}

#navi ul
{
	margin-bottom: 20px;
}

#navi li
{
	width: 180px;
	height: 35px;
	border-top: 2px solid #5f4725;
	border-bottom: 2px solid #322207;
}

.navi00 a
{
	width: 180px;
	height: 35px;
	text-indent: -9999px;
	background-image: url( ../image/navi01.jpg );
	display: block;
	overflow: hidden;
}

.navi01 a
{
	width: 180px;
	height: 35px;
	text-indent: -9999px;
	background-image: url( ../image/navi02.jpg );
	display: block;
	overflow: hidden;
}

.navi02 a
{
	width: 180px;
	height: 35px;
	text-indent: -9999px;
	background-image: url( ../image/navi03.jpg );
	display: block;
	overflow: hidden;
}

.navi03 a
{
	width: 180px;
	height: 35px;
	text-indent: -9999px;
	background-image: url( ../image/navi04.jpg );
	display: block;
	overflow: hidden;
}

.navi04 a
{
	width: 180px;
	height: 35px;
	text-indent: -9999px;
	background-image: url( ../image/navi05.jpg );
	display: block;
	overflow: hidden;
}

.navi05 a
{
	width: 180px;
	height: 35px;
	text-indent: -9999px;
	background-image: url( ../image/navi06.jpg );
	display: block;
	overflow: hidden;
}

.navi00 a:hover, .navi01 a:hover, .navi02 a:hover, .navi03 a:hover, .navi04 a:hover, .navi05 a:hover
{
	background-position: 0px -35px;
}




