@charset "utf-8";

.menu_area {
	width:800px;
	background-color:#0F2140;
	height: 55px;
}
.menu {
	height:35px;
	width:800px;
	background:url(images/bg_menu.gif);
	position:relative;
	font-size:12px;
	z-index:500;
	margin-bottom:20px;
}

.menu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.menu li {
float:left;
background:url(images/bg_menu_over.gif);
}

.menu .select a {
	display:block;
	height:30px;
	float:left;
	background: url(images/bg_menu.gif);
	text-decoration:none;
	line-height:30px;
	white-space:nowrap;
	color:#ddd;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: hidden;
}

.menu .select li.line a {color:#DFD586;}

.menu .select a b {
	display:block;
	padding:0 30px 10px 15px;
	background:url(images/bg_menu.gif) right top;

}

.menu .select a:hover, 
.menu .select li:hover a {
background: url(images/bg_menu_over.gif); 
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#fff;
}

.menu .select li.line a:hover, 
.menu .select li.line:hover a {
color:#FBFFAA;}

.menu .select a:hover b, 
.menu .select li:hover a b {
	display:block;
	padding:0 30px 9px 10px;
	background:url(images/bg_menu_over.gif) right top;
	overflow: hidden;
}

.menu .sub {
display:none;
}
.menu ul ul {display:none;}

/* IE6 only */
.menu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.menu .sub {
margin:0; 
padding:0;
list-style:none;
}

.menu .sub li {
	background:transparent;
}

.menu .select :hover .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:800px;
	top:30px;
	left:1px;
	text-align:center;
	background:transparent url(images/transparent.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #886;
}
.menu .select :hover .sub li a {
	display:block;
	height:25px;
	line-height:22px;
	float:left;
	background:transparent url(images/transparent.gif);
	margin:0;
	color:#FFFFFF;
	font-size:10px;
	width: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

.menu .select :hover .sub li a:hover,
.menu .select :hover .sub li:hover {
	color:#66CCFF; 
	line-height:20px; 
	position:relative;
}

.menu .select :hover .sub li:hover > a {
	color:#fbffaa;
}

body,td,th {
	font-size:12px;
	line-height: 150%;
}
body {
	color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}

img {
	border:none;
}

img a {
	background-color:transparent; 
}

/*レイアウト*/
#main {
	width:800px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-y;
}
#header {
	width:800px;
}

#side {
	width:160px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content {
	width:640px;
	float:left;
	margin: 0px;
	padding: 0px;
}

/* ヘッダ */
#upper_bg {
	width:800px;
	height:180px;
	background-image:url(images/upper.jpg);
	background-repeat:no-repeat;
}
#upper_bg a {
	display:block;
	font-size:12px;
	color:#FFF;
	width:800px;
	height:180px;
	margin:0px;
	text-decoration:none;
}
#upper_bg a:visited {
	color:#FFF;
}

/* メニュー*/
/* navi.css */

/* 検索ボックス */
#header form {
	position: relative;
	width: 800px;
	background-image: url(images/bg_search_.gif);
	background-repeat: no-repeat;
	height: 52px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header form p {
	position: absolute;
	top: 10px;
	right: 15px;
	margin: 0;
	padding: 0;
	width: 370px;
	height: 22px;
}
.search_box {
	height: 15px;
	width: 250px;
	color: #999999;
	font-size: 12px;
	float: left;
	line-height: normal;
}
.search_submit {
	position: absolute;
	right: 0;
}

/* サイド */
#category_list {
	text-align:left;
	margin-top:10px;
}

#category_list li {
	text-align:left;
	margin-left:-9px;
	list-style-image:url(images/square.gif);
}
#banner {
	width: 158px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

/* コンテント */
#content_navi {
	width: 640px;
	background-image: url(images/bg_ct-navi.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-top: 10px;
}
#content_body {
	width:638px;
	margin:0;
	padding:0;
}
.contents-inner {
	width:622px;
	padding:0;
	margin-right: auto;
	margin-left: auto;
}

/* フッター */
#footer {
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 50px;
}

/* 装飾 */
.copy {
	text-align:center;
	padding-top: 20px;
}
.con_navi {
	padding-left: 35px;
}
#category_list a:link {
	color:#FFFF56;
	text-decoration:none;
}
#category_list a:visited {
	color:#C69D4C;
	text-decoration:none;
}
#category_list a:active {
	color:#FF6F00;
	text-decoration:none;
}
#category_list a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#FFFF56;
	position:relative;
	top:1px;
}
.text-block {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text-block h4 {
color:#00FFFF;
}

/* 注文確認 */
#order {
	line-height:150%;
	margin:0px;
}
.ex {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}
/* CSS Document */
@charset "utf-8";
.menu_area {
	width:800px;
	background-color:#0F2140;
	height: 55px;
}
.menu {
	height:35px;
	width:800px;
	background:url(images/bg_menu.gif);
	position:relative;
	font-size:12px;
	z-index:500;
	margin-bottom:20px;
}

.menu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.menu li {
float:left;
background:url(images/bg_menu_over.gif);
}

.menu .select a {
	display:block;
	height:30px;
	float:left;
	background: url(images/bg_menu.gif);
	text-decoration:none;
	line-height:30px;
	white-space:nowrap;
	color:#ddd;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	overflow: hidden;
}

.menu .select li.line a {color:#DFD586;}

.menu .select a b {
	display:block;
	padding:0 30px 10px 15px;
	background:url(images/bg_menu.gif) right top;

}

.menu .select a:hover, 
.menu .select li:hover a {
background: url(images/bg_menu_over.gif); 
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#fff;
}

.menu .select li.line a:hover, 
.menu .select li.line:hover a {
color:#FBFFAA;}

.menu .select a:hover b, 
.menu .select li:hover a b {
	display:block;
	padding:0 30px 9px 10px;
	background:url(images/bg_menu_over.gif) right top;
	overflow: hidden;
}

.menu .sub {
display:none;
}
.menu ul ul {display:none;}

/* IE6 only */
.menu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.menu .sub {
margin:0; 
padding:0;
list-style:none;
}

.menu .sub li {
	background:transparent;
}

.menu .select :hover .sub {
	height:25px;
	display:block;
	position:absolute;
	float:left;
	width:800px;
	top:30px;
	left:1px;
	text-align:center;
	background:transparent url(images/transparent.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #886;
}
.menu .select :hover .sub li a {
	display:block;
	height:25px;
	line-height:22px;
	float:left;
	background:transparent url(images/transparent.gif);
	margin:0;
	color:#FFFFFF;
	font-size:10px;
	width: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

.menu .select :hover .sub li a:hover,
.menu .select :hover .sub li:hover {
	color:#66CCFF; 
	line-height:20px; 
	position:relative;
}

.menu .select :hover .sub li:hover > a {
	color:#fbffaa;
}