﻿@charset "utf-8";
/* CSS Document */

/*-----------------------------------------
  初期化
 ------------------------------------------*/

body,p,h1,h2,h3,h4,h5,h6,a,ul,li,table,tr,td,img,form { margin: 0; padding: 0;}

img { border: none; vertical-align: bottom;}

body { font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	   font-size: 12px;
	   color: #000;
	   line-height: 1.5;}

a:link { color: #7f5e2b; text-decoration: underline;}
a:visited { color: #7f5e2b; text-decoration: underline;}
a:hover { color: #7f5e2b; text-decoration: none; }

ul li {list-style: none;}

/*-----------------------------------------
  INDEX
 ------------------------------------------*/
 
 
#MENU_TOP {
	clear: both;
	margin: auto;
	width: 900px;
	height: 60px;
	margin-top: 20px;

}
#MENU_TOP ul {
	height: 60px;
	margin: 0 auto;
}
#MENU_TOP ul li {
	float: left;
}
#MENU_TOP ul li a {
	display: block;
	text-indent: -10000px;
	height: 60px;
	overflow: hidden;
	border-bottom: none;
	padding: 0;
}
#MENU_TOP a.index_menu01 {background: url(../img/index/index_menu01.jpg) 0px 0px no-repeat; width:218px; margin-right: 10px;}
#MENU_TOP a.index_menu01:hover {background-position: 0px -60px;}
#MENU_TOP a.index_menu02 {background: url(../img/index/index_menu02.jpg) 0px 0px no-repeat; width:217px; margin-right: 10px;}
#MENU_TOP a.index_menu02:hover {background-position: 0px -60px;}
#MENU_TOP a.index_menu03 {background: url(../img/index/index_menu03.jpg) 0px 0px no-repeat; width:217px; margin-right: 10px;}
#MENU_TOP a.index_menu03:hover {background-position: 0px -60px;}
#MENU_TOP a.index_menu04 {background: url(../img/index/index_menu04.jpg) 0px 0px no-repeat; width:218px;}
#MENU_TOP a.index_menu04:hover {background-position: -0px -60px;}


#index_flash {
	width: 100%;
	height: 450px;
	margin: auto;
}

#INDEX_MAIN {
	clear: both;
	width: 900px;
	margin: auto;
	margin-top: 10px;
}
#INDEX_LEFT {
	float: left;
	width: 650px;
}
#index_topic_bn {
	width: 650px;
}
.index_blog {
	width: 650px;
	margin-top: 20px;
}
#index_event {
	width: 650px;
	height: 28px;
	background: url(../img/index/event_bar.gif) no-repeat;
}
#index_genba {
	width: 650px;
	height: 28px;
	background: url(../img/index/genba_bar.gif) no-repeat;
}
.index_blog_back {
	float: right;
	margin-top: 5px;
	width: 110px;
}
.index_blog table {
	width: 640px;
	margin-top: 5px;
	margin-left: 10px;
}
.index_blog table td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.index_blog table td a { color: #7f5e2b;}
.index_genba_td {
	padding-right: 5px;
}

#INDEX_RIGHT {
	float: right;
	width: 220px;
}
#index_back_img {
	margin: 10px 0 0 0;
	text-align: center;
}
