/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: auto;
	padding: 0px;
}


body {
	padding-top: 10px;
	color: #3b3b3b;
	font-size: 80%;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 120%;
	background-image: url(http://img10.shop-pro.jp/PA01049/052/etc/backwood2.jpg); background-repeat: repeat; background-attachment: fixed;
	
 
}

a:link {
	color: #3b3b3b;
	text-decoration: none;
}

a:visited {
	color: #3b3b3b;
	text-decoration: none;
}

a:active {
	color: #8B2820;
	text-decoration: underline;
}

a:hover {
	color: #8B2820;
          text-decoration: underline;
}

img {
	display: block;
	border: 1px;
}

a:hover img {
	 
	display: block;
	
}

li {
	list-style-type: none;
	margin-bottom:5px;
}

a.menu:LINK { color:#FFFFE0; text-decoration:none }
a.menu:VISITED { color:#FFFFE0; text-decoration:none }
a.menu:ACTIVE { color:#FFC400; text-decoration:none }
a.menu:HOVER { color:#FFC400; text-decoration:none}



/*ショップ名文字サイズ*/
h1 {
	text-indent: -10000px;	margin-bottom: 5px;
}

/*ページタイトル部分*/
h2 {
	font-size: 12px;
	border-top: 1px dotted #003333;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}


h3 {
	font-size: 13px;
	margin-bottom: 5px;
}

#main h2 {
	margin-bottom: 5px;
}


#side h2 {
	margin-bottom: 10px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#header {color: #003300; 
font-size: 12px; 
font-family: Georgia, "Times New Roman", Times, serif, Osaka; 
font-style: oblique; 
background-color: #300; 
text-decoration: none; 
margin-right: 15px; margin-left: 15px;padding-bottom: 0px;
}

/*　画面右側の幅　*/
#main {line-height: 200%;
	width: 630px; padding-top: 10px;
margin-bottom: 30px;
margin-right: 20px;
	float: right;

}

/*　左高さ調整　*/
#side {
	margin-top: 10px;
	
}

/*　画面右側メニューの幅　*/
.side_in {font-weight: bold;
	width:150px; padding-top: 15px;
	margin-bottom: 30px;
	margin-left:20px;margin-right: 0px;
}

/*　フッター　*/
#footer {font-size: 80%; font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅"; text-decoration: none; 
	height: 230px; clear: both; padding-top: 5px; padding-bottom: 10px;
       
}


div.kadomaru {
	/* ▼CSS3 */
   border-top-right-radius: 20px;   /* 右上 */
	border-bottom-left-radius: 20px; /* 左下 */
	/* ▼Safari,Chrome */
   -webkit-border-top-right-radius: 20px;   /* 右上 */
	-webkit-border-bottom-left-radius: 20px; /* 左下 */
	/* ▼Firefox */
   -moz-border-radius-topright: 20px;   /* 右上 */
	-moz-border-radius-bottomleft: 20px; /* 左下 */
	/* ▼共通装飾 */
   border: 2px gray solid;     /* 枠線の装飾 */
	background-color: #F3EBDB;   /* 背景色 */
	text-align: left;
	padding: 10px;	
	
}


#mediadate {
	font-size: 14px;
	font-weight: bold;
	color: #600;
}

#mediatitle {
	font-size: 12px;
	font-weight: bold;
	color: #600;
	line-height: 150%;
	
}

#mediacopy {
	line-height: 150%;
	
}
