/*-----全体構造-----*/
body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(../images/base/bg.png);
	background-position:center 0px;
	background-repeat:no-repeat;
	font-size:normal;
	text-align:center;
}

h1, h2, h3{
	margin:0px;
}

hr{
	border:1px solid #FF9600;
}

/* address tag for copyright. */
address{
	font-style:normal;
}

em{
	font-weight:normal;
	font-style:normal;
}

strong{
	font-weight:normal;
}



img{
	border:0px;
}

.sub{
	font-size:0.8em;
	color:#926116;
}

#background{
	position:relative;
	width:1000px;
	margin:0 auto;
	margin-top:363px;
	text-align:center;
	background-image:url(../images/base/shadow.png);
}

#container{
	position:relative;
	width:1000px;
	margin:0px auto;
	text-align:center;
}

#description{
	width:950px;
	height:20px;
	line-height:20px;
	margin:0px auto;
}

#description .text{
	width:950px;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
}

#description h2{
	margin:0px;
	font-size:12px;
	font-weight:normal;
}

#description h1{
	display:inline;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}

#description h2{
	width:950px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	color:#FFFFFF;
}

#header{
	width:950px;
	height:84px;
	background-repeat:no-repeat;
	margin:0px auto;
}

#header h1{
	margin:0px;
}

#globalnavi{
	display:inline;
	width:950px;
	height:50px;
	margin-left:35px;
	float:left;
}

#globalnavi ul{
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#globalnavi li{
	margin:0px;
	padding:0px;
	float:left;
	width:129px;
	height:50px;
	line-height:30px;
}

#maincontentsbox{
	width:1000px;
	background-image:url(../images/contents/top/body_top.png);
	padding:0px;
	background-repeat:no-repeat;
	font-size:0.9em;
}

#contentsbox{
	position:relative;
	width:930px;
	top:20px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

#contentsbox div.center{
	width:930px;
	text-align:center;
}

#footer{
	font-size:80%;
	display:inline;
	width:950px;
	margin-left:25px;
	background-color:#391b00;
	color:#FFFFFF;
	padding:5px 0px;
	float:left;
}

#footer a
{
	color:#FFFFFF;
}

#footer address{
	width:950px;
	margin:0px;
	font-weight:normal;
	font-style:normal;
	line-height:30px;
}

#footer .designed{
	font-size:0.9em;
	text-align:right;
	margin-right:10px;
}

/*-----ナビゲーションボタン設定-----*/


#globalnavi a{
	display:block;
	width:129px;
	height:50px;
	float:left;
	background-repeat:no-repeat;
}

#globalnavi a:hover{
	background-position:0px -50px;
}

#globalnavi a.top{
	background-image:url(../images/g_menu/top.png);
}

#globalnavi a.condo{
	background-image:url(../images/g_menu/condo.png);
}

#globalnavi a.option{
	background-image:url(../images/g_menu/option.png);
}

#globalnavi a.map{
	background-image:url(../images/g_menu/map.png);
}

#globalnavi a.contact{
	background-image:url(../images/g_menu/contact.png);
}

/* お問い合わせボタン */
a.contact{
	display:block;
	background-image:url(../images/base/contact.png);
	width:187px;
	height:54px;
}

a.contact:hover{
	background-position:0px 54px;
}


/*-----フォント基本設定-----*/

h2,h3,h4,h5{
font-size:16px;
font-weight:normal;
}

/*-----一般設定-----*/

.clear{
clear:both;
}