/*サイト全体-------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #EFAC2C url(../imegs/bg.gif) repeat-x top;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
a:focus{
outline:none;
}

/*見出し-------------------------------------------------------*/
h1,
.h1 {
	margin: 0px;
	padding: 3px 10px 0px 0px;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	font-weight:bold;
}

h2 {
	font-size: 10px;
	line-height: 12px;
	padding: 20px 0px 0px 410px;
	margin: 0px;
}

h2 {text-indent: -9999px;}

h6 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF6600;
	margin: 0px 0px 3px;
	padding: 0px;
}


/*文字加工-------------------------------------------------------*/
em {
	font-size: 8px;
	visibility: hidden;
	line-height: 10px;
}
.type01 {
	color: #0256B0;
	font-weight: bold;
}
.type02 {
	color: #FF0000;
	font-weight: bold;
}

/*画像回り込み-------------------------------------------------------*/
.r {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: right;
}
.l {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}

.sr_clr { clear:both;}

/*テーブル01-------------------------------------------------------*/
.hyo01 {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	width: 560px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	background: #000000;
}
.hyo01 th {
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	color: #FFC21A;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}
.hyo01 td {
	padding: 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}

/*テーブル02-------------------------------------------------------*/
.hyo02 {
	border-collapse:collapse;
	border: 1px solid #333333;
	width: 560px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}
.hyo02 th {
	margin: 0px;
	padding: 10px 5px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	border: 1px solid #333333;
	background: #9D8849;
}
.hyo02 td {
	padding: 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #333333;
	background: #FAF3A5;
}
.hyo02 a {
	color: #FF0000;
	text-decoration: none;
}
.hyo02 a:hover,.hyo02 a:active {
	color: #000000;
	text-decoration: none;
}



/*ヘッダー-------------------------------------------------------*/
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url(../imegs/h_bg.jpg);
}

#header p.logo {
	margin: 40px 0 0 120px;
	padding: 0px;
}

/*ヘッダー_ボックス01*/
#header .brock01 {
	margin: 0px;
	padding: 0px;
	height: 20px;
	clear: both;
}

/*ヘッダー_ボックス02-------------------------------------------------------*/
#header .brock02 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 80px;
	width: 600px;
	position: relative;
}


/*ヘッダー_ボックス03-------------------------------------------------------*/
#header .brock03 {
	margin: 0px;
	padding: 0px;
	height: 80px;
	float: right;
	width: 200px;
}

#header .brock03 ul {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
#header .brock03 li {
	list-style: none;
}
#header .brock03 a {
	text-decoration: none;
	background: url(../imegs/h_01a.jpg);
	display: block;
	height: 60px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#header .brock03 a:hover,#header .brock03 a:active {
	text-decoration: none;
	background: url(../imegs/h_01b.jpg);
	display: block;
	height: 60px;
	width: 180px;
	margin: 0px;
	padding: 0px;
}


/*コンテンツ-------------------------------------------------------*/
#contents {
	margin: 0px;
	padding: 0px;
	background: url(../imegs/c_bg.gif) repeat-y left;
}


/*ナビゲーション-------------------------------------------------------*/
#navi {
	margin: 0px;
	width: 200px;
	float: left;
	padding: 10px 0px 0px;
}

/*ナビゲーション_ボックス01-------------------------------------------------------*/
#navi .box01 {
	padding: 0px;
	margin: 0px 10px 10px;
	width: 180px;
}
#navi .box01 ul {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
#navi .box01 li {
	list-style: none;
}

/*ナビゲーション_ボックス01_T01-------------------------------------------------------*/
#navi .box01 .t01 a {
	text-decoration: none;
	background: url(../imegs/navi_01a.jpg);
	padding: 0px;
	width: 180px;
	display: block;
	height: 149px;
	margin: 0px;
	text-indent: -9999px;
}
#navi .box01 .t01 a:hover,#navi .box01 .t01 a:active {
	text-decoration: none;
	background: url(../imegs/navi_01b.jpg);
	margin: 0px;
	padding: 0px;
	width: 180px;
	display: block;
	height: 149px;
}

/*ナビゲーション_ボックス01_T02-------------------------------------------------------*/
#navi .box01 .t02 a {
	color: #000000;
	text-decoration: none;
	background: url(../imegs/navi_b01.gif) no-repeat 5px center;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	width: 165px;
	display: block;
	height: 22px;
	border-bottom: 1px dotted #FFFFFF;
}
#navi .box01 .t02 a:hover,#navi .box01 .t02 a:active {
	color: #0256B0;
	text-decoration: none;
	background: url(../imegs/navi_b01.gif) no-repeat 5px center;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	width: 165px;
	display: block;
	height: 22px;
	border-bottom: 1px dotted #FFFFFF;
}

