@charset "utf-8";

@import url("./main.css");
@import url("./index.css");
@import url("./products.css");
@import url("./under.css");
@import url("./under02.css");
@import url("./mypage.css");
@import url("./window.css");

/* ★色変えるCSS★
----------------------------------------------- */

/* リンク指定
----------------------------------------------- */
a { text-decoration: underline; }
a:link {
	color: #00F;
}
a:visited {
	color: #00F;
}
a:hover {
	color: #00C;
	text-decoration: none;
}
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


div#header {
	background-color: #ffffff;
	width:100%;
	margin:0 auto;
	height: 58px;
	background-image: none;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #777777;
}
div#header h1 a {
    float: left;
    display: block;
    margin: 0;
    width: 450px;
    height: 58px;
}


#footer {
	width: 100%;
	background-color: #777777;
	clear: both;
	color: #FFF;
}

#sidebar h3, #sidebar-b h3 {
	font-size: 12px;
	background-color: #f7f7ff;
	font-weight: normal;
	color: #000000;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #777777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#main-clm h2, #main-clm-b h2, #windowarea h2, #undercolumn h2 {
	font-size: 12px;
	background-color: #f7f7ff;
	font-weight: normal;
	color: #000000;
	margin-bottom: 6px;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #777777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.btn a {
	background-color: #000000;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.btn a:hover {
	background-color: #333;
}
.btn input {
	background-color: #000000;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
.btn input:hover {
	background-color: #333;
}



/* カレンダー
----------------------------------------------- */
#block-calendar {
}

#block-calendar table {
	border-collapse: collapse;
	margin: 0 auto 10px;
	text-align:center;
	background-color: #FFF;
}

#block-calendar th, #block-calendar td {
    padding: 2px;
    border: 1px solid #CCCCCC;
}

#block-calendar th {
	color: #FFFFFF;
	background-color: #000000;
}

#block-calendar .off {
	color: #003;
	background-color: #FCF;
}

#block-calendar caption {
}


/* 商品一覧頁
----------------------------------------------- */

#main-clm h3, #main-clm-b h3  {
	font-size: 12px;
	background-color: #f7f7ff;
	font-weight: normal;
	color: #000000;
	margin-bottom: 6px;
	padding: 8px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #777777;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.cart-clm03 .cart-btn, .cart-detail .cart-btn {
	background-color: #000000;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.cart-clm03 .cart-btn:hover, .cart-detail .cart-btn:hover {
	background-color: #333;
}

.cart-clmr a {
	text-decoration: none;
}