@charset "utf-8";

/*ブラウザごとの初期化*/
* {
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url("image/glasses.jpg");
	background-repeat: repeat;
}

#wrapper{
	width: 950px ;
	height: 1100px ;
		background-color: #fff;
	position: relative ;
	margin: 0 auto;
	top : 30px;

}

p, span, h2 {
	font-family: sans-serif;
}

#header {
	float: left;
}

.hide{
 position:absolute;
 top:-9999px;
}

#menu ul{
	list-style-type: none ;
}


#new a:link{
	float: left;
	background-image: url("image/new_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#new a:visited{
	float: left;
	background-image: url("image/new_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#new a:hover{
	float: left;
	background-image: url("image/new_hover.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#new a:active{
	float: left;
	background-image: url("image/new_active.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#cosme a:link{
	float: left;
	background-image: url("image/cosme_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#cosme a:visited{
	float: left;
	background-image: url("image/cosme_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#cosme a:hover{
	float: left;
	background-image: url("image/cosme_hover.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#cosme a:active{
	float: left;
	background-image: url("image/cosme_active.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}


#food a:link{
	float: left;
	background-image: url("image/food_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#food a:visited{
	float: left;
	background-image: url("image/food_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}


#food a:hover{
	float: left;
	background-image: url("image/food_hover.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#food a:active{
	float: left;
	background-image: url("image/food_active.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#clothes {
	float: left;
	background-image: url("image/clothes_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#clothes a:hover{
	float: left;
	background-image: url("image/clothes_hover.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#clothes a:active{
	float: left;
	background-image: url("image/clothes_active.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#baby a:link{
	float: left;
	background-image: url("image/baby_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#baby a:visited{
	float: left;
	background-image: url("image/baby_link.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#baby a:hover{
	float: left;
	background-image: url("image/baby_hover.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#baby a:active{
	float: left;
	background-image: url("image/baby_active.gif");
	background-repeat: no-repeat;
	width: 158px;
	height: 30px;
}

#goods a:link{
	float: left;
	background-image: url("image/goods_link.gif");
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
}

#goods a:visited{
	float: left;
	background-image: url("image/goods_active.gif");
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
}

#goods a:hover{
	float: left;
	background-image: url("image/goods_hover.gif");
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
}

#goods a:active{
	float: left;
	background-image: url("image/goods_active.gif");
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
}




#main_g {
	float: left;
}



#sale {
	float: left;
	width: 317px;
	height: 200px;
}

#fair {
	float: left;
}



#block_column {
	float: left;
	background-color: #fff;
	background-image: url("image/shadow.jpg");
	background-repeat: no-repeat;
	background-position: 10px 60px;
	width: 662px;
	height: 303px;
}


#banner_online {
	float: left;
}


#banner_organic_life {
	float: left;
}


#footer {
	float: left;
	background-image: url("image/footer_green.jpg");
	background-repeat: no-repeat;
	width: 950px;
	height: 30px;
	padding-bottom: 50px;
}

#footer_menu ul{
	list-style-type: none ;
	font-family: sans-serif;
}

#footer_kaisha a:link,
#footer_riyou a:link,
#footer_kojin a:link,
#footer_site a:link,
#footer_toiawase a:link {
	float: left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-align: 30px;
	color: #fff;
	margin-left: 20px ;
}

#footer_kaisha a:visited,
#footer_riyou a:visited,
#footer_kojin a:visited,
#footer_site a:visited,
#footer_toiawase a:visited {
	float: left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-align: 30px;
	color: #fff;
	margin-left: 20px ;
}

#footer_kaisha a:hover,
#footer_riyou a:hover,
#footer_kojin a:hover,
#footer_site a:hover,
#footer_toiawase a:hover {
	float: left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-align: 30px;
	color: #ff0;
	margin-left: 20px ;
}

#footer_kaisha a:active,
#footer_riyou a:active,
#footer_kojin a:active,
#footer_site a:active,
#footer_toiawase a:active {
	float: left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-align: 30px;
	color: #ff0;
	margin-left: 20px ;
}


#copy {
	color: #fff;
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 30px;
	text-align: right;
	margin-right: 10px ;
}


.column {
	float: left;
	width: 330px ;
	text-align: left;
	margin: 24px;
}

.logo_small {
	float: left;
	width: 34px ;
	height: 34px ;
}

.text_clumn_title{
	font-size: 18px;
	line-height: 34px;
	text-decoration: none;
	color: #996928;
	font-weight: bold;
	text-align: 34px;
	margin-bottom: 30px ;
}

.text_clumn_title02{
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	color: #996928;
	font-weight: bold;
	text-align: 16px;
	margin-left: 30px ;
	margin-bottom: 10px ;
}

.text{
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	color: #996928;
	text-align: left;
	width: 300px;
	display: block;
	margin-left: 30px ;
	margin-bottom: 10px ;

}

.text_back{
	float: right;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	color: #996928;
	font-weight: bold;
	text-align: 19px;
	margin-top: 7px ;
}

#column_pic {
	margin: 30px;
	text-align: right;
}

#triangle_small {
	margin-top: 7px ;
	float: right;
	width: 19px ;
	height: 19px ;
}

#banner_80artists {
	float: left;
}

.text_joca_title{
	font-size: 12px;
	line-height: 34px;
	text-decoration: none;
	color: #1d2088;
	font-weight: bold;
	vertical-align: bottom;	
	position: absolute;
	top:390px;
	left:10px;
}

.text_joca{
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #000;
	vertical-align: bottom;	
	width: 220px ;
	position: absolute;
	top:417px;
	left:10px;

}

#block_ranking {
	float: left;
	background-color: #fff;
	width: 288px;
	height: 470px;
}

#ranking {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px #9c0;
	width: 276px;
	height: 448px;
}

