/*基本セレクタ*/


body {/*ページ全体*/
	background-color: #DCDCDC;
	/*background-image: url(../images/bg/top/bg_top.png);*/
	background-position: 0% 0%;
	background-repeat: repeat-x;
	/*background-repeat: repeat-y; 縦方向にのみ背景画像を繰り返して表示*/
	font-size: 90%;/*文字サイズ*/
	margin: 0px;/*余白*/
	padding: 0px;/*文字と枠の間の幅*/
	color: #333333;/* 文字色 */
	text-align: center;/*ページ全体を中央揃え*/
	line-height: 120%;/* 行間設定 */
}


h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;/*上マージンを指定*/
	margin-bottom: 0;/*下マージンを指定*/
}

/*リストを画像*/
ul { 
list-style-image: url(../images/top/list.png);
margin-left:60px; 
} 

hr {/*横罫線*/
	display: 100%;/*要素の表示形式（ブロック・インライン）を指定*/
}
a {/*リンク*/
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #990066;
}
a:hover {
	color: #139E27;
	text-decoration: underline;
	background: #94F9A3;
}
a:active {
	color: #1A7111;
	text-decoration: none;
}
table { 
background-color: #ffffff; 
}


/*コピーライトなどのフッター*/
#footer { font-size:90% ; color: #666666 ; text-align: center;}

#footer_contents{
    width: 970px;
    margin: 0px 0px 0px 50px;/*［上］［右］［下］［左］*/
    padding: 0;
    background-color: #FFFFFF;
    float: left;
	text-align:left;
}


/*----- TOPメイン設定 -----*/

#navi_left{
    width: 200px;
    margin: 0px 30px 0px 10px;/*［上］［右］［下］［左］*/
    padding: 0;
    background-color: #FFFFFF;
    float: left;
	text-align:left
}

#main_contents{
    width: 740px;
    margin: 0px 10px 0px 0px;/*［上］［右］［下］［左］*/
    padding: 0;
    background-color: #FFFFFF;
    float: left;
	text-align:left;
}


/*----- INFO -----*/
#info {
	width: 100%;
	text-align: left;
	margin: 10px 0px 0px 0px;
	line-height:110%;
	}

#info td{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted;
	border-bottom-color: #AAAAAA;
	}

#info th{
	padding: 0px 5px 10px 0px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	}

/*----- テーブルボーダー設定 １-----*/
#table-style1 table {
	line-height: 150%;/* 行間設定 */
	border-collapse: collapse;
	}

#table-style1 td,
#table-style1 th{
	border: 1px solid;
	border-color: #2867B3;
	padding: 3px 3px 3px 3px;
	}

#table-style1 th#line101{
	background-color: #ffffff;
	}

/*----- テーブルボーダー設定 ２-----*/
#table-style2 table {
	line-height: 150%;/* 行間設定 */
	border-collapse: collapse;
	}

#table-style2 td,
#table-style2 th{
	border: 1px solid;
	border-color: #2867B3;
	padding: 0px 0px 0px 5px;/*［上］［右］［下］［左］*/
	font-weight: normal;
	}

#table-style2 th#line101{
	background-color: #87ceeb;/* 見出し */
	}
#table-style2 th#line102{
	background-color: #2FA7DB;/* 見出し */
	}

#table-style2 td#line101{
	background-color: #87ceeb;
	}

/*----- テーブルボーダー設定 ３-----*/
#table-style3 table {
	line-height: 150%;/* 行間設定 */
	border-collapse: collapse;
	}

#table-style3 td,
#table-style3 th{
	border: 1px solid;
	border-color: #9E4F02;
	padding: 3px 3px 3px 3px;/*［上］［右］［下］［左］*/
	font-weight: normal;
	}

#table-style3 th#line101{
	background-color: #CD853F;/* 見出し */
	}
#table-style3 th#line102{
	background-color: #2FA7DB;/* 見出し */
	}

#table-style3 td#line101{
	background-color: #87ceeb;
	}


/*----- ロールオーバー　透過させる XHTML -----*/
#btn_rollover a:hover {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity: 0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 0.99; /* IE */
}


/*----- 分譲地 -----*/
#top-main {
	width: 95%;
	text-align: left;
	margin: 20px 0px 0px 0px;
	}

#top-main-left {
	width: 55%;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	}

#top-main-right {
	width: 40%;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	}

#table-style5 table {
	line-height: 150%;/* 行間設定 */
	border-collapse: collapse;
	}

#table-style5 td,
#table-style5 th{
	border: 1px solid;
	border-color: #FF9900;
	padding: 3px 3px 3px 3px;
	}

#table-style5 th#line101{
	background-color: #FECE76;
	}

/*----- リフォーム -----*/

#top-main-reform {
	width: 95%;
	text-align: left;
	margin: 0px 0px 0px 0px;/*［上］［右］［下］［左］*/
	}

#top-main-left-reform {
	width: 35%;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	}

#top-main-right-reform {
	width: 58%;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	}


#table-style6 table {
	line-height: 150%;/* 行間設定 */
	border-collapse: collapse;
	}

#table-style6 td,
#table-style6 th{
	border: 1px solid;
	border-color: #EB7E1C;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	}

#table-style6 th#line101{
	background-color: #FC9F4C;
	}

/*----- リフォームショップ -----*/
#top-main-reformshop {
	width: 95%;
	text-align: left;
	margin: 20px 0px 0px 0px;
	}

#top-main-left-reformshop {
	width: 25%;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	}

#top-main-right-reformshop {
	width: 68%;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	}

#table-style7 table {
	line-height: 150%;/* 行間設定 */
	border-collapse: collapse;
	}

#table-style7 td,
#table-style7 th{
	border: 1px solid;
	border-color: #EB7E1C;
	padding: 3px 3px 3px 3px;
	font-weight: normal;
	}

#table-style7 th#line101{
	background-color: #FC9F4C;
	}


/*----- 医院 -----*/
#top-main-hospital {
	width: 95%;
	text-align: left;
	margin: 20px 0px 0px 0px;
	}

#top-main-left-hospital {
	width: 35%;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	}

#top-main-right-hospital {
	width: 58%;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	}

/*----- ショップ -----*/
#top-main-shop {
	width: 95%;
	text-align: left;
	margin: 20px 0px 0px 0px;
	}

#top-main-left-shop {
	width: 25%;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	}

#top-main-right-shop {
	width: 68%;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	}

/*----- 分譲地 -----*/
#table-style8 table {
	line-height: 150%;/* 行間設定 */
	border-collapse: collapse;
	}

#table-style8 td,
#table-style8 th{
	border: 1px solid;
	border-color: #FF9900;
	padding: 3px 3px 3px 3px;
	}

#table-style8 th#line101{
	background-color: #FECE76;
	}

/*----- サイトマップ -----*/
#top-main-sitemap {
	width: 95%;
	text-align: left;
	margin: 20px 0px 0px 0px;
	}

#top-main-left-sitemap {
	width: 45%;
	text-align: left;
	float: left;
	padding: 0px 0px 0px 0px;
	}

#top-main-right-sitemap {
	width: 45%;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	}


/*----- プルダウン -----*/
/*
#pulldown_ul {
	margin-left:0px;
	padding-left:0px;
}

#pulldown_ul li{
position:relative;
display:block;
width:65px;
height:20px;
}

#pulldown_ul li ul{
display:none;
}

#pulldown_ul li:hover ul{
display:block;
position:absolute;
top:0px; 
left:80px;
} 

#pulldown_ul li:hover ul li {
background:#FFFF80; 
}
*/