/*ナビゲーション_ボックス01_T03-------------------------------------------------------*/
#navi .box01 .t03 a {
	color: #000000;
	text-decoration: none;
	background: url(../imegs/navi_b01.gif) no-repeat 5px 11px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	width: 165px;
	display: block;
	height: 34px;
	border-bottom: 1px dotted #FFFFFF;
}
#navi .box01 .t03 a:hover,#navi .box01 .t03 a:active {
	color: #0256B0;
	text-decoration: none;
	background: url(../imegs/navi_b01.gif) no-repeat 5px 11px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	width: 165px;
	display: block;
	height: 34px;
	border-bottom: 1px dotted #FFFFFF;
}

/*ナビゲーション_ボックス01_T04-------------------------------------------------------*/
#navi .box01 .t04 a {
	color: #000000;
	text-decoration: none;
	background: url(../imegs/navi_b01.gif) no-repeat 5px 11px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	width: 165px;
	display: block;
	height: 34px;
	border-bottom: 1px dotted #FFFFFF;
	border-top: 1px dotted #FFFFFF;
}
#navi .box01 .t04 a:hover,#navi .box01 .t04 a:active {
	color: #0256B0;
	text-decoration: none;
	background: url(../imegs/navi_b01.gif) no-repeat 5px 11px;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	width: 165px;
	display: block;
	height: 34px;
	border-bottom: 1px dotted #FFFFFF;
	border-top: 1px dotted #FFFFFF;
}
/*ナビゲーション_ボックス01_T05-------------------------------------------------------*/
#navi .box01 .t05 a {
	text-decoration: none;
	background: url(../imegs/h_01a.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
	text-indent: -9999px;
}
#navi .box01 .t05 a:hover,#navi .box01 .t05 a:active {
	text-decoration: none;
	background: url(../imegs/h_01b.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
}

/*ナビゲーション_ボックス01_T06-------------------------------------------------------*/
#navi .box01 .t06 a {
	text-decoration: none;
	background: url(../imegs/navi_06a.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
}
#navi .box01 .t06 a:hover,#navi .box01 .t06 a:active {
	text-decoration: none;
	background: url(../imegs/navi_06b.gif);
	margin: 0px 0px 10px;
	padding: 0px;
	width: 180px;
	display: block;
	height: 60px;
}
/*ナビゲーション_ボックス01_T07-------------------------------------------------------*/
#navi .box01 .t07 a {
	text-decoration: none;
	background: url(../imegs/navi_07a.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	width: 180px;
	display: block;
	height: 131px;
	text-indent: -9999px;
}
#navi .box01 .t07 a:hover,#navi .box01 .t07 a:active {
	text-decoration: none;
	background: url(../imegs/navi_07b.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	width: 180px;
	display: block;
	height: 131px;
}


/*メイン-------------------------------------------------------*/
#main {
	width: 600px;
	float: right;
	padding: 0px;
	margin: 0px;
}

/*サブナビ-------------------------------------------------------*/
#snavi {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 30px;
}
#snavi ul {
	margin: 0px;
	padding: 0px;
}
#snavi li {
	list-style: none;
	display: inline;
}
#snavi a {
	text-indent: -9999px;
}
/*サブナビ_T01-------------------------------------------------------*/
#snavi .t01 a {
	text-decoration: none;
	background: url(../imegs/snavi01.gif) no-repeat 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}
#snavi .t01 a:hover,#snavi .t01 a:active {
	text-decoration: none;
	background: url(../imegs/snavi02.gif) no-repeat 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}

/*サブナビ_T02-------------------------------------------------------*/
#snavi .t02 a {
	text-decoration: none;
	background: url(../imegs/snavi01.gif) no-repeat -150px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}
#snavi .t02 a:hover,#snavi .t02 a:active {
	text-decoration: none;
	background: url(../imegs/snavi02.gif) no-repeat -150px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}

/*サブナビ_T03-------------------------------------------------------*/
#snavi .t03 a {
	text-decoration: none;
	background: url(../imegs/snavi01.gif) no-repeat -300px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}
#snavi .t03 a:hover,#snavi .t03 a:active {
	text-decoration: none;
	background: url(../imegs/snavi02.gif) no-repeat -300px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}

/*サブナビ_T04-------------------------------------------------------*/
#snavi .t04 a {
	text-decoration: none;
	background: url(../imegs/snavi01.gif) no-repeat -450px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}
#snavi .t04 a:hover,#snavi .t04 a:active {
	text-decoration: none;
	background: url(../imegs/snavi02.gif) no-repeat -450px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 150px;
	float: left;
}

