@charset "Shift_JIS";
/* CSS Document */

/*-------------------------------------
共通設定
-------------------------------------*/
* {
	letter-spacing: 1px;
	line-height: 150%;
	margin: 0px auto;
	font-size: 13px;
	/*color: #555555;*/
}

body {
	text-align: center; /* IE 向けセンタリング指定 */
} 

a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #D80001;
	text-decoration: none;
}

a:hover{
	color: #D80001;
	text-decoration: underline;
}

img {
	border: 0px;
}

h1 {
	margin: 0
}


/*-------------------------------------
ヘッダー
-------------------------------------*/
#header {
	width: 980px;
	height: auto;
	margin-top: 10px;
}

#header a {
	float: left;
}

#header_banner {
	float: left;
	width: 468px;
	height: auto;
	margin-left: 12px;
	display: inline;
}

#header_banner ul {
	float:left;
	margin: 0px;
	padding: 0px
}

#header_banner ul li {
	display: inline
}

/*-------------------------------------
フッター
-------------------------------------*/
#footer {
	width: 980px;
	height: auto;
	margin-top: 10px;
	color: #555555;
}

#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*----------------------------------
	レフトメニュー
-----------------------------------*/
#left_menu {
	float: left;
	width: 160px;
	/*width: 200px*/
	height: auto;
}

#left_menu img {
	margin-bottom: 5px
}

.category_box {
	text-align: left;
	padding-left: 10px;
	margin: 0 0 10px 0;
}

.category_box div {
	margin-bottom: 3px;
	padding: 0px 0px 0px 15px;
	background: url(http://www.genkibuta.com/official/top_img/triangle.gif) no-repeat 0px 1px;
	background-position: left center;
	list-style: none;
}

#info_box {
	float: left;
	width: 146px;
	/*width: 186px;*/
	/width: 160px;
	/*width: 200px*/
	height: auto;
	margin: 0px;
	border-width: 2px;
	border-style: solid;
	border-top-style: none;
	border-color: #D80001;
	display: inline;
	text-align: left;
	padding: 10px 2px 10px 8px;
}

#info_box div {
	margin-bottom: 3px;
	padding: 0px 0px 0px 15px;
	background: url(http://www.genkibuta.com/official/top_img/triangle.gif) no-repeat 0px 1px;
	background-position: left center;
	list-style: none;
}

#login {
	width: 160px;
	height:auto;
	border:1px solid #e3ddcd;
	margin-bottom: 10px; 
}

#login div {
	font-size: 13px;
	line-height : 140%;
	letter-spacing: 1px;
	padding-left:10px;
	padding-top:10px;
}

#login p {
	text-align: center;
	margin: 10px;
}

/*-------------------------------------
トップページ
-------------------------------------*/
#content {
	width: 980px;
	height: auto;
	margin: 0px auto;
}

#main_contents {
	float: left;
	width: 810px;
	height: auto;
	margin-left: 10px;
}

#pickup_main {
	float: left;
	width: 527px;
	height: auto;
	margin-right: 10px;
	display: inline;
}

#pickup_main ul {
	float:left;
	margin: 0px;
	padding: 0px
}

#pickup_main ul li {
	display: inline
}

#picup_sub {
	float: left;
	width: 270px;
	height: auto;
}

#sub_picbox1 {
	float: left;
	width: 810px;
	height: auto;
	margin-top: 10px;
	display: inline;
}

.sub_pic1 {
	float: left;
	width: 400px;
	margin: 0 10px 0 0;
	display: inline;
}

#sub_picbox2 {
	float: left;
	width: 810px;
	height: auto;
	margin: 5px 0 20px 0;
	display: inline;
}

.sub_pic2 {
	float: left;
	width: 195px;
	margin: 0 10px 0 0;
	display: inline;
}

/*-------------------------------------
 新着情報 商品カテゴリ ランキング BOX
-------------------------------------*/
#contents_box {
	float: left;
	width: 810px;
	height: auto;
}

#contents_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*-------------------------------------
 新着情報 商品カテゴリ BOX
-------------------------------------*/
#new_goods_box {
	float: left;
	width: 590px;
	height: auto;
	margin: 0 20px 0 0;
	display: inline;
	text-align: left;
}

#new_goods_box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#new_background {
	background-image: url(http://www.genkibuta.com/official/top_img/new_back.jpg);
	text-align: center
}

/*-------------------------------------
 商品カテゴリ用
-------------------------------------*/
#category_title {
	float: left;
	width: 590px;
	height: 14px;
	margin: 10px 0 10px 0;
	display: inline;
}

#category_box {
	float: left;
	width: 590px;
	height: auto;
}

#category_box div {
	float: left;
	width: 190px;
	margin-bottom: 10px;
	display: inline
}

.category_center {
	margin: 0 10px 0 10px;
}


/*-------------------------------------
 ランキング用
-------------------------------------*/
#ranking {
	float: left;
	width: 198px;
	/width: 200px;
	height: auto;
	margin: 0px;
	padding: 10px 0 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #FFD83F;
	display: inline;
	text-align: left;
}

#ranking:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.ranking_box {
	float: left;
	width: 182px;
	height: auto;
	margin: 10px 0px 0 8px;
	display: inline;
}

.ranking_pic {
	float: left;
	width: 100px;
	display: inline;
}

.ranking_text {
	float: left; 
	width: 75px;
	height: auto;
	text-align: left;
	margin-left: 7px;
	display: inline;
}


/*-------------------------------------
 商品一覧用
-------------------------------------*/
#goods_title {
	float: left;
	width: 810px;
	height: auto;
	margin: 20px 0 10px 0;
	text-align: left;
}

.goods_list {
	float: left;
	width: 784px;
	/width: 810px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 12px 0px 12px;
	/padding-bottom: 10px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-top-style: none;
	border-color: #DED6C1;
}

.goods_list div {
	float: left;
	text-align: center;
	width: 100px;
	height: auto;
	margin: 10px 6px 5px 6px;
	display: inline;
}
