@charset "utf-8";
@import url("reset.css");

/*土台部分*/
body {
	line-height: 1.6em;
	color: #000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 14px;
}
/* for WinIE7 */
*:first-child+html body {
	font-size: 85%;
}
/* for WinIE6 */
*html body {
	font-size: 85%;
}

/*左メニューロールオーバー*/


a#li01 {
	display: block;
	width: 190px;  /*画像の横幅*/
	height: 52px;  /*画像の縦幅*/
	background: transparent url("../image/top/menu01b.gif") no-repeat 0 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
}
a#li01:hover {
  text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
  background-position: 0 -52px;  /*背景をずらす*/
}
a#li02 {
	display: block;
	width: 190px;  /*画像の横幅*/
	height: 52px;  /*画像の縦幅*/
	background: transparent url("../image/top/menu02b.gif") no-repeat 0 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
}
a#li02:hover {
  text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
  background-position: 0 -52px;  /*背景をずらす*/
}
a#li03 {
	display: block;
	width: 190px;  /*画像の横幅*/
	height: 52px;  /*画像の縦幅*/
	background: transparent url("../image/top/menu03b.gif") no-repeat 0 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
}
a#li03:hover {
  text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
  background-position: 0 -52px;  /*背景をずらす*/
}a#li04 {
	display: block;
	width: 190px;  /*画像の横幅*/
	height: 52px;  /*画像の縦幅*/
	background: transparent url("../image/top/menu04b.gif") no-repeat 0 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
}
a#li04:hover {
  text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
  background-position: 0 -52px;  /*背景をずらす*/
}a#li05 {
	display: block;
	width: 190px;  /*画像の横幅*/
	height: 52px;  /*画像の縦幅*/
	background: transparent url("../image/top/menu05b.gif") no-repeat 0 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
}
a#li05:hover {
  text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
  background-position: 0 -52px;  /*背景をずらす*/
}a#li06 {
	display: block;
	width: 190px;  /*画像の横幅*/
	height: 52px;  /*画像の縦幅*/
	background: transparent url("../image/top/menu06b.gif") no-repeat 0 0;  /*hover時の画像を読み込む*/
	text-decoration: none;
}
a#li06:hover {
  text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
  background-position: 0 -52px;  /*背景をずらす*/
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrap {
	background-image: url(../image/top/back2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
*html wrap {
	background-image: url(../image/top/back2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-position:50% 0%;
}

#header {
	background-image: url(../image/top/haeder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 300px;
}
#header p {
	line-height: 20px;
}
#header h1 {
	padding: 5px 0px 0px 0px;
}

#contents {
	background-image: url(../image/top/contents.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
}
#contents_main {
	float: right;
	width: 710px;
}
#contents_main_left {
	float: left;
	width: 380px;
	padding: 60px 40px 0px 80px;
}
#contents_main_left h3 {
	width: 326px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 42px 0px 2px 0px;
}
#whatsnew {
	width: 326px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px 0px 65px 0px;
	padding: 10px 0px 0px 0px;
}
#whatsnew dl {
	width: 326px;
	padding: 0px 0px 10px 0px;
}
#whatsnew dt {
	float: left;
	width: 90px;
}
#whatsnew dd {
	float: right;
	width: 236px;
	color: #FF6600;
}


#contents_main_left h2 {
	padding-bottom: 15px;
	width: 311px;
}

#contents_main_right {
	float: right;
	width: 180px;
	padding: 0px 0px 0px 30px;
}
#tel {
	padding: 40px 0px 0px 0px;
}
.time {
	width: 180px;
	padding: 10px 0px 0px 0px;
}
.time  h3 {
	float: left;
	width: 80px;
}
#map {
	width: 180px;
	padding: 0px 0px 20px 0px;
	line-height: 1.3em;
	font-size: 12px;
}




#contents_side {
	float: left;
	width: 190px;
}
#sidemenu {
	width: 190px;
}
#contents_side h2 {
	width: 190px;
}
#address {
	width: 180px;
	padding: 10px 0px 0px;
	line-height: 1.3em;
}
#footer address {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	color: #FF9900;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 650px;
}

#footer {
	width: 100%;
	padding: 0px 0px 15px 0px;
}
#footer ul {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 180px;
}
#footer li {
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
	height: 20px;
	padding: 0px 0px 0px 5px;
	width: 150px;
}
#back {
	background-image: url(../image/top/back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bold {
	font-weight: bold;
	color: #FF9900;
}

a:link {
 color:black;
}
a:visited {
 color:black;
}
a:active {
 color:gray;
}
a:hover {
 text-decoration:underline;
}
a {
 text-decoration:none;

}

#whatsnew a:link {
	color:#FF6600;
}
#whatsnew a:visited {
	color:#FF6600;
}
#whatsnew a:active {
 color:gray;
}
#whatsnew a:hover {
 text-decoration:underline;
}
#whatsnew a {
 text-decoration:none;

}
#mapphoto {
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
}
