/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #ffffff;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.4em;
	background-color: #663300;
	text-align:center;

	background-image:url("http://img08.shop-pro.jp/PA01034/752/etc/yama-1.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment: fixed;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;

/* 画面トップに表示する背景画像 */
	background-image:url("http://img08.shop-pro.jp/PA01034/752/etc/buck-kansei-2.jpg");
	background-repeat:no-repeat;
	background-position:center top;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*　左側メニューの幅　*/
.side {
	float: left;
	width:180px;
         margin: 10px 0 20px 10px;
}

/*　右側の幅　*/
.main {
	float: left;
	width: 560px;
	margin: 10px 0 20px 20px;
}

/*　フッター（コピーライト）　*/
#footer {
 width:100%;
 clear:left;
 text-align:center;
}

/*  リンクカラー  */
   A:link     {color:#33cc00}
   A:visited  {color:#999999}
   A:active   {color:#ffff00}
   A:hover    {color:#ffff00}

/* ロゴの表示位置を調整 
   2007/08/29 katusnori takeda */
#logo-property {
	position:relative;
	left:175px;
}


h1 {
font-size: 170%; 
line-height: 1.2em;
}
h2 {
font-size: 150%; 
line-height: 1em;
}
h3 {
font-size: 130%; 
line-height: 1em;
}

hr {
margin-bottom: 10px;
{
