/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	line-height: 1.6em;
	background-image:url(http://img03.shop-pro.jp/PA01002/133/etc/kabewood.jpg?20110624172029);
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:960px;
	text-align:left;
	background-image:url(http://img03.shop-pro.jp/PA01002/133/etc/main_kabe.png?20110624172750);
	background-repeat: repeat-y;

}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
 background-image:url(http://img03.shop-pro.jp/PA01002/133/etc/headerimgkabe.jpg?20110624225732);
  height: 315px; 

}

.header_btn {
	text-align:right;
 padding:70px 80px 0 50px;
}

.header_osusume {
 padding:65px 80px 0 250px;
}



/*　左側メニューの幅　*/

.side {
	padding-bottom:10px;
	float: left;
	width:250px;
	margin-left:10px;
	_margin-left:5px;
	background-image:url(http://iwamatsu.cc/feel/sidebar_img.jpg);
}

.side_in {
	margin-left:40px;
	_margin-left:20px;
}

.side li {
	list-style-type: none;
	}




/*　右側の幅　*/
.main {
	float: left;
	width: 680px;
	margin:0 10px;
        overflow:hidden; 
}

.maintitle {
         font-size: 110%;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 10px;
	background-color: #f3f3f3;
	border-left: 5px #834915 solid;
	width: 600px;
	border-bottom: 1px #834915 dotted;
}


.daytitle {
         font-size:90%;
　　　　 color:#723E00;
	}





/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
padding-top:40px;
 background-image:url(http://iwamatsu.cc/feel/fotter_img.png);
  height: 65px; 
text-align:center;
}




