/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height:1.6em;
        background-color:#b1cb00;
   	background-image:url("http://img08.shop-pro.jp/PA01035/845/etc/w830.gif");
	background-repeat:repeat-y;   
	background-position:center top;
	color:#00000;
	margin: 0px;
	padding: 0px;
	text-align: left;
/*　フォントサイズのブラウザ統一　*/
font-size: 13px;
/*Firefox、Safari、Opera等モダンブラウザやMac IE5に適用*/
 *font-size: small;
/*Win IE7およびWin IE6標準準拠モードに適用*/
*font: x-small;
/*Win IE 5-5.5､6(後方互換モード)に適用*/
	}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

a:link    { color: #eb4901;text-decoration: none}
a:visited { color: #eb4901;text-decoration: none}
a:active  { color: #eb4901;text-decoration: underline}
a:hover   { color: #eb4901;text-decoration: underline}

.smlfont {
font-size:85%;
line-height:1.5em;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#wrapperのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#wrapper {
	width:770px;
	margin:0px auto;
}
	

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
        position:relative;
	width:100%;
	height: 108px;
	margin-top: 0px;
	margin-bottom: 35px;
}

#headmenu {
	position:absolute;
	z-index:1;
	left: 321px;
	top: 24px;
	width: 361px;
}


/*　画面左側メニューの幅　*/
.side {
	float: left;
	width: 190px;
        margin-right:20px;
font-size:85%;
line-height:1.6em;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 560px;
}

/*　フッター（コピーライト）　*/
#footer {
 width:100%;
 border-top:solid 1px #bfbfbf;
 margin-top:20px;
 margin-bottom:20px;
 clear:left;
}


/*　店長コメント　*/
.comment {
  width:80%;
}

/*　小タイトル　*/
.subtitle {
 margin-bottom:10px;
}






/* カレンダー ---------*/

.calendar {
	font-size : 11px;
	font-family: Arial, Helvetica;

	line-height: 140%;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	}

.calendar table {
	width:70%;
	margin:10px 0px 10px 0px;
	text-align:center;
	}

.weekday { padding: 2px;}
.cell    { padding: 2px;}

.cell a:link {font-weight: bolder;}

.small_en
{
	font-size : 10px;
	font-family: Arial, Helvetica;
	line-height: 130%;
}



/*　小さい文字　*/
.sml {
font-size:11px;
line-height:1.6em;
}



#entry img {
margin-bottom:7px;
margin-top:7px;
}

.entrytitle {
	margin:10px 0px ;
	padding-bottom:5px;
        border-bottom: dashed 1px #cccccc;
}

.entryend {
	margin:10px 0px ;
        border-top: dashed 1px #cccccc;
text-align:right;
}




UL{
  list-style : none;　/*画像が表示されない場合の設定*/
  list-style-position : outside;
  margin : 0;
  padding : 0px;   }


/*　小タイトル　*/
.subtitle {
 margin-bottom:10px;
}