@charset "UTF-8";

/****************************
  GLOBAL SETTING
    width : 960px
*****************************/

*  { margin: 0; padding: 0; }
ul, ol { list-style: none; }
fieldset, img { border: none; }
table { border-collapse: collapse; }

a, :focus, :active {
	outline: none;
}
a:link, 
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, 
a:active, 
a.active { /* attention! */
	text-decoration: underline;
	color: #fff;
}

a#scroll-to-top {
	position: fixed;
	right:  15px;
	bottom: 15px;
	width:  35px;
	height: 35px;
	background: url(../images/common/arrow.png) no-repeat center center;
	text-indent: -9999px;
	font-size: 0;
	outline: 0;
	cursor: pointer;
}

body {
	margin:  0;
	padding: 0;
	text-align:  left;
	font-family: verdana, arial, sans-serif;
	font-size:   80%;
	line-height: 110%;
	background-color: #000;
	color: #fff;
	color: #c2c2c2;
}

#container {
	margin:  0;
	padding: 0;
}

/****************************
  footer
*****************************/

#wrapper_footer {
	clear: both;
	border-top: 1px solid #b0824b;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

#footer ul.ul_footer_navi {
	margin:  0;
	padding: 0;
}
#footer ul.ul_footer_navi li {
	display: inline;
	margin:  0;
	padding: 0;
	font-size: 12px;
}
#footer ul.ul_footer_navi li a {
	padding: 1px 4px 1px 10px;
}
#footer ul.ul_footer_navi li a {
	background: url(../images/common/line_navi_02.gif) no-repeat 0px 50%;
}
#footer ul.ul_footer_navi li:first-child a {
	background-image: none;
}

#footer p#copy {
	clear: both;
	margin:  0;
	padding: 10px 0 0;
	font-size: 11px;
	text-align: center;
}

/****************************
  header
*****************************/

#wrapper_header, 
#header {
	height: 60px;
	margin: 0 auto;
}

#wrapper_header {
	border-bottom: 1px solid #b0824b;
}

#header {
	width: 960px;
	position: relative;
}

#header h1.h1_header {
	position: absolute;
	z-index: 1;
	left:    0px;
	bottom: 13px;
	width: 450px;
	height: 16px;
}

/**/

#header ul.ul_header {
	position: absolute;
	z-index: 2;
	margin:  0;
	padding: 0;
	text-align: right;
}

#header ul.ul_header li {
	display: inline;
	margin:  0;
	padding: 1px 8px 1px 3px;
	text-align: right;
	font-weight: normal;
	font-size: 12px;
	border-right: 1px solid #fff;

	padding: 1px 5px 1px 3px;
	border-right: 0px solid #fff;
}
#header ul.ul_header li.cart {
	padding: 0 0 0 3px;
	border: none;
}
#header ul.ul_header li.cart a {
	padding: 5px 8px 5px 29px;
	background: url(../images/common/icon_cart.gif) no-repeat 0px 50%;
}

/****************************
  search
*****************************/

#header input[type="text"]#search_words_navi {
	position: absolute;
	z-index: 9;
	margin:  0;
	padding: 3px 4px;
	font-size:   13px;
	line-height: 13px;
	color: #fff;
	background-color: #333;
	border: none;
}
#header input[type="text"]#search_words_navi:focus {
	background-color: #444;
}

#header a#bt_search {
	position: absolute;
	z-index: 99;
	display: block;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
}
#header a#bt_search:link, 
#header a#bt_search:visited, 
#header a#bt_search:hover, 
#header a#bt_search:active {
	color: #fff;
	text-decoration: underline;
}

/*
#header ul.ul_header {
	left:  510px;
	bottom: 10px;
}
#header input[type="text"]#search_words_navi {
	right:   0px;
	bottom:  8px;
	width: 260px;
}
#header a#bt_search {
	right:   3px;
	bottom:  8px;
}
*/

#header input[type="text"]#search_words_navi {
	left:  490px;
	bottom:  8px;
	width: 260px;
}
#header a#bt_search {
	left:  734px;
	bottom:  8px;
}
#header ul.ul_header {
	right:   0px;
	bottom: 10px;
}

/****************************
  navi
*****************************/

#navi {
	clear: both;
	width: 960px;
	hieght: 36px;
	margin: 12px auto 0;
}

ul.ul_global_navi {
	margin:  0;
	padding: 0;
}
h1.h1_global_navi, 
ul.ul_global_navi li {
	float: left;
	hieght: 19px;
	margin:  0 0 17px 0;
	padding: 0;
	font-weight: normal;
	font-size:   13px;
	line-height: 19px;
	text-align: right;
}
h1.h1_global_navi a, 
ul.ul_global_navi li a {
	padding: 2px 8px;
}
h1.h1_global_navi a {
	padding-left: 0px;
}
ul.ul_global_navi li a {
	background: url(../images/common/line_navi_01.gif) no-repeat 0px 50%;
}