/*ページタイトル-------------------------------------------------------*/
#mainimg {
	margin: 0px 0px 20px;
	padding: 0px;
	height: 200px;
	width: 600px;
	text-indent: 0;
}
#tui {
	background: url(../imegs/tui_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#eg {
	background: url(../imegs/eg_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#history {
	background: url(../imegs/history_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#kanto {
	background: url(../imegs/kanto_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#kansai {
	background: url(../imegs/kansai_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#tohoku {
	background: url(../imegs/tohoku_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#kyushu {
	background: url(../imegs/kyushu_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#company {
	background: url(../imegs/company_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#access {
	background: url(../imegs/access_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#inquiry {
	background: url(../imegs/inquiry_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#link {
	background: url(../imegs/link_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}
#sitemap {
	background: url(../imegs/sitemap_top.jpg);
	margin: 0px 0px 10px;
	padding: 0px;
	height: 80px;
	width: 600px;
}







/*小見出し-------------------------------------------------------*/
.midashi {
	font-size: 12px;
	line-height: 14px;
	background: url(../imegs/midashi01.jpg);
	margin: 0px 10px 10px;
	padding: 6px 0px 0px 25px;
	width: 555px;
	font-weight: bold;
	height: 19px;
}

.komidashi {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #C44B32;
	margin: 0px 10px 10px;
	padding: 0px 0px 0px 10px;
	border-bottom: 5px solid #C44B32;
	width: 570px;
}
.what {
	background: url(../imegs/whatsnew.gif);
	margin: 0px 10px 10px;
	padding: 0px;
	height: 25px;
	width: 580px;
	text-indent: -9999px;
}
.pickuptop {
	background: url(../imegs/pickup.gif);
	margin: 0px 10px 10px;
	padding: 0px;
	height: 25px;
	width: 580px;
	text-indent: -9999px;
}


/*ボックス01-------------------------------------------------------*/
#main .box01 {
	width: 560px;
	padding: 0px 10px 10px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

#main .sr_box01 {
	width: 560px;
	padding: 0px 10px 35px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

* html #main .sr_box01 {
	width: 560px;
	padding: 0px 10px 10px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

*:first-child+html #main .sr_box01 {
	width: 560px;
	padding: 0px 10px 10px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}


#main .sr_box02 {
	width: 560px;
	padding: 0px 10px 240px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

* html #main .sr_box02 {
	width: 560px;
	padding: 0px 10px 10px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

*:first-child+html #main .sr_box02 {
	width: 560px;
	padding: 0px 10px 10px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

#main .sr_box03 {
	width: 560px;
	padding: 0px 10px 240px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

* html #main .sr_box03 {
	width: 560px;
	padding: 0px 10px 10px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}

*:first-child+html #main .sr_box03 {
	width: 560px;
	padding: 0px 10px 10px;
	margin: 0px 10px 20px;
	border-bottom: 1px dotted #FFFFFF;
}


#main .sr_box01 p, 
#main .sr_box02 p, 
#main .sr_box03 p,
#main .box01 p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

#main .sr_box01 p.sr_right {
	margin: 0px 0px 0 10px;
	padding: 0 0 0 0;
	float: right;
	text-align:center;
}

#main .sr_box02 p.sr_left {
	margin: 15px 15px 15px 0;
	padding: 0 0 0 0;
	float: left;
}

#main .sr_box02 p.sr_right {
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	float: right;
}

#main .sr_box03 p.sr_left {
	margin: 20px 15px 15px 40px;
	padding: 0 0 0 0;
	float: left;
}

#main .sr_box03 p.sr_right {
	margin: 20px 30px 15px 0;
	padding: 0 0 0 0;
	float: right;
}

#main .sr_box03 p.sr_right01 {
	margin: 0px 0px 0 10px;
	padding: 0 0 0 0;
	float: right;
	text-align:center;
}

#main .sr_box03 p.sr_left a img,
#main .sr_box03 p.sr_right a img,
#main .sr_box02 p.sr_left a img,
#main .sr_box02 p.sr_right a img{
	border:none;
}

#main .box01 p.mgn_b12 {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
#main .box01 ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#main .box01 li {
	margin: 0px;
	padding: 0px 0px 8px;
}

.sr_mrg {margin:0 0 5px 10px;}

/*パンくずリスト-------------------------------------------------------*/
#main .list {
	text-align: right;
	margin: 0px 10px 20px;
	padding: 0px;
	width: 580px;
}
#main .list ul {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#main .list li {
	display: inline;
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
#main .list a {
	color: #0256B0;
	text-decoration: underline;
	font-weight: bold;
}
#main .list a:hover,#main .list a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

