@charset "UTF-8";

body {
	font-size: 90%;
	color:#333;
	margin: 0;
	padding: 0;
	background:#e8e8e8 url(img/background.gif);
}

h1,h2,h3,p{
	margin:0;padding:0;
	font-weight:normal;
	font-size:100%;
}
.clr{
	clear:both;
}
#flash {
}

a{
	color:#8E5E10;
}
a:hover {
	color:#C6B56D;
}
p.last {
	margin-bottom:2em;
}
h1.cont_head {
	border-bottom:1px solid #a7a7a7;
}
/* img
----------------------------*/
img{
	vertical-align:bottom;
	border:none;
}
img.left{
	float:left;
	vertical-align: baseline;
}
img.right{
	float:right;
	vertical-align: baseline;
}

/* table
----------------------------*/
table {
	border-collapse:collapse;
}
td{
	vertical-align:top;
	padding:0;
	margin:0;
}

/* container
--------------------------------------------------------------------*/
#container {
	margin:0;padding:0;
	width: 900px;
	margin-top:22px;
	margin-bottom:22px;
	margin-left: auto;
	margin-right: auto;
	padding-top:28px;
	background:#ffffff;
	line-height:180%;
}



/* menu
--------------------------------------------------------------------*/
#menu .logo a {
	display:block;
	width:212px;
	height:70px;
	margin-top:22px;
	margin-left:20px;
	text-indent:-9999px;
	background:url(img/logo.gif) no-repeat;
}

#menu {
	float:left;
	width:270px;
}
#menu ul{
	margin:0;
	margin-top:48px;
	padding:0;
	list-style-type:none;
}
#menu li{
	margin:0;
	padding:0;
	width:210px;
}
#menu li a{
	width:210px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	height:32px;
}

#menu li.top{
	background:url(img/menu_top.gif) no-repeat;
}
#menu li.top a:hover {
	background:url(img/menu_top_on.gif) no-repeat;
}
#menu li.about{
	background:url(img/menu_about.gif) no-repeat;
}
#menu li.about a:hover {
	background:url(img/menu_about_on.gif) no-repeat;
}
#menu li.works{
	background:url(img/menu_works.gif) no-repeat;
}
#menu li.works a:hover {
	background:url(img/menu_works_on.gif) no-repeat;
}
#menu li.price{
	background:url(img/menu_price.gif) no-repeat;
}
#menu li.price a:hover {
	background:url(img/menu_price_on.gif) no-repeat;
}
#menu li.map{
	background:url(img/menu_map.gif) no-repeat;
}
#menu li.map a:hover {
	background:url(img/menu_map_on.gif) no-repeat;
}
#menu li.blog{
	background:url(img/menu_blog.gif) no-repeat;
}
#menu li.blog a:hover {
	background:url(img/menu_blog_on.gif) no-repeat;
}

/* main-side
--------------------------------------------------------------------*/
#main_side {
	width:628px;
	float:left;
	border-left:2px solid #c1c1c1;
}
#index #main_side {
	border:none;
}
/* contents
--------------------------------------------------------------------*/
#content {
	padding:20px 20px 0 30px;
}

#content h2{
	margin-bottom:0.5em;
	padding:4px 0 4px 14px;
	color:#555;
	background:url(img/h2_li.gif) no-repeat 0 50%;
	border-bottom:1px solid #b3b3b3;
}

/* FOOTER
--------------------------------------------------------------------*/
#footer{
	padding-right:20px;
	text-align:right;
}
#footer p {
	margin-top:50px;
	margin-bottom:22px;
}
#footer img.rin {
	margin-left:20px;
}

/* INDEX
--------------------------------------------------------------------*/
#content_index {

}
/* ABOUT
--------------------------------------------------------------------*/
.about #cont_wrapper {
	width:542px;
}
/* PRICE
--------------------------------------------------------------------*/
.price table {
	width:560px;
	margin-top:8px;
}
.price table td{
	padding:6px 6px;
}
.price table td.th{
	padding:0px 6px;
	color:#fff;
	background:#7f7f7f;
}
.price table td.price{
	padding-right:2px;
	text-align:right;
}
.price table tr.ul td{
	border-bottom:1px solid #e2e2e2;
}
.price table td.to{
	width:1em;
	padding-left:0px;
}
