@charset "EUC-JP";
body {
	background-color:#4cab38;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:150%;
	font-family:Verdana;
	color:#333333;
}

#container {
	width:950px;
	margin:10px auto;
}

/* プリロード用 */
#preload {
	display:none;
	visibility:hidden;
}

/* 角丸白ベースエリア */
.wlt {
	background:url(../img/baselt.gif) no-repeat left top #FFFFFF;
}
.wrt {
	background:url(../img/basert.gif) no-repeat right top;
}
.wlb {
	background:url(../img/baselb.gif) no-repeat left bottom;
}
.wrb {
	background:url(../img/baserb.gif) no-repeat right bottom;
}

/* ヘッダー部分 */
#hset {
	position:relative;
	height:60px;
}
#htitle {
	position:absolute;
	bottom:6px;
	left:15px;
}
#login {
	position:absolute;
	width:132px;
	bottom:6px;
	left:205px;
	text-align:center;
	font-size:12px;
	line-height:16px;
}
#login a {
	text-decoration:underline;
	color:#339900;
}
#login a:hover {
	color:#FF9900;
}
#hmenu {
	position:absolute;
	right:6px;
	bottom:4px;
}
#hmenu ul {
	list-style:none;
}
#hmenu ul li {
	float:left;
}
#hmenu ul li a {
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	height:49px;
}
#hmenu ul li#htop a {
	width:63px;
	background:url(../img/h_top.gif) no-repeat;
}
#hmenu ul li#htop a:hover {
	background:url(../img/h_topb.gif) no-repeat;
}
#hmenu ul li#hitem a {
	width:94px;
	background:url(../img/h_newitem.gif) no-repeat;
}
#hmenu ul li#hitem a:hover {
	background:url(../img/h_newitemb.gif) no-repeat;
}
#hmenu ul li#hcatalog a {
	width:78px;
	background:url(../img/h_catalog.gif) no-repeat;
}
#hmenu ul li#hcatalog a:hover {
	background:url(../img/h_catalogb.gif) no-repeat;
}
#hmenu ul li#hinfo a {
	width:82px;
	background:url(../img/h_info.gif) no-repeat;
}
#hmenu ul li#hinfo a:hover {
	background:url(../img/h_infob.gif) no-repeat;
}
#hmenu ul li#hpurchase a {
	width:79px;
	background:url(../img/h_purchase.gif) no-repeat;
}
#hmenu ul li#hpurchase a:hover {
	background:url(../img/h_purchaseb.gif) no-repeat;
}
#hmenu ul li#hprice a {
	width:96px;
	background:url(../img/h_price.gif) no-repeat;
}
#hmenu ul li#hprice a:hover {
	background:url(../img/h_priceb.gif) no-repeat;
}
#hmenu ul li#hcart a {
	width:96px;
	background:url(../img/h_cart.gif) no-repeat;
}
#hmenu ul li#hcart a:hover {
	background:url(../img/h_cartb.gif) no-repeat;
}

/* 左右分けのベーステーブル */
#maintb {
	width:950px;
	background:url(../img/logo2.gif) no-repeat left bottom;
}
#leftset {
	width:215px;
	padding:10px 0;
	text-align:left;
	vertical-align:top;
	background:none;
}
#leftset .wrb {
	padding:5px 8px;
}
#leftset form {
	margin:0;
	padding:0;
	text-align:center;
}
#leftset #sw td {
	text-align:left;
	vertical-align:middle;
}
#leftset .itxt {
	width:160px;
}
#leftset #st {
	color:#006600;
}
#leftset #sm,#leftset #sc {
	padding:5px 0;
}
#leftset #sm select,#leftset #sc select {
	font-size:12px;
}
#leftset #cldr #cldrt {
	width:179px;
	background-color:#00A040;
	color:#FFFFFF;
	padding:0 10px;
}
#leftset #cldr table {
	width:196px;
}
#leftset #cldr table th {
	width:28px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
}
#leftset #cldr table td {
	width:28px;
	height:16px;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
}
#leftset #cldr table td.hd {
	background:url(../img/holiday.gif) no-repeat center center;
}
#leftset #cldr table td.today {
	color:#006600;
	font-weight:bold;
}
#leftset #cldr table th#cldrym {
	width:191px;
	text-align:left;
	background:url(../img/dotline.gif) repeat-x left bottom;
	padding:5px 0 2px 5px;
	font-size:12px;
}
#leftset #cldr table th#cldrym a {
	text-decoration:none;
	color:#006600;
}
#leftset #cldr table th#cldrym a:hover {
	color:#ff9900;
}
#leftset #cldrm {
	font-size:11px;
	line-height:16px;
	padding:5px 0 0 10px;
}
#banner {
	text-align:left;
	vertical-align:top;
}
#cinfo {
	text-align:left;
	vertical-align:bottom;
	color:#FFFFFF;
	font-size:11px;
	line-height:140%;
	padding-bottom:15px;
	background:none;
}
#main {
	width:725px;
	padding:10px 0 10px 10px;
	text-align:left;
	vertical-align:top;
	background:none;
}
#main a {
	text-decoration:underline;
	color:#339900;
}
#main a:hover {
	color:#FF9900;
}

