@charset "shift_jis";



body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #FFFFFF;				/*全体の文字色*/
	background-color: #000000;	/*背景色*/
	background-image: url(images/bg.gif);	/*背景色*/
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}


input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


.fla {
	height: 300px;
	background-image: url(images/bg.gif) ;
	padding-top: 72px;
	color: #999999;
	margin-right: auto;
	margin-left: auto;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 890px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 71px;	/*ヘッダーの高さ*/
	width: 890px;
	position: relative;
}

/*ロゴ画像の位置設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
}


/*h1タグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	top: 10px;			/*ヘッダーブロックに対して上から70pxの位置に配置*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	clear: left;
	width: 100%;
	text-align: right;	/*右寄せ*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	top: 400px;		/*ヘッダーブロックに対して上から0pxの位置に配置*/

}

ul#menu li {
	float: left;
	margin-right: 9px;
}

ul#menu li.last {
	margin-right: 0;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 630px;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 520px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 660px;
	padding-top: 80px;
	padding-bottom: 30px;
	float: right;
}

/*h2タグ設定*/
#main h2 {
	color: #FFFFFF;	/*文字色*/
	background-image: url(images/title_bg1.gif);	/*背景画像*/
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 40px;
	padding: 0px 20px;
	height: 40px;
        width: 660px;
	overflow: hidden;
}

/*h5タグ設定*/
#main h5 {
	color: #ffffff;	/*文字色*/
	background-image: url(images/h4_bg.gif);	/*背景画像*/
	background-repeat: no-repeat;
	font-size: 100%;
        margin-top: 10px;
        margin-left: 10px;
	line-height: 40px;
	padding: 0px 20px;
	height: 40px;
        width: 630px;
	overflow: hidden;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}



#main a:hover img {
				
             filter: Alpha(opacity=80);
             opacity: 0.8; /*firefox safari*/
}




/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 220px;
	padding-top: 80px;
	padding-bottom: 30px;
}

/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #78fd00;	/*文字色*/
	border-bottom: 3px solid #78fd00;	/*下線の幅、線種、色*/
        margin-bottom:10px;
}

/*段落タグ*/
#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}


#sub a:hover img {
				
             filter: Alpha(opacity=80);
             opacity: 0.8; /*firefox safari*/
}


/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}

ul.submenu a {
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;	/*下線の幅、線種、色*/
	display: block;
	width: 220px;
	line-height: 40px;
}

ul.submenu a:hover {
	background-color: #31c51e;	/*カーソルオーバー時の背景色*/
	background-image: url(images/menu_button_bg.gif);
	padding-left: 20px;
	width: 200px;
	color: #000000;	/*文字色*/
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}


#footer a:hover {
	color: #31c51e;
	background-color: #222222;	/*カーソルオーバー時の文字色*/
	text-decoration: underline;	/*カーソルオーバー時に下線を消す設定*/

}

#footer .ta{
        margin-left: auto;
        margin-right: auto;
	padding: 10px;	/*テーブル内の余白*/


}






/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 650px;
        margin-top: 5px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #78fd00;	/*枠線の幅、線種、色*/
}

/*テーブル内の右側*/
.ta1 td{
	width: 467px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 150px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #133500;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: center;
	background-color: #1BA50A;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #FFFFFF;
}


/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 622px;
        margin: 5px 10px;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #78fd00;	/*枠線の幅、線種、色*/
}

/*テーブル内の右側*/
.ta2 td{
	width: 467px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 150px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #1BA50A;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: 200px;
	text-align: left;
	background-color: #3ca700;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta2 th.tamidashi a {
	color: #FFFFFF;
}

.ta2 th.tamidashi a:hover {
	color: #5FDCDC;
}




/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #222222;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #17D000;
}


.redbox {
	color: #17D000;
}

.pagetop {
	text-align: right;
        margin-top: 200px;
}


.small {
	font-size: 10px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	line-height: 30px;
	font-weight: normal;
}

.rollover_wheel {
				
             background : url(images/menu_wheel.gif) no-repeat;
             width:220px;
             height:80px;
             margin-top:5px;
}
.rollover_wheel  a {
				
             display:block;
             outline:none;
             width:220px;
             height:80px;
}
.rollover_wheel a:hover{
				
             text-indent:-9999px;
}


.rollover_interior {
				
             background : url(images/menu_interior.gif) no-repeat;
             width:220px;
             height:80px;
             margin-top:5px;
}
.rollover_interior  a {
				
             display:block;
             outline:none;
             width:220px;
             height:80px;
}
.rollover_interior a:hover{
				
             text-indent:-9999px;
}




.rollover_headlight {
				
             background : url(images/menu_headlight.gif) no-repeat;
             width:220px;
             height:80px;
             margin-top:5px;
}
.rollover_headlight  a {
				
             display:block;
             outline:none;
             width:220px;
             height:80px;
}
.rollover_headlight a:hover{
				
             text-indent:-9999px;
}



.rollover_manicure {
				
             background : url(images/menu_manicure.gif) no-repeat;
             width:220px;
             height:80px;
             margin-top:5px;
}
.rollover_manicure  a {
				
             display:block;
             outline:none;
             width:220px;
             height:80px;
}
.rollover_manicure a:hover{
				
             text-indent:-9999px;
}


