@charset "utf-8";
h1,h2,h3,h4,h5,p,div,img,ul,li,dl,dt,dd,table,td {
	border: none;
	padding: 0px;
	margin: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.3em;
}
a  {
	color: #f03033;
}


.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	margin-top: 20px;
}
#header h1 {
	float: left;
	font-size: 120%;
	line-height: 35px;
	margin-right: 10px;
	margin-top: 10px;
}
#header ul {
	text-align: right;
	height: 30px;
	margin-top: 5px;
}
#header li {
	display: inline;
	list-style-type: none;
	background-image: url(../img/arrow_r.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	line-height: 30px;
}
#header a {
	color: #333333;
}
#header #search {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}


#navi {
	background-image: url(../img/navi_back.png);
	background-repeat: repeat-x;
	height: 53px;
	overflow: hidden;
	min-width:960px;
}
#navi li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	min-width:960px;
}

.pagetop {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 5px;
}

#footer {
	clear: both;
}
#foot_navi {
	background-image: url(../img/back_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	height: 30px;
	clear: both;
	padding-bottom: 20px;
	min-width:960px;
}
#footer li {
	line-height: 20px;
	color: #ffffff;
	background-image: url(../img/arrow_w.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	list-style-type: none;
	padding-left: 15px;
	margin-right: 20px;
	font-size: 90%;
}
#footer a {
	color: #ffffff;
}

#footer #copy {
	color: #ffffff;
	float:right;
	font-size: 90%;
	text-align: center;
}
#main {
	float: left;
	width: 620px;
}
#side {
	width: 310px;
	margin-left: 650px;
}
#new_product {
	background-image: url(../img/back_bottom_s.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


#new_product h4 {
	background-image: url(../img/arrow_s.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #f03033;
	margin-bottom: 10px;
	margin-left: 10px;
}

#new_product hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4d4d4d;
}
#products {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	padding: 10px;
}

#products .img {
	float: left;
	margin-left: 10px;
}

#products .comment {
	margin-left: 100px;
	height: auto;
	font-size: 90%;
}
.bnr   li {
	margin-bottom: 10px;
	list-style-type: none;
}
.bnr {
	margin-bottom: 20px;
}
.link {
	background-color: #cccccc;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.link ul {
	margin: 5px;
}
.link li {
	list-style-type: none;
	margin-bottom: 5px;
}
.red {
	color:#f03033;
}
#page_list {
	margin-bottom: 20px;
	margin-top: 20px;
}
#page_list li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}

/** お知らせ枠W800px **/
.b_osirase800 {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
    width: 750px;
    margin-top: 15px;
    margin-left: 30px;
}

.b_osirase800 h5{
	font-size: 16px;
	color: #f03033;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.b_osirase800 p {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* お知らせ枠W560px */
.b_osirase560 {
	border: 3px solid #f03033;
	background-color: #FFFFCC;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px;
	width: 630px;
	margin-top: 15px;
}
/* お知らせ枠W560px */
.b_osirase560_new {
	border: 3px solid #f03033;
	background-color: #FFFFCC;
	text-align: center;
	margin-bottom: 15px;
	padding: 5px;
	width: 630px;
	margin-top: 15px;
}

.b_osirase560 h5{
	font-size: 16px;
	color: #f03033;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

.b_osirase560 p {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* お知らせ枠W100% */
.b_osirase {
	border: 2px solid #f03033;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

.b_osirase p {
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.2em;
}
.b_osirase h4 {
    font-size: 130%;
    color: #f03033;
    margin-bottom: 5px;
    line-height: 150%;
    font-style: normal;
}

.b_osirase h4 a{
    font-style: normal;
    text-decoration: underline;
}

.b_osirase strong {
	color: #f03033;
	font-size: 120%;
	line-height: 1.5em;
}
/* お知らせ枠gr W100% */
.b_osirase_gr {
	border: 2px solid #f03033;
	background-color: #FFFFCC;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.b_osirase_gr p {
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.2em;
}
.b_osirase_gr h4 {
    font-size: 130%;
    color: #f03033;
    margin-bottom: 5px;
    line-height: 150%;
}

.b_osirase_gr strong {
	color: #f03033;
	font-size: 120%;
}

.update_link {
	color: #FF0000;
}
.img_right {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 0px;
}
.clear {
    clear: both;
}
/* お知らせの日付テキスト*/
.date {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.spec_memo {
	text-indent: -13px;
	padding-left: 14px;
	padding-right: 10px;
}

.spec_memo p {
	margin-top: -0.5em;
}
.dl_shop {
	background-color: #FFFFCC;
	margin-bottom: 20px;
}

.dl_shop p {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 3px;
}

/*ページトップへの戻り*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#F03033;
}
.totop img:hover {
	background-color: #F03033;
}
.bg_gray {
	background-color: #F0F0F0;
}
.bg_yellow {
	background-color: #FFF8E6;
}

/*お知らせ　テーブル*/

.golden_week{
    width: 650px;
    border-collapse: collapse;
}
.golden_week th{
    width: 10%;
    padding: 6px;
    text-align: center;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
}
.golden_week td{
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
    text-align: center;
}
