/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #ffffff;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #000000;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin: 0px auto;
	width: 900px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
	width: 550px;
	float: right;
	margin: 20px 0;
}
.shop_logo {
	display: block;
	width: 550px;
	height: 130px;
	background: url(http://img10.shop-pro.jp/PA01051/569/etc/t2_shop_logo.png) no-repeat;
	text-indent: -9999px;
}
.shop_logo a {
	display: block;
	width: 550px;
	height: 130px;
	background: url(http://img10.shop-pro.jp/PA01051/569/etc/t2_shop_logo.png) no-repeat;
	text-indent: -9999px;
}
/*　左側メニューの幅　*/
#side {
	float: left;
	width: 200px;
}
#side ul, #side li {
	list-style: none;
}
/*　右側の幅　*/
#main {
	clear: both;
	float: right;
	width: 680px;
}
.e_title {
	margin-top: 5px;
	padding: 2px 5px;
	font-size: 1.1em;
	border-bottom: 1px #FFFFFF solid;
}
.entry_data {
	margin: 5px 0;
	text-align: right;
}
.e_body {
	margin: 5px 0;
	padding: 2px 8px;
}
.page_navi {
	display: block;
	margin: 15px 0;
	padding: 5px 0;
	text-align: center;
	border-top: 1px #ccc solid;
}
/*　フッター（コピーライト）　*/
#footer {
	clear: both;
	width: 900px;
	padding-top: 20px;
	text-align: right;
	font-size: 0.8em;
}