@charset "UTF-8";
/* CSS Document */

/*---------- ページ全体 ----------*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
}
body {
	line-height: 1.3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: left;
	color: 000000;
	background-color: #888787;
}

.arrow a:link {
	text-decoration: none;
	color: #ad966c;
}

.arrow a:hover {
	text-decoration: none;
	color: #dabd88;
}
.arrow a:visited {
	text-decoration: none;
	color: #dabd88;
}

img {
	border: none;
}

/*---------- メイン ----------*/
#main {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 980px;
	background-color: #ffffff;
}

/*---------- ヘッダー ----------*/
#header {
	height: 123px;
	background-color: #424244;
	margin: 0;
	padding: 0;
}
#header .ci {
	width: 258px;
	height: 101px;
	margin: 0;
	padding: 11px  0 0 18px;
	float: left;
}

#header .nav {
	width: 174px;
	height: 30px;
	margin: 0;
	padding: 55px 33px 0 0;
	float: right;
}

#header .nav img {
	vertical-align: top;
}

/*---------- トップイメージ ----------*/
#topimage {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 389px;
	vertical-align: bottom;
	top: 0;
}
#mainimage {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 250px;
	vertical-align: top;
	top: 0;
}
/*---------- メインメニュー ----------*/
#dd {
}
#dd .mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
.submenu {
	margin:0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	z-index: 1000;
}
.submenu a {
  display: block;
  text-align: left;
}
#global-nav {
	width: 980px;
	height: 48px;
}
/* メインメニューの位置指定
--------------------*/
a.menu1 {
	color: #000;
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
	width: 219px;
	height: 48px;
	margin: 0;
	padding: 0;
}
a.menu1 img {
	margin: -96px 0 0 0;
}
a.menu1:hover{
	background-color: #063b19;
	color: #000;
}
a.menu1:hover img {
	position: relative;
	top: 96px;
}

a.menu2 {
	color: #000;
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
}
a.menu2 img {
	margin: -96px 0 0 -219px;
}
a.menu2:hover{
	background-color: #063b19;
	color: #000;
}
a.menu2:hover img {
	position: relative;
	top: 96px;
}

a.menu3 {
	color: #000;
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
	width: 261px;
	height: 48px;
	margin: 0;
	padding: 0;
}
a.menu3 img {
	margin: -96px 0 0 -452px;
}
a.menu3:hover {
	background-color: #063b19;
	color: #000;
}
a.menu3:hover img {
	position: relative;
	top: 96px;
}

a.menu4 {
	color: #000;
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
	width: 267px;
	height: 48px;
	margin: 0;
	padding: 0;
}
a.menu4 img {
	margin: -96px 0 0 -713px;
}
a.menu4:hover {
	background-color: #063b19;
	color: #000;
}
a.menu4:hover img {
	position: relative;
	top: 96px;
}
/* ハイライト時
--------------------*/
a.menu1_highlight , a.menu2_highlight , a.menu3_highlight , a.menu4_highlight {
	color: #000;
	display: block;
	overflow: hidden;
	text-align: left;
	position: relative;
	height: 48px;
	margin: 0;
	padding: 0;
}

a.menu1_highlight {
	width: 219px;
}
a.menu2_highlight {
	width: 233px;
}
a.menu3_highlight {
	width: 261px;
}
a.menu4_highlight {
	width: 267px;
}
a.menu1_highlight img {
	padding: 0;
	margin: -48px 0 0 0;
}
a.menu2_highlight img {
	padding: 0;
	margin: -48px 0 0 -219px;
}
a.menu3_highlight img {
	padding: 0;
	margin: -48px 0 0 -452px;
}
a.menu4_highlight img {
	padding: 0;
	margin: -48px 0 0 -713px;
}
/*---------- サブメニュー ----------*/

/* サブメニューの位置指定
--------------------*/
a.smenu1 {
	color: #063b19;
	display: block;
	overflow: hidden;
	text-align: left;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: relative;
}
a.smenu1 img {
	margin: 0 0 0 -233px;
}
a.smenu1:hover {
	background-color: #063b19;
	color: #000;
}
a.smenu1:hover img {
	position: relative;
	top: 0;
	left: 233px;
}

a.smenu2 {
	color: #063b19;
	display: block;
	overflow: hidden;
	text-align: left;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: relative;
}
a.smenu2 img {
	margin: -48px 0 0 0;
}
a.smenu2:hover {
	background-color: #063b19;
	color: #000;
}
a.smenu2:hover img {
	position: relative;
	top: 0;
	left: -233px;
}

a.smenu3 {
	color: #063b19;
	display: block;
	overflow: hidden;
	text-align: left;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: relative;
}
a.smenu3 img {
	margin: -96px 0 0 0;
}
a.smenu3:hover {
	background-color: #063b19;
	color: #000;
}
a.smenu3:hover img {
	position: relative;
	top: 0;
	left: -466px;
}
/* サブメニューのハイライト時
--------------------*/
.smenu1_highlight {
	color: #063b19;
	display: block;
	overflow: hidden;
	text-align: left;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}
