@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: 'Meiryo', "Hiragino Kaku Gothic Pro", "MS UI Gothic", "MS P Gothic", 'メイリオ', "ヒラギノ角ゴ Pro W3", 'ＭＳ Ｐゴシック', Osaka, Arial, helvetica, sans-serif;
	/* font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; */
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: url(../../img/background.gif);
	background-repeat: repeat;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
}
td {
	line-height: 150%;
	margin-left: 0px;
}
img {
	border-width:0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	vertical-align: middle;
}

/*
 *****************************************
 * layout CSS
 *****************************************
*/

/* header area */

#header-container {
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	height: 155px;
	background-image: url(../../cimg/background_header.gif);
	background-repeat: repeat-x;
	background-color: #F9F8EE;
}

#header-container #header-contents {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 55px;
	background-image: url(../../cimg/bg_header.gif);
}

#header-container #header-contents h1 {
	text-align: right;
}

#header-container #menu {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	height: 60px;
	padding: 0px;
}

#header-container #addr {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	height: 40px;
	padding: 0px;
}

#header-container #addr .addr-location {
	color: #CCCCCC;
	text-indent: 5px;
}

#header-container #addr .addr-location a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#header-container #addr .addr-location a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#header-container #addr .addr-location a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

#header-container #addr .addr-location a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

/* main area */

#container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	overflow: visible;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../../cimg/bg_contents.gif);
	height: auto;
}

#container #contents {
	clear: both;
	width: 755px;
	padding-right: 0px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	height: auto;
}

#container #contents #sub-menu {
	width: 140px;
	float: left;
	margin-right: 5px;
}

#container #contents #main-area {
	width: 610px;
	float: left;
}

#container #contents #main-area a:link {
	color: #993333;
	text-decoration: none;
}
#container #contents #main-area a:visited {
	color: #782727;
	text-decoration: none;
}
#container #contents #main-area a:hover {
	color: #993333;
	text-decoration: underline;
}
#container #contents #main-area a:active {
	color: #993333;
	text-decoration: underline;
}

#container #contents #main-area h1, h2 {
	margin-left: 5px;
	margin-bottom: 25px;
	margin-right: 10px;
}

#container #contents #main-area h3, h4, h5, h6 {
	margin-left: 5px;
	margin-bottom: 15px;
	margin-right: 10px;
}
/*
#container #contents #main-area table {
	margin-left: 10px;
}
*/
#container #contents #main-area p {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#container #contents #main-area .no-indent {
	margin: 0px;
}


/* footer area */

#footer {
	clear: both;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: inherit;
	height: auto;
}

#footer #footer-top {
	clear: both;
	height: 10px;
	width: 780px;
	background-image: url(../../cimg/footer_border_top.gif);
}

#footer #footer-main {
	clear: both;
	width: 780px;
	background-image: url(../../cimg/bg_footer.gif);
	background-repeat: repeat-y;
}

#footer #footer-main #footer-content {
	width: 750px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(../../cimg/footer_logo.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 90px;
	overflow: visible;
}

#footer #footer-bottom {
	clear: both;
	width: 780px;
	background-image: url(../../cimg/footer_border_bottom.gif);
	height: 10px;
	background-repeat: no-repeat;
}

#footer #footer-main #footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer #footer-main #footer-content ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../../cimg/mark_arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

#footer #footer-main #footer-content ul li a:link, a:visited {
	color: #444444;
	text-decoration: none;
}
#footer #footer-main #footer-content ul li a:hover, a:active {
	color: #111111;
	text-decoration: underline;
}


/* etc CSS */

table.table-normal {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	margin-left: 10px;
	border: 1px solid #E2DBC2;
}
.table-normal th{
	background-color: #F2EFE3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DBC2;
	padding: 5px;
	font-weight: normal;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2DBC2;
}

.table-normal td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DBC2;
	padding: 5px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2DBC2;
}
.table-normal td.center-cell {
	text-align: center;
}

table.table-basic {
	border-collapse: collapse;
	border-spacing: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2DBC2;
	border-bottom-color: #E2DBC2;
	text-align: left;
	margin-left: 10px;
}
.table-basic th{
	background-color: #F2EFE3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DBC2;
	padding: 5px;
	font-weight: normal;
	vertical-align: top;
}
.table-basic td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DBC2;
	padding: 5px;
	vertical-align: top;
}
.table-basic td.center-cell {
	text-align: center;
}


table.table-sitemap {
	border-collapse: collapse;
	border-spacing: 1px;
	text-align: left;
	margin-left: 10px;
	border: 1px solid #E2DBC2;
}
.table-sitemap th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DBC2;
	font-weight: normal;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2DBC2;
	background-image: url(../../cimg/mark_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 18px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.table-sitemap td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2DBC2;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2DBC2;
	background-image: url(../../cimg/mark_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 18px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}


ul.list-menu {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
}

ul.list-menu li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../../cimg/mark_arrow3.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.list-type01 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-type: disc;
}

ul.list-type01 li {
	margin: 0px;
	padding: 0px;
}

ul.list-type02 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	list-style-type: none;
}

ul.list-type02 li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../../cimg/mark_arrow3.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.txts {
	font-size: 11px;
}

.txtl {
	font-size: 12pt;
}

.photo-border {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.cart-guide-box {
	padding: 10px;
	border: 1px solid #E2DBC2;
	background-color: #FFFFFF;
	margin: 5px;
}

