@charset "utf-8";
/* CSS Document */

/*************************
	tag
*************************/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #400000;
	width: 100%;
	background-color: #e0e0e0;
}

img
{
	border: none;
	vertical-align: bottom;
}




/*************************
	layout
*************************/

#header
{
	width: 100%;
/*
	background-color: #cbba75;
*/
	background: url( ../image/bg01.gif ) repeat-x;
}

#header02
{
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}

#contents
{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	background: url( ../image/bg02.gif ) repeat-y;
	position: relative;
}

#main
{
	width: 610px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	zoom: 1;
}

#main_sub
{
	width: 660px;
	float: left;
	zoom: 1;
}

#navi
{
/************
　バナー等はwidth: 180pxで制作、左右余白で10px
************/

	width: 200px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	zoom: 1;
}

#footer_menu
{
	text-align: center;
	margin-bottom: 10px;
	line-height: 140%;
}

#footer
{
	width: 100%;
	background-color: #cbba75;
}

#footer02
{
	width:880px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
}



/*************************
	navi
*************************/

#bnr
{
	border: 1px solid #eeeeee;
	background-color: #ece1b2;
	padding: 10px;
	margin-bottom: 20px;
}



/*************************
	header
*************************/

#logo
{
	width: 80px;
	float: left;
}

#tel-menu
{
	width: 800px;
	float: left;
}

#tel-menu dt
{
	text-align: right;
}

#tel-menu ul
{
	list-style: none;
}

#tel-menu li
{
	float: left;
	height: 30px;
}

.menu01 a
{
	width: 114px;
	height: 30px;
	text-indent: -9999px;
	background: url( ../image/menu01.jpg );
	display: block;
        overflow: hidden;
}

.menu02 a
{
	width: 114px;
	height: 30px;
	text-indent: -9999px;
	background: url( ../image/menu02.jpg );
	display: block;
        overflow: hidden;
}

.menu03 a
{
	width: 114px;
	height: 30px;
	text-indent: -9999px;
	background: url( ../image/menu03.jpg );
	display: block;
        overflow: hidden;
}

.menu04 a
{
	width: 114px;
	height: 30px;
	text-indent: -9999px;
	background: url( ../image/menu04.jpg );
	display: block;
        overflow: hidden;
}

.menu05 a
{
	width: 114px;
	height: 30px;
	text-indent: -9999px;
	background: url( ../image/menu05.jpg );
	display: block;
        overflow: hidden;
}

.menu06 a
{
	width: 114px;
	height: 30px;
	text-indent: -9999px;
	background: url( ../image/menu06.jpg );
	display: block;
        overflow: hidden;
}

.menu07 a
{
	width: 114px;
	height: 30px;
	text-indent: -9999px;
	background: url( ../image/menu07.jpg );
	display: block;
        overflow: hidden;
}

.menu01 a:hover, .menu02 a:hover, .menu03 a:hover, .menu04 a:hover, .menu05 a:hover, .menu06 a:hover, .menu07 a:hover
{
	background-position: 0px -30px;
}


/*************************
	共通設定
*************************/

#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;
}

#clear20
{
	clear: both;
	height: 20px;
}

#sub_navi
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



