body {
	font: 14px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	color: #333;
}
a:link { color: #39f; }
a:visited { color: #36c; }
a:hover { color: #f69; }
a:active { color: #f06; }

.wrap {padding: 10px;}
.margin10 {
	margin-bottom:10px;
	}
h1 {
	font-size: 12px;
	line-height : 20px ; 
	text-align: center;
	color:#333333;
}
h2 {
	font-size: 14px;
	color:#FFF;
}
h3 {
	font-size: 12px;
	font-weight:normal;
}
.logo{
	margin-top:20px;}
.date {
	font-size: 12px;
	color:#fff;
	font-weight: bold;
}
.shop{
	font-size:10px;	
	}
.footer {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
	text-align:center;
	padding:10px;
	margin-top: 10px;
}
.footer_text {
	color: #ff0066;
	text-align: center;
	line-height : 20px;
}
.copyright {
	clear: both;
	text-align: center;
	font-weight: bold;
	color:#333333;
	line-height : 20px;
}
.koumoku {
	color:#FFF;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#fd68a4), to(#d93ff2));
	clear: both;
	padding: 5px;
	margin-bottom: 0px;
}

hr{
    border:none;
	border-top:dashed 1px #666;
	height:1px;
	color:#666;
	clear:both;
	margin: 5px 0px;
}

.area {
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DEDEDE));
	font-weight:bold;
	padding: 5px;
	margin-bottom: 5px;
}
.area > p{
	background: url(image/red_icon.gif) no-repeat scroll left center transparent;
	padding: 0px 0px 0px 10px;
}

.td01{
	background-color:#ddd;
	border:medium solid #666;
	border-width:1px;
	padding:5px;
}

.td02{
	border:medium solid #666;
	border-width:1px;
	padding:5px;
}

img {border-style:none;}
a {-webkit-tap-highlight-color: rgba(200, 30, 30, 0.6);  // タップ時の反転色}

#btnTop {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#666),to(#333));
	width: 120px;
	font-size: 85%;
	text-align: right;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #000;
	background: url(image/top_arrow.png) no-repeat scroll left center transparent;
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}

.menu > ul > li{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)),to(rgb(200,200,200)));
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #fff;
	padding-left: 10px;
}

.menu > ul > li > a{
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	background: url(image/icon_arrow.png) no-repeat scroll right center transparent;
	padding: 10px 0 10px 10px;
	margin-left: -10px;
}

.main{
	width:100%;}
	
.sidebar_right
{float: right;
width: 48%;
text-align:center}

.sidebar_left
{float: left;
width: 48%;
text-align:center}

.clear {
clear:both;
}

.pink{
	color:#F06;
	font-weight:bold;	
	}
.photo{
	float:left;
	margin:0 20px 20px 0;
	}
.day{
	font-size:12px;
	color:#fff;
	margin:0 0 10px 0;}

/* divの色をグレーに変えてみます */
.divColorGray{background:#000; padding:10px}
/* divの折りたたみ */
.open{
     background: #000;
     cursor: pointer;
     padding: 5px
     }
#slideBox{
     display:none;
     }