/*ページトップ-------------------------------------------------------*/
#main .pt {
	text-align: right;
	width: 580px;
	margin: 0px 10px 20px;
	padding: 0px;
}
#main .pt ul {
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
}
#main .pt li {
	list-style: none;
}
#main .pt a {
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	background: url(../imegs/pt.gif) no-repeat left center;
	color: #000000;
}
#main .pt a:hover,#main .pt a:active {
	color: #0256B0;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	background: url(../imegs/pt.gif) no-repeat left center;
}

/*ピックアップ-------------------------------------------------------*/
.pickup {
	margin: 0px;
	padding: 0px;
}

/*ピックアップ01-------------------------------------------------------*/
#main .pickup01 {
	margin: 0px 10px 20px;
	padding: 0px 10px 10px;
	width: 560px;
	border-bottom: 1px dotted #FFFFFF;
	height: 250px;
}

/*ピックアップ01_ブロック-------------------------------------------------------*/
#main .pickup01 .brock01 {
	padding: 10px;
	height: 230px;
	width: 250px;
	float: left;
	margin: 0px;
	background: #000000;

}
#main .pickup01 .brock02 {
	margin: 0px;
	padding: 10px;
	height: 230px;
	width: 250px;
	float: right;
	background: #000000;
}

#main .pickup01 .brock02 p.sr_txt { text-align:center; color:#ffffff; font-size:12px; margin:0 0 0 0; padding:5px 0 0 0;}
* html #main .pickup01 .brock02 p.sr_txt { text-align:center; color:#ffffff; font-size:12px; margin:0 0 0 0; padding:0px 0 0 0;}

#main .pickup01 .brock02 a { background:none; list-style:none; border:none;}
#main .pickup01 .brock02 a:hover { background:none; list-style:none; border:none;}


#main .pickup01 ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
}
#main .pickup01 li {
	list-style: none;
}

#main .pickup01 li.sr_none {
	text-decoration: none;
	background: url(../imegs/pickup_00.gif) no-repeat 5px center;
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	height: 22px;
	width: 235px;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

#main .pickup01 a {
	text-decoration: none;
	background: url(../imegs/pickup_00.gif) no-repeat 5px center;
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	height: 22px;
	width: 235px;
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}
#main .pickup01 a:hover,#main .pickup01 a:active {
	text-decoration: none;
	background: url(../imegs/pickup_00.gif) no-repeat 5px center;
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 15px;
	height: 22px;
	width: 235px;
	color: #0256B0;
	border-bottom: 1px dotted #FFFFFF;
}




/*サイト-------------------------------------------------------*/
.site {
	margin: 0px 10px 20px;
	padding: 0px 10px 10px;
	width: 560px;
	border-bottom: 1px dotted #FFFFFF;
}

.site ul {
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 12px;
	line-height: 18px;
}
.site li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.site a {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.site a:hover,.site a:active {
	color: #0256B0;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.site .t01 a {
	color: #000000;
	text-decoration: none;
	background: url(../imegs/pt.gif) no-repeat left center;
	margin: 0px;
	padding: 3px 0px 2px 15px;
}
.site .t01 a:hover,.site .t01 a:active {
	color: #0256B0;
	text-decoration: none;
	background: url(../imegs/pt.gif) no-repeat left center;
	margin: 0px;
	padding: 3px 0px 2px 15px;
}

.banner01{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
.banner01 a{
	width:500px;
	height:65px;
	display:block;
	text-indent:-9999px;
	background-image: url(../imegs/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.banner01 a:hover{
	background-image: url(../imegs/contact_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}

.banner02{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}
.banner02 a{
	width:500px;
	height:65px;
	display:block;
	text-indent:-9999px;
	background-image: url(../imegs/purchese_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.banner02 a:hover{
	background-image: url(../imegs/purchese_banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}


/*フッター-------------------------------------------------------*/
#footer {
	clear: both;
	margin: 0px 10px 0px 210px;
	padding: 0px;
	background: url(../imegs/f_bg.gif) no-repeat;
	height: 85px;
	width: 580px;
}
#footer ul {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
	padding: 5px 10px;
	text-align: right;
	color: #FFFFFF;
}
#footer li {
	list-style: none;
	display: inline;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover,#footer a:active {
	color: #013975;
	text-decoration: none;
}

/*フッター_コピーライト-------------------------------------------------------*/
#copyright {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#copyright a {
	color: #0256B0;
	text-decoration: none;
	font-weight: bold;
}
#copyright a:hover,#copyright a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#copyright address {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #FFFFFF;
}



