@charset "utf-8";
@import url("reset.css");


/*土台部分*/
body {
	line-height: 20px;
	color: #333;
	font-family:  Arial, Verdana,   Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
}
/* for WinIE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for WinIE6 */
*html body {
	font-size: 75%;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header #name h1/*ヘッダー内*/
 {
	float: left;
	width: 230px;
}
#header  #name #header_right {
	float: right;
	width: 620px;
	text-align: right;
	height: 60px;
}
#header  #name  #header_right ul {
	margin: 15px 0px 0px 0px;
}
#header  #name  #header_right li {
	background-image: url(../image/top/ya01.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	float: right;
	padding: 0px 15px 0px 12px;
}
#header  #name  #header_right p {
	padding: 0px 15px 0px 0px;
}
*html  #header #name #header_right{
margin: 0px 0px -15px 0px;
}

/*トップメニューロールオーバー*/
#header #top_menu {
	width: 850px;
	margin: 0px;
	padding: 0px;
}
#header #top_menu li {
	float: left;
	width: 170px;
}

#top_menu a{
	display: block;
	width: 170px;  /*画像の横幅*/
	height: 32px;  /*画像の縦幅*/
	text-decoration: none;
}
#top_menu a:hover{
overflow:hidden;
text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
}

#top_menu a#top01 {
	background: transparent url(../image/top/images/top_menu_ov_01.gif) no-repeat 0 0; 
	/*hover時の画像を読み込む*/
}
#top_menu a#top01:hover {
  background-position: 0 -32px;  /*背景をずらす*/
  }

#top_menu a#top02 {
	background: transparent url(../image/top/images/top_menu_ov_02.gif) no-repeat 0 0; 
	/*hover時の画像を読み込む*/
}
#top_menu a#top02:hover {
  background-position: 0 -32px;  /*背景をずらす*/
}

#top_menu a#top03 {
	background: transparent url(../image/top/images/top_menu_ov_03.gif) no-repeat 0 0; 
	/*hover時の画像を読み込む*/
}
#top_menu a#top03:hover {
  background-position: 0 -32px;  /*背景をずらす*/
}

#top_menu a#top04 {
	background: transparent url(../image/top/images/top_menu_ov_04.gif) no-repeat 0 0; 
	/*hover時の画像を読み込む*/
}
#top_menu a#top04:hover {
  background-position: 0 -32px;  /*背景をずらす*/
}

#top_menu a#top05 {
	background: transparent url(../image/top/images/top_menu_ov_05.gif) no-repeat 0 0; 
	/*hover時の画像を読み込む*/
}
#top_menu a#top05:hover {
  background-position: 0 -32px;  /*背景をずらす*/
}



/*コンテンツ内*/

/*中央バナーロールオーバー*/

#center_menu a{
	display: block;
	width: 266px;  /*画像の横幅*/
	height: 89px;  /*画像の縦幅*/
	text-decoration: none;
}
#center_menu a:hover{
overflow:hidden;
text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
}

#center_menu a#sun {
	background: transparent url(../image/top/images/main_botan_ov_01.jpg) no-repeat 0 0;
	/*hover時の画像を読み込む*/
}
#center_menu a#sun:hover {
	background-position: 0 -89px;  /*背景をずらす*/
}

#center_menu a#footstool {
	background: transparent url(../image/top/images/main_botan_ov_02.jpg) no-repeat 0 0;
	/*hover時の画像を読み込む*/
}
#center_menu a#footstool:hover {
	background-position: 0 -89px;  /*背景をずらす*/
}

#center_menu a#sound {
	background: transparent url(../image/top/images/main_botan_ov_03.jpg) no-repeat 0 0;
	/*hover時の画像を読み込む*/
}
#center_menu a#sound:hover {
	background-position: 0 -89px;  /*背景をずらす*/
}


/*お問い合わせバナーロールオーバー*/
#contact a#bana {
	display: block;
	width: 282px;  /*画像の横幅*/
	height: 43px;  /*画像の縦幅*/
	background: transparent url(../image/top/contact_ov_03.gif) no-repeat 0 0;
	/*hover時の画像を読み込む*/
	text-decoration: none;
}
#contact a#bana:hover {
  text-indent: -9999px;  /*hover時だけ画像を飛ばす*/
  background-position: 0 -43px;  /*背景をずらす*/
  overflow:hidden;
}

#contents {
	width: 850px;
	padding: 0px 0px 30px 0px;
}
#contents #center_menu {
	width: 850px;
	height: 94px;
	background-image: url(../image/top/main_botan_back.jpg);
	background-repeat: repeat;
	background-position: left top;
}
#contents #center_menu li {
	float: left;
	padding: 0px;
}
#contents #center_menu #wide01 {
	padding: 0px 0px 0px 14px;
}
#contents #center_menu #wide02 {
	padding: 0px 0px 0px 12px;
}
#contents #center_menu #wide03 {
	padding: 0px 0px 0px 11px;
}

#contents #contents_left {
	float: left;
	width: 528px;
	margin: 15px 0px 0px 0px;
}
#contents #contents_right {
	float: right;
	margin: 15px 0px 0px 0px;
	width: 282px;
}
#contents #contents_left ul {
	width: 528px;
}
#contents #contents_left dt {
	float: left;
	width: 75px;
	line-height: 14px;
	margin: 10px 0px 0px 0px;
}
#contents #contents_left dd {
	float: right;
	width: 378px;
	line-height: 14px;
	margin: 10px 0px 0px 0px;
}
#contents #contents_right #system {
	width: 282px;
	background-image: url(../image/top/h3_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 15px 0px 0px 0px;
}

/*フッター内*/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 12px;
	width: 850px;
	padding-top: 5px;
}
#footer #footer_left {
	float: left;
	width: 100px;
}
#footer #footer_right {
	float: right;
	width: 750px;
	text-align: right;
}


/*リンク設定*/
#header a:link {
 color:#000000;
}
#header a:visited {
 color:#000000;
}
#header a:active {
 color:gray;
}
#header a:hover {
 color:#000000;
 text-decoration:underline;
}
#header a {
 text-decoration:none;
}

#footer a:link {
 color:#666666;
}
#footer a:visited {
 color:#666666;
}
#footer a:active {
 color:gray;
}
#footer a:hover {
 color:#666666;
 text-decoration:underline;
}
#footer a {
 text-decoration:underline;
}

#hvac{
	text-align:right;
	width:285px;
	margin:20px 0 10px;
}

#nes{
	margin:15px 0 0 0;
}

#econoki{
 text-align:right;
 margin-top:15px;
}