a.smenu2_highlight {
	color: #063b19;
	display: block;
	overflow: hidden;
	text-align: left;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}
a.smenu2_highlight img {
	margin: -48px 0 0 -233px;
	}
a.smenu3_highlight {
	color: #063b19;
	display: block;
	overflow: hidden;
	text-align: left;
	width: 233px;
	height: 48px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}
a.smenu3_highlight img {
	margin: -96px 0 0 -466px;
}
/* サブメニューの半透明処理
--------------------*/
.submenu {
 filter: alpha(Opacity=90);
	opacity: 0.9;
}

/*---------- サイドメニュー ----------*/
#left-nav {
	width: 225px;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
#left-nav li {
	list-style: none;
}
a#sidemenu1 {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif") top right;
} 
a#sidemenu1:hover {
	background-position: top left;
}

a#sidemenu2 {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif");
   background-position: 225px -42px; 
}
a#sidemenu2:hover {
   background-position: 0 -42px; 
}

a#sidemenu3 {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif");
   background-position: 225px -84px; 
}
a#sidemenu3:hover {
   background-position: 0 -84px; 
}

a#sidemenu4 {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif");
   background-position: 225px -126px; 
}
a#sidemenu4:hover {
   background-position: 0 -126px; 
}

a#sidemenu5 {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif");
   background-position: 225px -168px; 
}
a#sidemenu5:hover {
   background-position: 0 -168px; 
}
/* サイドメニュー　ハイライト時
--------------------*/
a#sidemenu1_highlight {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif") top left;
} 
a#sidemenu2_highlight {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif");
   background-position: 0 -42px; 
}
a#sidemenu3_highlight {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif");
   background-position: 0 -84px; 
}
a#sidemenu4_highlight {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif");
   background-position: 0 -126px; 
}
a#sidemenu5_highlight {
   display: block;
   width: 225px;
   height: 42px;
   text-indent: -1000px;
   background: url("img/top/side_menu.gif");
   background-position: 0 -168px; 
}

/*---------- コンテンツ ----------*/
#contents {
	margin: 0;
	padding: 0 0 20px 0;
	width: 754px;
	border-left: 1px #e4d5ba solid;
	float: left;
}

/* 間取り図を見る
--------------------*/
#contents .room {
	width: 682px;
	margin: 0 auto;	margin-top: 46px;
	text-align: right;
}

/* スタジオ一覧
--------------------*/
#contents .studiophoto {
	
}

#contents .outline {
	width: 708px;
	margin: 0 auto;
}
#contents .outline_photo {
	float: left;
	width: 210px;
}
#contents .outline_text {
	width: 418px;
	height: 271px;
	padding: 22px 25px;
	float: right;
	background-color: #f1eadc;
}
#contents .outline_text p {
	padding-left: 14px; 
}

#contents .studioimage {
	margin: 0 auto;
	padding: 0;
	width: 708px;
	height: 411px;
	background: #fff;
}

#contents .studio_text {
	width: 503px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

/* h3
--------------------*/
#contents .title {
	margin-top: 23px;
	margin-bottom: 10px;
	margin-left: 23px;
}

/* h4
--------------------*/
/* h4 トップページ */
#contents .information {
	margin: 0 0 0 39px;
}
#contents .Hayama , .Nedu , .Tetsugakudo {
	width: 205px;
	padding: 0;
	float: left;
}
#contents .Hayama {
	margin: 0 0 0 39px;
}
#contents .Nedu , .Tetsugakudo {
	margin: 0 0 0 30px;
}
.studio {
	margin: 12px 0 3px 0;
}
.comment {
	margin: 5px 0 0 0;
	font-size: 12px;
	height: 80px;
}
.arrow {
	text-align: right;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #ad966c;
	text-decoration: none;
}

/* h4 スタジオ一覧 */
.price_text {
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: 1.2em;
}

#inqurybtn {
	text-indent:-7000px;
}
#inqurybtn a, #inqurybtn a:link , #inqurybtn a:visited {
	margin-top:45px;
	display: block;
	height:42px;
	width: 503px;
	background:url(img/studio/yoyaku_button.gif) no-repeat 0px -42px;
}
#inqurybtn a:active , #inqurybtn a:hover{
	background-position: 0px 0px;
}
.h001 {
	background:url(img/hayamakan/hayama_slideshow/h_001.jpg) no-repeat;
}

/*---------- フッター ----------*/
#footer {
	width: 100%;
	margin: 0;
	padding: 13px 0 1px 0;
	background-color: #e4d5ba;
	text-align: center;
}
