@charset "UTF-8";
/* CSS Document */

/* 普遍的なクラスを定義 */

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.center {
	text-align: center;
}
.mark_list {
	background: url(../../img/mark_link.gif) no-repeat left 3px;
	padding-left: 10px;
	display: block;
}
.um6 {
	margin-bottom: 6px;
}
.um24 {
	margin-bottom: 24px;
}
.um36 {
	margin-bottom: 36px;
}
.caption {
	font-size: 70%;
}
.bt_left {
	float: left;
}
.bt_right {
	float: right;
}
.red {
	color: #993300;
}
.orange      {
	color: #ff9966;
}

/* 主なタグを定義 */

body {
	margin: 0px;
	padding: 0px;
	color: #6f685a;
	text-align: center;
	background: #e6e2da url(../../img/bg_main.jpg) repeat;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img { 
	margin: 0px;
	padding: 0px;
}
div, p, table, form {
	text-align: left;
}
p {
	line-height: 1.5em;
	margin-bottom: 6px;
	font-size: 78%;
}
h1 {
	position: absolute;
	top: 80px;
	left: 15px;
}
h3 {
	margin-bottom: 8px;
	clear: both;
}
table {
	border-collapse: collapse;
	empty-cells: show;
	border-width: 0px;
	border-style: none;
}
th, td {
	vertical-align: top;
	text-align: left;
	font-size: 78%;
	line-height: 1.5;
}
img {
	border: 0px;
}
input {
	padding-top: 2px;
	padding-bottom: 0px;
}
ul,ol {
	list-style: none;
}
dl {
	font-size: 78%;
	line-height: 1.5em;
}
sup {
	line-height: 0px;
	color: #b88731;
}
a:hover {
	color: #503d1e;
	text-decoration: none;
}
a:link {
	color: #503d1e;
	text-decoration: underline;
}
a:visited {
	color: #503d1e;
	text-decoration: underline;
}
a:hover {
	color: #503d1e;
	text-decoration: none;
}
a:active {
	color: #503d1e;
	text-decoration: none;
}

/* 共通するブロックを定義 */

#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	position: relative;
	height: 80px;
	background: url(../../img/bg_header.png) no-repeat left 13px;
}
#guide_menu {
	position: absolute;
	left: 594px;
	top: 0px;
}
#login_menu {
	position: absolute;
	left: 708px;
	top: 0px;
}
#navigation {
	position: absolute;
	left: 140px;
	top: 22px;
}
#navigation li {
	margin-right: 2px;
	float: left;
	height: 24px;
}
#navigation li:hover {
	background: url(../../img/menu_over.gif) repeat-x;
}
#products #sub_navigation {
	position: absolute;
	left: 305px;
	top: 46px;
}
#shop #sub_navigation {
	position: absolute;
	left: 382px;
	top: 46px;
}
#sub_navigation li {
	float: left;
	margin-right: 1px;
	height: 23px;
}
#news #menu1 {
	background: url(../../img/menu_over.gif) repeat-x;
}
#message #menu2 {
	background: url(../../img/menu_over.gif) repeat-x;
}
#products #menu3 {
	background: url(../../img/menu_over.gif) repeat-x;
}
#shop #menu4 {
	background: url(../../img/menu_over.gif) repeat-x;
}
#inq #menu5 {
	background: url(../../img/menu_over.gif) repeat-x;
}
#cart #menu6 {
	background: url(../../img/menu_over.gif) repeat-x;
}
#lamp {
	position: absolute;
	top: 1px;
	left: -37px;
}
#content {
	background: url(../../img/bg_pattern.jpg) repeat-y left top;
	width: 800px;
	margin-right: 5px;
	margin-left: 5px;
	padding-bottom: 10px;
}
#content_inner {
	margin-right: 10px;
	margin-left: 10px;
	background: #FFFFFF;
	width: 780px;
}
#main {
	float: right;
	width: 600px;
}
#main_navi {
	background: #f1e8e0;
	padding: 6px 20px;
	line-height: 1em;
}
#main_navi li {
	background: url(../../img/mark_main_navi.gif) no-repeat 10px center;
	padding-left: 28px;
	color: #ab9f86;
	font-size: 70%;
	line-height: 1em;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
}
#main_navi li.first {
	background: url(none);
	padding-left: 0px;
}
#main_inner {
	padding-left: 20px;
	padding-top: 24px;
	padding-right: 20px;
	position: relative;
}
#main_inner h2 {
	padding-bottom: 10px;
	clear: both;
}
.to_top {
	font-size: 70%;
	text-align: right;
	clear: both;
	padding-top: 18px;
	padding-bottom: 50px;
	padding-right: 20px;
	margin-top: 16px;
}
#sidebar {
	float: left;
	width: 180px;
	padding-top: 140px;
}
#footer {
	position: relative;
	background: url(../../img/bg_footer.gif) no-repeat left top;
	height: 95px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
}
#footer_inner {
	position: absolute;
	left: 0px;
	top: 8px;
	color: #666666;
	line-height: 1.5em;
	font-size: 70%;
}
#flower {
	position: absolute;
	left: 663px;
	top: -66px;
}
#footer_inner a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer_inner a:link {
	color: #666666;
	text-decoration: none;
}
#footer_inner a:visited {
	color: #666666;
	text-decoration: none;
}
#footer_inner a:hover {
	color: #666666;
	text-decoration: underline;
}
#footer_inner a:active {
	color: #666666;
	text-decoration: underline;
}

/* システム関連共通 */

#img_system {
	display: block;
	margin-left: 180px;
}
#main_sytem  {
	width: 780px;
}
#main_system_inner  {
	margin: 0px;
	padding: 24px 55px 0px;
}
#main_system_inner h2 {
	padding-bottom: 10px;
}
#main_system_inner h3 {
	padding-bottom: 16px;
	color: #b88731;
	font-size: 90%;
}
#main_system_inner  h4 {
	padding-bottom: 16px;
	color: #8d5a00;
	font-size: 90%;
}
#frame  {
	padding: 18px;
	border-style: double;
	border-color: #DECDB2;
}

/* ベリサインを定義 */

#verisign {
	font-size: 78%;
	font-weight: bold;
	text-align: center;
	padding-bottom: 24px;
}
