/* ページ共通
---------------------------------------------------- */
body {
	color: #333333;
	font-size:77%;
	font-family:  "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3",Osaka,Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: center;
	background-image: url(../images/bg_cmn.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
body#toppage{
	color: #333333;
	font-size:77%;
	font-family:  "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3",Osaka,Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	text-align: center;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a {
	color: #2286d3;
	text-decoration:none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
}

/* 見出し・リード
---------------------------------------------------- */
h1 {
	position: relative;
	width:240px;
	height:35px;
	top:15px;
	left: 25px;
	line-height:1.5;
	font-size:xx-small;
}


/* ボディ
---------------------------------------------------- */
#wrapper {
	width: 900px;
	margin:0px;
	text-align:left;
	margin:0 auto 0;
	clear:both;
}

/* ヘッダ
---------------------------------------------------- */
#top_header {
	width: 900px;
	height: 310px;
	background-image: url(../../images/main_img.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header {
	width: 900px;
	height: 75px;
	background-image: url(../images/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header ul#headnavi,#top_header ul#headnavi {
	list-style: none;
	position: absolute;
	top:17px;
}
#header ul#headnavi li#home a,#top_header ul#headnavi li#home a{
	left: 280px;
	background: url(../images/btn_head.gif) no-repeat 0px 0px;
	width: 56px;
	height: 11px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	line-height: 11px;
	top:0;
}
#header ul#headnavi li#sitemap a,#top_header ul#headnavi li#sitemap a{
	left: 348px;
	background: url(../images/btn_head.gif) no-repeat -69px 0px;
	width: 73px;
	height: 11px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	line-height: 11px;
	top:0;
}
#header ul#headnavi li#inquiry a,#top_header ul#headnavi li#inquiry a{
	left: 710px;
	background: url(../images/btn_inq.gif) no-repeat 0px 0px;
	width: 189px;
	height: 34px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	top:0;
}
#header ul#headnavi li#home a:hover,#top_header ul#headnavi li#home a:hover {
	left: 280px;
	background: url(../images/btn_head.gif) no-repeat 0px -11px;
	width: 56px;
	height: 11px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	line-height: 11px;
	top:0;
}
#header ul#headnavi li#sitemap a:hover,#top_header ul#headnavi li#sitemap a:hover {
	left: 348px;
	background: url(../images/btn_head.gif) no-repeat -69px -11px;
	width: 73px;
	height: 11px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	line-height: 11px;
	top:0;
}
#header ul#headnavi li#inquiry a,#top_header ul#headnavi li#inquiry a {
	left: 710px;
	background: url(../images/btn_inq.gif) no-repeat 0px 0px;
	width: 189px;
	height: 34px;
	position: absolute;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	line-height: 11px;
	top:0;
}
#header ul#headnavi li#inquiry a:hover,#top_header ul#headnavi li#inquiry a:hover  {
	background: url(../images/btn_inq.gif) no-repeat 0px -34px;
}

/* メニュー
---------------------------------------------------- */
#navi {
	height: 45px;
	clear: both;
}
#navi ul {
	list-style: none;
	position: absolute;
	display: block;
}
#navi ul li#menu1 a{
	top:0px;
	left: 0px;
	background: url(../images/gbl_menu.gif) no-repeat 0px 0px;
	display: block;
	height: 45px;
	width: 180px;
	text-decoration: none;
	position: absolute;
	text-indent: -9999px;
}
#navi ul li#menu2 a{
	top:0px;
	left: 180px;
	background: url(../images/gbl_menu.gif) no-repeat -180px 0px;
	display: block;
	height: 45px;
	width: 180px;
	text-decoration: none;
	position: absolute;
	text-indent: -9999px;
}
#navi ul li#menu3 a{
	top:0px;
	left: 360px;
	background: url(../images/gbl_menu.gif) no-repeat -360px 0px;
	display: block;
	height: 45px;
	width: 180px;
	text-decoration: none;
	position: absolute;
	text-indent: -9999px;
}
#navi ul li#menu4 a{
	top:0px;
	left: 540px;
	background: url(../images/gbl_menu.gif) no-repeat -540px 0px;
	display: block;
	height: 45px;
	width: 180px;
	text-decoration: none;
	position: absolute;
	text-indent: -9999px;
}
#navi ul li#menu5 a{
	top:0px;
	left: 720px;
	background: url(../images/gbl_menu.gif) no-repeat -720px 0px;
	display: block;
	height: 45px;
	width: 180px;
	text-decoration: none;
	position: absolute;
	text-indent: -9999px;
}

#navi ul li#menu1	a:hover {
	background: url(../images/gbl_menu.gif) no-repeat 0px -45px;
}
#navi ul li#menu2	a:hover {
	background: url(../images/gbl_menu.gif) no-repeat -180px -45px;
}
#navi ul li#menu3	a:hover {
	background: url(../images/gbl_menu.gif) no-repeat -360px -45px;
}
#navi ul li#menu4	a:hover {
	background: url(../images/gbl_menu.gif) no-repeat -540px -45px;
}
#navi ul li#menu5	a:hover {
	background: url(../images/gbl_menu.gif) no-repeat -720px -45px;
}

/* フッタ
---------------------------------------------------- */
#footer {
	width: auto;
	margin: 0 auto;
	background-image: url(../images/bg_btm.gif);
	background-repeat: repeat-x;
	height: 90px;
	padding: 63px 0 0;
	text-align: center;
	clear: both;
	background-position: 0px 45px;
}
address{
	text-align: left;
	font-size:90%;
	line-height:1.4em;
	color: #666666;
	width:900px;
	margin: 0 auto 10px;
}
#top_footer {
	width: auto;
	margin: 0 auto;
	background-image: url(../images/bg_btm.gif);
	background-repeat: repeat-x;
	height: 90px;
	padding: 43px 0 0;
	text-align: center;
	clear: both;
	background-position: 0px 25px;
}

/* パンくず
---------------------------------------------------- */
#breadcrumb {
	width: auto;
	margin: 0px;
	padding: 10px 0 0;
	text-align: left;
	font-size:90%;
}