.rollover_contact {
				
             background : url(images/contact_n.png) no-repeat;
             width:630px;
             height:223px;
             margin-top:5px;
}
.rollover_contact  a {
				
             display:block;
             outline:none;
             width:630px;
             height:223px;
}
.rollover_contact a:hover{
				
             text-indent:-9999px;
}

.imgleft{

                  float:left;
                  padding: 5px;
                  border-style: solid;
                  border-width: 2px;
                  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
                  margin: 5px 15px 5px 4px;
}

.imgright{
                  padding: 5px;
                  border-style: solid;
                  border-width: 2px;
                  border-color: #DCE3E3 #C1C1C1 #C1C1C1 #DCE3E3;
                  float:right;
                  margin: 5px 4px 5px 15px;
}

.none{
                  border-style: none;
}

/*ミニボックス
---------------------------------------------------------------------------*/
.boxmini {
	overflow: auto;
	padding: 5px;		/*ボックスの左の線*/
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
	width: 300px;
	height: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;

}

.boxmini_2 {
	padding: 5px;		/*ボックスの左の線*/
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
	width: 300px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;
	height: auto;
        overflow-x: hidden;
}


/*h4見出し設定*/
.boxmini h4 {
	font-size: 100%;
	color: #33ff66;	/*文字色*/
}

.boxmini h4 a {
	color: #5B92D7;	/*リンクにした際に色が黒に戻らないように設定*/
}

.boxmini p {
        margin: 0;
	font-size: 12px;
	line-height: 1.6;
}

.boxmini a:hover img {
				
             filter: Alpha(opacity=80);
             opacity: 0.8; /*firefox safari*/
}

/*カレンダー
------------------------------------------------------------------*/
.calbox{
	font-size: 11px;
}

.calbox table{
	margin-right: auto;
	margin-left: auto;
}

.w{
background-color:#f5f5f5; /* 曜日の部分の背景色 */
color:#000000;            /* 曜日の部分の文字色 */
}

.moji1{
font-size:12px;
}

.tbl{
border:1px solid #000000; /* 枠の色 */
border-collapse:collapse;
}

.tbl td{ 
border:1px solid #000000; /* 枠の色 */
border-collapse:collapse; 
font-size:12px;           /* 日付と曜日の文字の大きさ */
        color: #000000;
}

.colcolor {
	color:#68b51d;	/*■色は休業日です*/
}

/*ボックス
---------------------------------------------------------------------------*/
.box {
				
	overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
	border-top: 1px solid #bfbfbf;		/*ボックスの上の線*/
	border-right: 1px solid #bfbfbf;	/*ボックスの右の線*/
	border-bottom: 1px solid #bfbfbf;	/*ボックスの下の線*/
	border-left: 5px solid #00DC13;		/*ボックスの左の線*/
	margin-bottom: 1em;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

/*写真の配置設定*/
.box img {
				
	float: left;
	width: 230px;	/*配置する写真に合わせてここは変更する*/
	padding: 4px;

}

.box img.button {
				
	width: 200px;
	float: left;

}

.box a:hover img {
				
             filter: Alpha(opacity=80);
             opacity: 0.8; /*firefox safari*/
             display:block;
}


.box a:hover img.button {
				
             filter: Alpha(opacity=80);
             opacity: 0.8; /*firefox safari*/
             display:block;
}

/*h3見出し設定*/
.box h3 {
				
	font-size: 100%;
	color: #ffff33;	/*文字色*/
	padding-left: 240px;	/*左の写真サイズに合わせてここは調整*/
}
.box h3 a {
				
	color: #055723;	/*リンクにした際に色が黒に戻らないように設定*/
}

.box p {
				
	padding: 0px 0px 0px 240px !important;	/*左の写真サイズに合わせてここは調整*/
}

.box p.price_villa {
				
				
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}


.box ul {
				
				
	padding: 0px;
	margin: 10px;
}
.box li {
				
				
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
	line-height: 120%;
}
.box li em {
				
				
	font-style: normal;
	color: #000066;
	font-size: 1em;
	font-weight: bold;
}

.box li a {
				
				
	font-size: 100%;
	text-decoration: none;
	color: #61921C;
	padding: 4px;
	font-weight: bold;
	margin: 0px;
}
.box li a:hover {
				
				
	background-color: #FFCC00;
}

/*テーブル3
---------------------------------------------------------------------------*/
.ta3 {
        border-width : 3px;
        border-style : dotted;
        border-color : lime;
	width: 630px;
        margin: 5px 10px;
        padding: 20px;
	font-size: 115%;
}
.ta3 td{
	padding: 15px;	/*テーブル内の余白*/
}


.ta_yoyaku {
	width: 220px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.ta_yoyaku , .ta_yoyaku  td, .ta_yoyaku  th{
	border: 1px solid #ffffff;	/*枠線の色*/
}

.ta_yoyaku  td  {
	padding: 5px;	/*テーブル内の余白*/
	width: 70px;
	text-align: center;
}

.ta_yoyaku  th{
	background-color: #68b51d;	/*左側thタグの背景色*/
	width: 33px;	/*左側thタグの幅*/
	text-align: center;
	color: #FFFFFF;	/*文字色を白に*/
}
