/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background: #000 url('http://img12.shop-pro.jp/PA01067/330/etc/bg.jpg') repeat-y top center fixed;
	height: 100%;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}

li {
list-style-type: none;
}

a:link {
	color: #600;
}
a:visited {
	color: #400;
}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	height:100%;
	text-align:left;
	background-color: #fff;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
	width:800px;
	height: 320px;
	clear:both;
 	background: url('http://img12.shop-pro.jp/PA01067/330/etc/blogtop.jpg') top center no-repeat;
	margin-bottom: 12px;
}

/*　左側メニューの幅　*/
.side {
	float: left;
	width:200px;
	background-color: #eee;
	padding: 0;
	margin-right: 10px;
}
.side a:link {
	color: #600;
}
.side a:visited {
	color: #555;
}

/*　右側の幅　*/
.main {
	float: left;
	margin-right: 10px;
	width: 570px;
}
.msg-block a:link {
	text-decoration: underline;
	margin: auto 0.3em;
}
.msg-block a:visited {
	color: #400;
	text-decoration: underline;
	margin: auto 0.3em;
}

/*　フッター（コピーライト）　*/
.footer {
 clear:left;
 text-align: right;
 margin-right: 10px;
}

/* zoo追加分 */
.blogtitle {
	padding-top: 30px;
	padding-left: 30px;
	color: white;
	font-weight: bolder;
	font-size: 24px;
	line-height: 0.8em;
}
.blogdesc {
	font-size: 12px;
}
.blogtitle a {
	color:#fff;
	text-decoration: underline;
}
/* calender */
.calendar {
	width: 180px;
	height: 180px;
	background-color: #ccc;
	margin: 2px auto;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-size: 12px;
}
.calendar a:link {
	color: #111;
	font-weight: bolder;
	text-decoration: underline;
}
.calendar a:visited {
	color: #333;
	font-weight: bolder;
}
.calendar_month {
	text-align: center;
	font-weight: bold;
}
.weekday {
	text-align: center;
	padding: 2px;
}
.cell {
	padding: 2px;
	text-align: center;
	background-color: #eee;
	border: 2px solid #eee;
}
.today {
	padding: 2px;
	text-align: center;
	background-color: #ccc !important;
	border: 2px solid #eee;
}

/* Main-MENU	Zoo追加 */
.main-menu {
	margin: 0px;
	float: right;
	font-size: 12px;
	background: #fff;
	height: 30px;
}
.main-menu ul {
	margin: 0;
	padding: 0;
}
.main-menu li {
	float: right;
	list-style-type: none;
	border-left: 1px dotted #999;
	width: 80px;
	height:30px;
}
.main-menu li a {
	display: block;
}
#container .main-menu .menu-heads a {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/mainmenu-top.gif') no-repeat left;
}
#container .main-menu .menu-heads a:hover {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/mainmenu-top.gif') no-repeat right;
}
/*
#container .main-menu .menu-store a {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/mainmenu-store.gif') no-repeat left;
}
#container .main-menu .menu-store a:hover {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/mainmenu-store.gif') no-repeat right;
}
*/
#container .main-menu .menu-store a {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/mainmenu-store-open.gif') no-repeat left;
}
#container .main-menu .menu-store a:hover {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/mainmenu-store-open.gif') no-repeat right;
}
#container .main-menu .menu-blog a {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/mainmenu-blog.gif') no-repeat left;
}
#container .main-menu .menu-blog a:hover {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/mainmenu-blog.gif') no-repeat right;
}

.side li {
	margin-left: 12px;
}

.profiletwo {
	width:570px;
	height:310px;
	padding:3px;
}
.profiletwo img {
	float:left;
	margin:0 1em 0 1em;
}

.rsslinks {
	margin: 0;
	width: 200px;
}
.rsslinktitle {
	background: url('http://img12.shop-pro.jp/PA01067/330/etc/menublogwebshop.gif') no-repeat center;
	margin: 0;
	height: 25px;
}
.rsslinktext {
}
.rsslinktext li {
	border-bottom: 1px dotted #999;
}
.rsslinkmore {
	text-align: right;
	margin-right: 0.1em;
	font-size: 0.8em;
	font-weight: bolder;
}

.entryheader {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bolder;
	width: 570px;
	border-bottom: 1px solid #111;
	margin-bottom: 0.5em;
}
.entrynavi {
	float: right;
	margin-right: 1em;
	text-align: right;
}