@charset "shift_jis";
/********************************/
/***     ブラウザリセット     ***/
/********************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, table, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
html, body {
	height:100%;
}
/* ----テキストリンク---- */
a {
	color:#333333;
	text-decoration:underline;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#57b76f;
	text-decoration:underline;
}
a:active {
	color:#333333;
	text-decoration:underline;
}
/* ----クリアフィックス---- */
.clearfix:after {
	height:0;
	visibility:hidden;
	content:".";
	display:block;
	clear:both;
}
.clearfix {
	_height:1px;
	min-height:1px;/*￥*//*/
  height:auto;
  overflow:hidden;
  /**/
}
/********************************/
/***        ボディ部分        ***/
/********************************/

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color:#f2f2ee;
}
#wrapper {
	width: 900px;
	height:100%;
	background-image: url(../img/bg.png);
	margin:0 auto;
	padding:0 10px 0 10px;
	min-height:100%;
}
body > #wrapper {
	height:auto;
}
/********************************/
/***        ヘッダ部分        ***/
/********************************/

#header {
	width:860px;
	height:100px;
	background-image:#ffffff;
	padding:0 20px 0 20px;
}
#headerleft {
	width:362px;
	float:left;
}
#headerleft h1 a {
	height:100px;
	background:url(../img/logo.png) no-repeat 0 17px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
#headerright {
	width:218px;
	float:right;
}
#headerright p {
	height:100px;
	background:url(../img/tel.png) no-repeat 0 center;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
/********************************/
/***      フラッシュ部分      ***/
/********************************/

#flash {
	width: 900px;
	height: 300px;
	background-image: #ffffff;
	padding:0;
	clear:both;
}
/********************************/
/***        メイン部分        ***/
/********************************/

#main {
	width: 860px;
	background-image: #ffffff;
	padding:20px 20px 0 20px;
}
/* ----メニュー---- */
#mainMenu {
	width:180px;
	margin:0 0 50px 0;
	float:left;
}
#globalnavi a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 180px;
	background: url(../img/globalnavi.png) no-repeat;
}
/* ----メニューOff---- */
#menu1 a {
	height:51px;
}
#menu2 {
	height:49px;
	text-indent: -9999px;
	overflow: hidden;
	width: 180px;
	background: url(../img/globalnavi.png) 0 -51px;
}
#menu3 a {
	background: url(../img/globalnavi.png) 0 -100px;
	height:30px;
}
#menu4 a {
	background: url(../img/globalnavi.png) 0 -130px;
	height:30px;
}
#menu5 a {
	background: url(../img/globalnavi.png) 0 -160px;
	height:35px;
}
#menu6 a {
	background: url(../img/globalnavi.png) 0 -195px;
	height:50px;
}
#menu7 a {
	background: url(../img/globalnavi.png) 0 -245px;
	height:50px;
}
#menu8 a {
	background: url(../img/globalnavi.png) 0 -295px;
	height:50px;
}
#menu9 a {
	background: url(../img/globalnavi.png) 0 -345px;
	height:50px;
}
#menu10 a {
	background: url(../img/globalnavi.png) 0 -395px;
	height:53px;
}
/* ----メニューOn---- */
#menu1 a:hover {
	background: url(../img/globalnavi.png) 180px 0;
	height:51px;
}
#menu2 {
}
#menu3 a:hover {
	background: url(../img/globalnavi.png) 180px -100px;
	height:30px;
}
#menu4 a:hover {
	background: url(../img/globalnavi.png) 180px -130px;
	height:30px;
}
#menu5 a:hover {
	background: url(../img/globalnavi.png) 180px -160px;
	height:35px;
}
#menu6 a:hover {
	background: url(../img/globalnavi.png) 180px -195px;
	height:50px;
}
#menu7 a:hover {
	background: url(../img/globalnavi.png) 180px -245px;
	height:50px;
}
#menu8 a:hover {
	background: url(../img/globalnavi.png) 180px -295px;
	height:50px;
}
#menu9 a:hover {
	background: url(../img/globalnavi.png) 180px -345px;
	height:50px;
}
#menu10 a:hover {
	background: url(../img/globalnavi.png) 180px -395px;
	height:53px;
}
/********************************/
/***        フッタ部分        ***/
/********************************/

#footer {
	width: 900px;
	background: #ffffff;
	padding:0 0 20px 0;
	clear:both;
}
#footer p {
	height:20px;
	background:url(../img/copy.png) no-repeat 0 center;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin:5px 0 0 20px;
	clear:both;
}
#footer ul {
	background: #d2cfc3;
	padding: 5px 0;
}
#footer li {
	float:left;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
	border-right:#a8a7a4 solid 1px;
}
#footer li#menutop {
	float:left;
	margin:0 10px 0 20px;
}
#footer li#menulast {
	float:left;
	border-right:none;
}