/****************************
  contents
*****************************/

#contents {
	clear: both;
	width: 960px;
	margin: 0 auto;
}

.left_side {
	clear: both;
	float: left;
	width: 660px; /* WIDTH */
}
.right_side {
	float: right;
	width: 300px; /* WIDTH */
}

/****************************
  right_side
*****************************/

.grid_right {
	clear: both;
	width: 278px;
	margin:  0 0 15px 0;
	padding: 10px;
	border: 1px solid #444;
}

/* News */

h1.h1_news_home {
	margin:  0;
	padding: 0;
	font-size: 12px;
}

dl.dl_news_home {
	margin:  0 0 0 1px;
	padding: 0;
}
dl.dl_news_home dt {
	margin:  15px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../images/common/p_square_02.gif) no-repeat left 1px;
	font-weight: normal;
	font-size:   12px;
	line-height: 15px;
}
dl.dl_news_home dt:first-child {
	margin:  12px 0 0 0;
}
dl.dl_news_home dt a {
	text-decoration: underline;
}

dl.dl_news_home dd {
	margin:  10px 0 0 0;
	padding: 0 0 0 15px;
	font-size:   12px;
	line-height: 15px;
}

/* Information */

ul.ul_information {
	margin:  0;
	padding: 0;
}
ul.ul_information li {
	clear: both;
	margin:  0;
	padding: 20px 0 0 0;
}
ul.ul_information li:first-child {
	padding-top: 0;
}

.grid_right_img {
	float: right;
	width: 128px;
	padding: 0 0 0 13px;
}
.grid_right_img img {
	vertical-align: bottom;
	border: 2px solid #444;
}
.grid_right_img.noborder img {
	vertical-align: bottom;
	border: none;
}

/* Banner */

.grid_right_banner_border {
	width: 296px;
	margin:  0 0 15px 0;
	padding: 0;
	border: 2px solid #444;
}
.grid_right_banner_border img {
	vertical-align: bottom;
}

/****************************
  calendar
*****************************/

.wrapper_calendar_title {
	clear: both;
	width: 100%;
	height: 30px;
	background-color: #1d1d1d;
	position: relative;
}

.calendar_navi_left, 
.calendar_navi_right {
	position: absolute;
	top:     0px;
	width:  61px;
	height: 30px;
	z-index: 2;
}
.calendar_navi_left {
	left:    0px;
}
.calendar_navi_right {
	right:   0px;
}

.calendar_navi_left  a, 
.calendar_navi_right a {
	display: block;
	padding-top:    9px;
	padding-bottom: 9px;
}
.calendar_navi_left a {
	padding-right: 45px;
	padding-left:   7px;
}
.calendar_navi_right a {
	padding-right:  7px;
	padding-left:  45px;
}

h1.h1_calendar {
	position: absolute;
	top:     0px;
	left:    0px;
	width: 280px;
	height: 30px;
	z-index: 1;
	margin:  0;
	padding: 0;
	font-size:   15px;
	line-height: 29px;
	text-align: center;
}
h1.h1_calendar span {
	margin:  0;
	padding: 0 0 0 8px;
	font-weight: normal;
	font-size:   13px;
}

/**/

.calendar_footer {
	padding: 5px 0 0 0;
	text-align: center;
}
.calendar_footer span {
	margin:  0 5px;
	padding: 0 0 0 13px;
	background: url(../images/common/p_square_01.gif) no-repeat left 3px;
	font-weight: bold;
	font-size:   12px;
	line-height: 13px;
}

/* table */

table.table_calendar {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0;
}
table.table_calendar th, 
table.table_calendar td {
	margin: 0;
	font-weight: normal;
	font-size:   12px;
	line-height: 13px;
	text-align: center;
	border: 2px solid #000;
	color: #fff;
}
table.table_calendar th {
	padding: 4px 0;
}
table.table_calendar td {
	padding: 0;
	background-color: #444;
}
table.table_calendar td div {
	padding: 6px 0;
}

table.table_calendar td div.past, 
table.table_calendar td div.past a {
	background-color: #444;
	color: #999;
}
table.table_calendar td div.sat, 
table.table_calendar td div.sun, 
table.table_calendar td div.holyday {
	background-color: #666;
}
table.table_calendar td div.today {
	background-color: #222;
}
table.table_calendar td div.delivery {

}
table.table_calendar td div.open {
	background-color: #cf5c00;
}
