/* CSS Document */
h1, h2, h3, h4, h5, p, div, dt, dd, dl, img, input, form, ul, li, span {
	margin: 0px;
	padding: 0px;
}
 .clear {
	clear:both;
}
.left {
	float: left;
}
.left2 {
	float: left;
	margin: 0px 30px 0px 0px;
}
.right {
	float: right;
}
.top_m {
	margin-top: 20px;
}
.bo_m {
	margin-bottom: 20px;
}
.top_b_m {
	margin-top: 20px;
	margin-bottom: 30px;
}
.top_b_m2 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.t_1em {
	margin-left: 1em;
}
.t_90 {
	font-size: 90%;
}
.t_80 {
	font-size: 80%;
}
.t_110 {
	font-size: 110%;
}
.t_120 {
	font-size: 120%;
	font-weight: bold;
}
.t_130 {
	font-size: 130%;
	font-weight: bold;
}
.t_red_b {
	font-size: 110%;
	color: #FF3300;
}
.red {
	color: #FF3300;
}
.blue {
	color: #1C2894;
}
.orange {
	color: #F60;
	font-size: 110%;
}
/* body
---------------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", osaka, sans-serif;
	text-align: center;
	background: url(../img/header_back.jpg) repeat-x;
	font-size: 16px;
}
/* header
---------------------------------------------------- */
#header_box {
	height: 96px;
	background: url(../img/header_back2.jpg) no-repeat center;
}
#header {
	width: 920px;
	height: 96px;
	margin-left: auto;
	margin-right: auto;
}
h1 a {
	width: 274px;
	height: 96px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: left;
	overflow:hidden;
	outline:none;
	background: url(../img/header.jpg) no-repeat 0px 0px;
	margin: 0px 298px 0px 0px;
}
#header address {
	width: 200px;
	height: 96px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: left;
	background: url(../img/header.jpg) no-repeat -572px 0px;
}
.header_toi {
	width: 148px;
	height: 96px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: left;
	background: url(../img/header.jpg) no-repeat -772px 0px;
}
.header_toi a {
	overflow:hidden;
	outline:none;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	width: 148px;
	height: 96px;
	background: url(../img/header_toi.jpg) no-repeat 0px 0px;
}
.header_toi a:hover {
	text-decoration: none;
	background-position: 0px -96px;
}

/* menu
---------------------------------------------------- */
#menu {
	width: 100%;
	height: 45px;
	background: url(../img/menu_back.jpg) repeat-x;
}
#menu ul {
	width: 900px;
	list-style: none;
	line-height: 0px;
	margin-left: auto;
	margin-right: auto;
}
* html #menu ul {
	/* no ie mac \*/
	width: 940px;
	font-size: 3px;
	/* */
 }
*:first-child+html #menu ul {
	width: 900px;
 }
#menu ul li a {
	overflow:hidden;
	outline:none;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	height: 45px;
}
#menu ul li a:hover {
	text-decoration: none;
}

li.m01,
li.m03,
li.m05,
li.m07 {
	width: 128px;
	height: 45px;
	float: left;
}
li.m02,
li.m04 {
	width: 129px;
	height: 45px;
	float: left;
}
li.m06 {
	width: 130px;
	height: 45px;
	float: left;
}
li.m01 a {
	background: url(../img/menu.jpg) no-repeat 0px 0px;
	width: 128px;
}
li.m02 a {
	background: url(../img/menu.jpg) no-repeat -128px 0px;
	width: 129px;
}
li.m03 a {
	background: url(../img/menu.jpg) no-repeat -257px 0px;
	width: 128px;
}
li.m04 a {
	background: url(../img/menu.jpg) no-repeat -385px 0px;
	width: 129px;
}
li.m05 a {
	background: url(../img/menu.jpg) no-repeat -514px 0px;
	width: 128px;
}
li.m06 a {
	background: url(../img/menu.jpg) no-repeat -642px 0px;
	width: 130px;
}
li.m07 a {
	background: url(../img/menu.jpg) no-repeat -772px 0px;
	width: 128px;
}
li.m01 a:hover {
	background-position: 0px -45px;
}
li.m02 a:hover {
	background-position: -128px -45px;
}
li.m03 a:hover {
	background-position: -257px -45px;
}
li.m04 a:hover {
	background-position: -385px -45px;
}
li.m05 a:hover {
	background-position: -514px -45px;
}
li.m06 a:hover {
	background-position: -642px -45px;
}
li.m07 a:hover {
	background-position: -772px -45px;
}
/* contents
---------------------------------------------------- */
#contents {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
/* main
---------------------------------------------------- */
#main {
	width: 910px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}
#main2 {
	width: 667px;
	float: left;
}
/* banner
---------------------------------------------------- */
.banner {
	width: 218px;
	float: right;
	margin: 10px 0px 0px 0px;
}
.banner ul {
	width: 218px;
	list-style: none;
}
.banner ul li a {
	overflow:hidden;
	outline:none;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	width: 218px;
}
.banner ul li a:hover {
	text-decoration: none;
}
li.b01 a {
	background: url(../img/banner.jpg) no-repeat 0px 0px;
	height: 143px;
}

li.b02 a {
	background: url(../img/banner.jpg) no-repeat 0px -143px;
	height: 132px;
}
li.b03 a {
	background: url(../img/banner.jpg) no-repeat 0px -275px;
	height: 131px;
}
li.b01 a:hover {
	background-position: -218px 0px;
	text-decoration: none;
}
li.b02 a:hover {
	background-position: -218px -143px;
	text-decoration: none;
}
li.b03 a:hover {
	background-position: -218px -275px;
	text-decoration: none;
}
.banner address {
	width: 218px;
	height: 123px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	display: block;
	background: url(../img/banner.jpg) no-repeat 0px -406px;
}
.banner_toi a {
	overflow:hidden;
	outline:none;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	width: 218px;
	height: 50px;
	background: url(../img/banner.jpg) no-repeat 0px -529px;
}
.banner_toi a:hover {
	text-decoration: none;
	background-position: -218px -529px;
}

/* 
---------------------------------------------------- */
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #C9E9AC; /* 線色 */
   height: 1px; /* 高さ */
	width: 667px;
}

/* footer
---------------------------------------------------- */
#footer {
	width: 100%;
	background: url(../img/footer_back.jpg) repeat-x;
	margin: 15px 0px 0px 0px;
}
.footer_box {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.footer_box1 {
	width: 910px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}
.name {
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
	padding: 15px 0px 0px 0px;
}
.footer_box1 address {
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	float:left;
	font-style: normal;
}
.copy {
	padding: 0px 0px 20px 0px;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
}
.copy a {
	color: #FFF;
	text-decoration: underline;
}
.copy a:hover {
	color: #C9DFFF;
	text-decoration: underline;
}
/* sub
---------------------------------------------------- */
.sub {
	color: #888;
	font-size: 75%;
	line-height: 180%;
	margin: 23px 0px 0px 0px;
	width:800px;
	float: left;
}
.sub a {
	color: #888;
	text-decoration: none;
}
.sub a:hover {
	color: #36F;
	text-decoration: underline;
}
/* pagetop
---------------------------------------------------- */
.pagetop a {
	width: 106px;
	height: 42px;
	text-indent: -9999px;
	text-decoration: none;
	font-size: 9px;
	float: right;
	background: url(../img/pagetop.jpg) no-repeat;
	overflow:hidden;
	outline:none;
	margin: 12px 0px 0px 0px;	
}
.pagetop a:hover {
	background-position: 0px -42px;
	text-decoration: none;
}


