@charset "shift_jis";
/***************************ヘッダー*********************************/
/***************************ヘッダー写真*****************************/
#header {
	background-image: url(../img/header_photo/header.jpg);
	height: 90px;
	width: 740px;
	background-repeat: no-repeat;
	position: relative;
	background-position: right;
	background-color: #FFFFFF;
}

/**************ヘッダー上部/サイトマップ・english************/

#left {
	width: 400px;
	position: absolute;
	bottom: 10px;
	left:5px;
	text-align: left;
	margin-left: 8px;
}
#left #logo{
	margin-bottom: 2px;
	margin-left: 5px;
}
#right{
	width: 300px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#top_btn_bg01 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/common/sitemap.gif);
	width: 94px;
	height: 23px;
	float: right;
	margin-right: 8px;
}
#top_btn01 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/common/sitemap.gif);
	width: 94px;
	height: 23px;
}
a#top_btn01:hover {
	background-image: url(../img/common/sitemap_over.gif);
}
#top_btn_bg02 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/common/english.gif);
	width: 94px;
	height: 23px;
	float: right;
}
#top_btn02 {
	display: block;
	background-repeat: no-repeat;
	background-image: url(../img/common/english.gif);
	width: 94px;
	height: 23px;
}
a#top_btn02:hover {
	background-image: url(../img/common/english_over.gif);
}


/****************メニューボタン***********************/
#allmenu {
	height: 45px;
	width: 740px;
	background-image: url(../img/common/menuall.gif);
	clear: both;
}
#allmenu .menu_buttom{
	display: block;
	background-repeat: no-repeat;
	float: left;
	text-decoration: none;
}
#buttom01 {
	background-image: url(../img/common/menu01.gif);
	width: 56px;
	height: 45px;
}
a#buttom01:hover {
	background-image: url(../img/common/menu01_over.gif);
}
#buttom02 {
	background-image: url(../img/common/menu02.gif);
	width: 102px;
	height: 45px;
}
a#buttom02:hover {
	background-image: url(../img/common/menu02_over.gif);
}
#buttom03 {
	background-image: url(../img/common/menu03.gif);
	width: 105px;
	height: 45px;
}
a#buttom03:hover {
	background-image: url(../img/common/menu03_over.gif);
}
#buttom04 {
	background-image: url(../img/common/menu04.gif);
	width: 70px;
	height: 45px;
}
a#buttom04:hover {
	background-image: url(../img/common/menu04_over.gif);
}
#buttom05 {
	background-image: url(../img/common/menu05.gif);
	width: 70px;
	height: 45px;
}
a#buttom05:hover {
	background-image: url(../img/common/menu05_over.gif);
}
#buttom06 {
	background-image: url(../img/common/menu06.gif);
	width: 70px;
	height: 45px;
}
a#buttom06:hover {
	background-image: url(../img/common/menu06_over.gif);
}
#buttom07 {
	background-image: url(../img/common/menu07.gif);
	width: 61px;
	height: 45px;
}
a#buttom07:hover {
	background-image: url(../img/common/menu07_over.gif);
}
#buttom08 {
	background-image: url(../img/common/menu08.gif);
	width: 70px;
	height: 45px;
}
a#buttom08:hover {
	background-image: url(../img/common/menu08_over.gif);
}
#buttom09 {
	background-image: url(../img/common/menu09.gif);
	width: 74px;
	height: 45px;
}
a#buttom09:hover {
	background-image: url(../img/common/menu09_over.gif);
}
#buttom10 {
	background-image: url(../img/common/menu10.gif);
	width: 62px;
	height: 45px;
}
a#buttom10:hover {
	background-image: url(../img/common/menu10_over.gif);
}

#allmenu span,#header span {
	visibility: hidden;
	position: absolute;
}
/*google検索*/
#all_search{
	width:  820px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	line-height: 140%;
}
#right_search{
	padding-right: 10px;
	float: right;
}
/***************************フッター*********************************/
#footer {
	background-image: url(../img/common/footer.gif);
	height: 20px;
	width: 740px;
	background-repeat: no-repeat;
}