#ranking_01{
	width: 276px;
	height: 135px;
}
	
#ranking_02{
	width: 276px;
	height: 120px;
	clear: left;
}
	
#ranking_03{
	width: 276px;
	height: 130px;
	clear: left;
}

#ranking_greenback{
	float: left;
	background-color: #9c0;
	background-repeat: no-repeat;
	width: 276px;
	height: 30px;
	margin-bottom: 25px;
}


.green_title{
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-align: 30px;
	color: #fff;
	margin-left: 10px ;
	display:block;
}

.green_title_small{
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-align: 30px;
	color: #fff;
	margin-right: 10px ;
	display: block;
}

.text_ranking_title a:link{
	float: left;
	font-size: 16px;
	line-height: 23px;
	text-decoration: none;
	color: #9c0;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

.text_ranking_title a:visited{
	float: left;
	font-size: 16px;
	line-height: 23px;
	text-decoration: none;
	color: #9c0;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

.text_ranking_title a:hover{
	float: left;
	font-size: 16px;
	line-height: 23px;
	text-decoration: underline;
	color: #9c0;
	text-align: left;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}

.text_ranking_title_no{
	font-size: 18px;
	text-decoration: none;
	color: #9c0;
	font-weight: bold;
	float: left;
	height: 21px;
}

.text_ranking{
	float: left;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	color: #9c0;
	text-align: left;
	width: 150px;
}





.pic_ranking {
	float: left;
	text-align: left;
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 10px;
}

.king {
	float: left;
	margin-right: 5px;
	height: 21px;
	width: 33px;
}

.line_ranking {
	float: left;
	border-bottom: solid 1px #9c0;
	width: 237px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#ranking_right{
	float: left;
	width: 255px;
	height: 110px;
}

.clear{
 	clear:both;
	width: 1px ;
	height: 1px ;
}


#block_side {
	float: left;
	width: 288px;
	height: 758px;
}

#block_shohin {
	float: left;
	background-color: #fff;
	background-repeat: no-repeat;
	width: 662px;
	height: 608px;
}


.whats_title{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #9c0;
	background-repeat: no-repeat;
	width: 632px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	text-align: 30px;
	color: #fff;
	padding-left: 10px ;
	display:block;
}


#whats {
	margin-left: 10px;
	margin-bottom: 0px;
	border: solid 1px #9c0;
	width: 640px;
	height: 120px;
	overflow:auto;
}


.text_whats_online{
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: 16px;
	text-decoration: none;
	color: #aaa;
	text-align: left;
	background-image: url("image/online_icon.gif");
	background-repeat: no-repeat;
	background-position: 100px 0px;
	width: 170px;
	height: 21px;
	display: block;
	margin-left: 10px;
	margin-top: 20px;
}

.text_whats_shop{
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: 16px;
	text-decoration: none;
	color: #aaa;
	text-align: left;
	background-image: url("image/shop_icon.gif");
	background-repeat: no-repeat;
	background-position: 100px 0px;
	width: 170px;
	margin-left: 10px;
	margin-top: 20px;
}

.text_whats2{
	font-size: 14px;
	line-height: 14px;
	text-align: 14px;
	text-decoration: none;
	color: #aaa;
	text-align: left;
	width: 620px;
	margin-top: 20px;
}

.text_whats3{
	font-size: 14px;
	line-height: 14px;
	text-align: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
	text-align: left;
	width: 620px;
	margin-top: 20px;
}

.text_whats2 a:link{
	font-size: 14px;
	line-height: 14px;
	text-align: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
	text-align: left;
	width: 620px;
	margin-top: 20px;
}

.text_whats2 a:visited{
	font-size: 14px;
	line-height: 14px;
	text-align: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
	text-align: left;
	width: 620px;
	margin-top: 20px;
}

.text_whats2 a:hover{
	font-size: 14px;
	line-height: 14px;
	text-align: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #aaa;
	text-align: left;
	width: 620px;
	margin-top: 20px;
}

#whats_list {
	float: left;
}


.text_shohin_title a:link{
	clear: left;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	color: #996928;
	text-align: 21px;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
}

.text_shohin_title a:visited{
	clear: left;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	color: #996928;
	text-align: 21px;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
}

.text_shohin_title a:hover{
	clear: left;
	font-size: 18px;
	line-height: 21px;
	text-decoration: underline;
	color: #996928;
	text-align: 21px;
	font-weight: bold;
	margin-bottom: 6px;
	display: block;
}


.text_shohin{
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	color: #996928;
	text-align: left;
	width: 160px;
}





.pic_shohin {
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.new_icon {
	float: left;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 2px;
	margin-left: 2px;
}

#shohin_big {
	float: left;
	width: 300px;
	height: 430px;
	margin: 10px;
}

#line_shohin {
	border-bottom: solid 1px #996928;
	width: 300px;
	margin-bottom: 10px;
}

#line_shohin2 {
	float: left;
	border-bottom: solid 1px #996928;
	width: 330px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#shohin_small {
	float: left;
	width: 330px;
	height: 430px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.text_shohin_title_small a:link{
	float: left;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	color: #996928;
	text-align: 21px;
	font-weight: bold;
}

.text_shohin_title_small a:visited{
	float: left;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	color: #996928;
	text-align: 21px;
	font-weight: bold;
}

.text_shohin_title_small a:hover{
	float: left;
	font-size: 16px;
	line-height: 21px;
	text-decoration: underline;
	color: #996928;
	text-align: 21px;
	font-weight: bold;
}

.text_shohin_small{
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
	color: #996928;
	text-align: left;
	width: 190px;
}

a img {
    border-style:none;
}


#pageTop{
	position:fixed;
	bottom:20px;
	right:25px;
	cursor: pointer;
	}

