body{
	background-color:#CC3333;
}
#container {
	width: 776px;
	font-size: 90%;
	background-color: #FFFFFF;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
#head {
	float: left;
}
#menu {
	width: 776px;
	height:30px;
	float: left;
	font-size:14px;
	color:#FFFFFF;
	background-color:#000000;
}
#main {
	float: left;
	width:776px;
	background-color:#FFFFFF;
	padding-top: 10px;
}
#left_center {
	float: left;
}
#left {
	float: left;
	width:158px;
	line-height: 130%;
	padding: 5px;
	background-color:#FFFFFF;
}
#center {
	float: left;
	width:430px;
	line-height: 130%;
	padding:5px 4px 0 4px;
	background-color:#FFFFFF;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#rihgt {
	float: left;
	width:158px;
	line-height: 130%;
	padding: 5px;
	background-color:#FFFFFF;
}
#haisou {
	float: left;
	width: 746px;
	line-height: 130%;
	padding: 10px 15px 10px 15px;
	background-color:#FFFFFF;
}
#bottom_menu {
	width: 776px;
	height:20px;
	float: left;
	color:#FFFFFF;
	background-color:#000000;
	font-size:13px;
}
#bottom_menu2 {
	width: 776px;
	height:20px;
	line-height:20px;
	float: left;
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
}
#bottom {
	float: left;
	width: 770px;
	padding: 3px;
	font-size:12px;
	background-color:#666666;
}

/* メインメニュー */
.menu{
list-style-type : none;	/* マークなし */
list-style-position : outside;	/* マークは領域外に配置 */
padding-top : 0px;
padding-left : 1px;	/* 重ね合わせによる位置調整 */
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;	/* 左側の位置調整 */
margin-right : 0px;
margin-bottom : 0px;
}
.menu_li{
float : left; /* 左配置（後続の右回り込み） */
width : 120px;	/* 幅 */
text-align : center;	/* テキストの中央寄せ */
background-color:#000000;	/* 背景 */
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
border-top-width : 0px;
border-left-width : 1px;
border-left-style : solid;
border-left-color:#666666;
border-bottom-width : 0px;
border-right-width : 1px;
border-right-style : solid;
border-right-color:#666666;
margin-top : 0px;
margin-left : -1px;	/* ボーダーの重ね合わせ */
margin-right : 0px;
margin-bottom : 0px;
}
.menu_li a{	/* アンカーの領域をリスト領域全体に指定 */
display : block;
width : 100%;
line-height : 30px;
}
.menu_li A:LINK{
color:#FFFFFF;
text-decoration:none;
font-weight : bold;
}
.menu_li A:VISITED{
color:#FFFFFF;
text-decoration:none;
font-weight : bold;
}
.menu_li A:HOVER{
text-decoration:none;
background-color:#996600;
}
.menu_lie{
float : none;	/* 回りこみの解除 */
padding-top : 1px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 1px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}

/* ボトムメニュー */
.menu_btm{
list-style-type : none;	/* マークなし */
list-style-position : outside;	/* マークは領域外に配置 */
padding-top : 0px;
padding-left : 1px;	/* 重ね合わせによる位置調整 */
padding-right : 0px;
padding-bottom : 0px;
margin-top : 0px;
margin-left : 0px;	/* 左側の位置調整 */
margin-right : 0px;
margin-bottom : 0px;
}
.menu_btm_li{
float : left; /* 左配置（後続の右回り込み） */
width : 120px;	/* 幅 */
text-align : center;	/* テキストの中央寄せ */
background-color:#000000;	/* 背景 */
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
border-top-width : 0px;
border-left-width : 1px;
border-left-style : solid;
border-left-color:#666666;
border-bottom-width : 0px;
border-right-width : 1px;
border-right-style : solid;
border-right-color:#666666;
margin-top : 0px;
margin-left : -1px;	/* ボーダーの重ね合わせ */
margin-right : 0px;
margin-bottom : 0px;
}
.menu_btm_li a{	/* アンカーの領域をリスト領域全体に指定 */
display : block;
width : 100%;
line-height : 20px;
}
.menu_btm_li A:LINK{
color:#FFFFFF;
text-decoration:none;
font-weight : bold;
}
.menu_btm_li A:VISITED{
color:#FFFFFF;
text-decoration:none;
font-weight : bold;
}
.menu_btm_li A:HOVER{
text-decoration:none;
background-color:#993300;
}
.menu_btm_lie{
float : none;	/* 回りこみの解除 */
padding-top : 1px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 1px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}

/* ボトムメニュー2 */
A.menu_btm2{
    color:#FFFFFF;
	text-decoration:none;
}
A.menu_btm2:hover{
    color:#CCCCCC;
	text-decoration:none;
}

/* トップページ　ランキング */
.top_rank_kikan{
	width:153px;
	background-color:#FF6600;
	text-align:right;
	font-size:12px;
	line-height:150%;
	padding-right: 5px;
}
.top_rank{
	border-bottom: 1px solid #FF6600;
	clear: both;
	float: left;
	width: 158px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* トップページ　what's new */
.top_whats_title{
	width:152px;
	background-color:#666666;
	font-size:14px;
	line-height:150%;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}
.top_whats{
	border-bottom: 1px dotted #666666;
	clear: both;
	float: left;
	width: 150px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 3px;
}
.top_whats_end{
	border-bottom: 1px solid #666666;
	clear: both;
	float: left;
	width: 150px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 3px;
	margin-bottom:15px;
}

/* サイトマップ */
.sitemap_text{
	font-size: 14px;
	border-left: 4px solid #CCCCFF;
	font-weight: bold;
	line-height: 130%;
}
.sitemap_bg{
	height: 26px;
	background: url(../img/sitemap_bg.gif) repeat-x bottom;
}
A.sitemap{
    color:#000000;
	text-decoration:none;
}
A.sitemap:hover{
    color:#666666;
	text-decoration:none;
}

/* プライバシーポリシー　メイン部分 */
.privacy_box{
    width:500px;
	line-height:150%;
	margin:auto auto;
}

/* 配送方法 */
.haisou_title1{
float:left;
width:365px;
height:20px;
line-height:20px;
margin-right:16px;
background-color:#333333;
color:#FFFFFF;
text-align:center;
}
.haisou_title2{
float:left;
width:365px;
height:20px;
line-height:20px;
background-color:#333333;
color:#FFFFFF;
text-align:center;
}
.haisou_title3{
float:left;
width:365px;
height:20px;
line-height:20px;
margin-right:16px;
margin-top:15px;
background-color:#333333;
color:#FFFFFF;
text-align:center;
}
.haisou_title4{
float:left;
width:365px;
height:20px;
line-height:20px;
margin-top:15px;
background-color:#333333;
color:#FFFFFF;
text-align:center;
}
.haisou_box1{
float:left;
width:365px;
margin-right:16px;
background-color:#FFFFFF;
}
.haisou_box2{
float:left;
width:365px;
height:150px;
background-color:#FFFFFF;
}

/* トップページ　左カラムのメニュー */
.topleft_menu{
	border-bottom: 1px dotted #999999;
	clear: both;
	float: left;
	width: 153px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: url(../img/top/menu_sumibi_mid.gif) repeat-y;
}
.topleft_menu_end{
	clear: both;
	float: left;
	width: 153px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: url(../img/top/menu_sumibi_mid.gif) repeat-y;
}