/* フッター部分 */
#footer .wrb {
	padding:2px 22px 2px 15px;
}
#fmenu {
	float:right;
}
#fmenu a {
	text-decoration:none;
	color:#333333;
}
#fmenu a:hover {
	color:#ff9900;
}

/* オレンジ色 */
.om {
	color:#ff9900;
}

/* 太字赤 */
.rb {
	color:#990000;
	font-weight:bold;
}

/* 赤 */
.rm {
	color:#FF0000;
}

/* ページオレンジ帯タイトル */
#otitle {
	background-color:#ED6D00;
	color:#FFFFFF;
	font-size:12px;
	line-height:1em;
	padding:4px 10px;
}
/* ページグレー帯タイトル */
#grtitle {
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	line-height:1em;
	padding:4px 10px;
}
/* ページ緑帯タイトル */
#gtitle {
	background-color:#00A040;
	color:#FFFFFF;
	font-size:12px;
	line-height:1em;
	padding:4px 10px;
}
#geng {
	float:right;
}

/* ページ緑タイトル */
#gltitle {
	border:1px solid #00A040;
	color:#00A040;
	font-size:12px;
	line-height:1em;
	padding:4px 10px;
}

/* ページリスト */
.plist {
	clear:both;
	padding:5px 10px;
}

/* 一覧表示用テーブル */
#listtb {
	width:705px;
}
#listtb th {
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	padding:2px 0;
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
}
#listtb th.thleft {
	border-left:1px solid #666666;
	text-align:center;
}
#listtb th.thright {
	border-right:1px solid #666666;
}
#listtb th.om {
	text-align:center;
}
#listtb td {
	text-align:left;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #999999;
}
#listtb table th,#listtb table td {
	padding:0;
	border:none;
}
#listtb table th img,#listtb table td img {
	margin-right:4px;
}

/* カート用テーブル */
#carttb {
	width:705px;
}
#carttb th,#carttb td {
	text-align:left;
	vertical-align:top;
	font-size:12px;
}
#carttotal {
	background-color:#fcd68b;
	color:#990000;
	text-align:right;
	font-weight:bold;
	padding:2px 10px;
	margin-bottom:10px;
}
.cartitem {
	background:url(../img/dot_line.gif) repeat-x left bottom;
}
.cartitem td {
	padding:10px 0;	
}
.form_ta {
	border-collapse:collapse;
}
.form_ta th,.form_ta td {
	text-align:left;
	vertical-align:middle;
	padding:10px;
	font-weight:normal;
	border:1px solid #999999;
}
.form_ta th {
	background-color:#b9daa3;
	width:9em;
}

/* 汎用ベース */
.genbase th,.genbase td {
	text-align:left;
	vertical-align:top;
}

/* 左メニュー全表示化 */
.mlist a {
	display:block !important;
	width:158px !important;
	text-decoration:none;
	color:#333;
	text-align:left;
	line-height:1em;
	padding:2px 10px;
	margin:0 20px;
	border-bottom:1px dotted #666;
}
.mlist a.slt,.mlist a:hover {
	color:#ff9900;
}
