/* CSS Document */
@import url(/css/basestyle.css);

#head{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fcd88a;
}

#gmenu{
	width:100%;
	margin:0;
	text-align:center;
	background-color:#ed8929;
	background-image:url(http://www.i-domehouse.com/images/common/gmenu_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#gmenu-inner{
	width:770px;
	margin:0 auto;
}

#content{
	width:760px;
	margin:0 auto;
}

#pagefooter{
	width:760px;
	margin:0px 0px 20px 0px;
	padding:0;
}

#footer{
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fcd88a;
}

#footer-inner{
	width:770px;
	margin:0 auto;
	padding:10px 0px 20px 0px;
}

#footer-inner .f-left{
	text-align:left;
	line-height:1.2em;
	color:#7E6C45;
	font-size:xx-small;
}

#footer-inner .f-left p{
	padding:2px 0 0 10px;
}

#content-title{
	margin:30px 0px 20px 0px;
}

#content-title h1{
	font-size:160%;
	border-left:8px solid #ed8929;
	margin:0px 0px 10px 0px;
	padding:2px 0px 2px 5px;
}


.caracter01 h2,
.housing-box02 h2{
	color:#b15100;
	font-size:medium;
	padding:0px 0px 10px 0px;
}

#count{
	text-align:center;
	margin:5px 0 0 0;
}


