/* ブラウザ初期CSSのリセット */
@import url(reset.css);

html,body {
	SCROLLBAR-FACE-COLOR: #cccccc;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #dddddd;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}


body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background-color: #ffffff;
}
#calender_table {
	height: 320px;
	width: 380px;
	text-align: center;
}


a {
	text-decoration: none;
	color: #74742E;
}

a:hover {
	text-decoration: none;
	color: #3366FF;
}

#wrapper {
	width: 520px;
	background: #FFFFFF;
	text-align: center;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#wrapper_boder {
	border: 1px solid #C5C51F;
	padding: 5px;
	width: 510px;
	clear: both;
	height: 445px;
}


#header {
	margin: 0px;
	clear: both;
	width: 510px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	overflow: auto;
	padding: 0px;
	background-image: url(kedai_sub/bg1.jpg);
	background-repeat: repeat-x;
} 
.title_bg {
	background-image: url(kedai_sub/title_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 25px;
	width: 510px;
	font-size: 16px;
	font-weight: bold;
	color: #B4B421;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 0px;
}


#header a:hover{
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

#contents {
	margin: 0 auto 0 auto;
	width: 510px;
	background-position: center center;
	background-color: #FFFFFF;
	background-image: url(kedai_sub/image_bg.gif);
	height: 395px;
	padding: 0px;
	text-align: center;
} 
.contents_header {
	height: 22px;
	width: 370px;
	background-image: url(kedai_sub/header.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 8px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.contents_image {
	height: 320px;
	width: 380px;
}
.contents_footer {
	background-image: url(kedai_sub/footer.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 380px;
}


.menu_box {
	clear: both;
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 0px;
}


#footer {
	width: 510px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(kedai_sub/bg2.jpg);
	height: 40px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
} 

.footer_box {
	width: 510px;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.footer_box_close{
	width: 125px;
	float: left;
	text-align: center;
}

.footer_box_yaji{
	text-align: center;
}

.back {
	float: left;
	padding-left: 20px;
}

.next {
	float: right;
	padding-right: 20px;
}

.calendar {
  font-size: 12px;
  color: #000000;
  line-height: 120%;
  padding: 0px;
  margin: 10px auto 0px auto;
  background-color: #C5C51F;
  text-align: center;
}


.calendar th {
  color: #000000;
  background-color: #dcf36d;
  font-weight: normal;
  text-align: center;
  height:20px;
}

.calendar td {
  height:40px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
	cursor:pointer;
}

.calendar a:link {color:#0300fa; text-decoration:none;}
.calendar a:visited {color:#0300fa; text-decoration:none;}
.calendar a:active {
  color:#0300fa;
  text-decoration: none;
}
.calendar a:hover {color:#66FFFF; text-decoration:none;}

.calendar_month {
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
}

.calendar_open {
  background-color: #efffbe;
  text-align: center;
  margin: 0px auto 0px auto;
}

.calendar_close {
  background-color: #CC3300;
  text-align: center;
}
.calendar_close2 {
  background-color: #CC9900;
  text-align: center;
}
.calendar .style2 {color: #FF0000}
.calendar .style3 {color: #0066FF}
.calendar_style4 {color: #CC3300}
.calendar_style5 {color: #CC9900}
.calendar_style6 {color: #efffbe}

/*28宿文字色 */
.syuku{color:#CC3300;}
/*6曜文字色 */
.you{color:#CC3300;}

#explane{
	background-image: url(image/text_bg_28syuku.jpg);
	width:490px;
	text-align: left;
  margin: 10px auto 0px auto;
	height: 50px;
	padding:2px;
}
#explane td{
	vertical-align:top;
}
