@charset "utf-8";

/* -----------------------------------------------------------------
　　　　　          　　　  基本セット
----------------------------------------------------------------- */

/* リセットCSS
----------------------------------------------- */
* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, san-serif;
    color: #4C4C4C;
    font-size: 100%;
    line-height: 100%;
    letter-spacing:1px;
	text-align: center;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* リンク指定
----------------------------------------------- */

a:link {
	color: #003677;
}

a:visited {
	color: #003677;
}

a:hover {
	color: #A80404;
}

/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
	font-weight: normal;
    line-height: 100%;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #E84200;
}

.attention {
	color: #E84200;
}

.price {
	color: #E84200;
	font-weight: bold;
}

.mini {
	font-size: 90%;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* 写真関連
----------------------------------------------- */
.picture {
	padding: 5px;
	background-color: #F8F8F8;
	border: 2px solid #D3D3D3;
}

a:hover .picture {
	border: 2px solid #999999;
}

p.picture_expansion {
	font-size: 72.5%;
	float: right;
	margin: 0.5em 0 0 0;
	padding-left: 1.5em;
    background: url("../img/bot_glass.gif") no-repeat left center;
}

/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}

table  {
	font-size: 80%;
	line-height: 150%;
}

table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}

table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}

div.tblareabtn p {
	font-size: 80%;
	line-height: 150%;
	margin: 0 0 10px 0;
}

.phototd {
    width: 75px;
    text-align: center;
}

.centertd {
    text-align: center;
}

.pricetd {
    text-align: right;
}

.pricetd em {
    font-weight: bold;
}

/* 完了表示
----------------------------------------------- */
div#completetext {
    margin: 15px 0 0 0;
    padding: 10px;
    border: 5px solid #ccc;
}

div#completetext p{
	font-size: 80%;
	line-height: 160%;
}

div#completetext p em {
	font-size: 110%;
}

/* 検索結果表示
----------------------------------------------- */
div.page_navi_area {
	width: 790px;
	clear: both;
	background-color: #F1F1F1;
	margin: 20px 0 0 20px;
}

div.page_navi_area:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div.page_navi_area p {
	font-size: 80%;
}

div.page_navi_area p.result_number {
	width: 370px;
	float: left;
	padding: 0.6em 0 0.6em 15px;
}

div.page_navi_area p.result_number span {
	font-weight: bold;
	color: #E84200;
	margin-right: 0.2em;
}

div.page_navi_area p.page_navi {
	width: 370px;
	float: right;
	padding: 0.6em 15px 0.6em 0;
	text-align: right;
}

div.page_navi_area p.page_navi a {
	font-weight: bold;
}

div.page_navi_area p.page_navi a,
div.page_navi_area p.page_navi span {
	margin: 0 0.5em;
}


/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* -----------------------------------------------------------------
　　　　　          　　　  ヘッダー
----------------------------------------------------------------- */

div#header {
}

div#header_inner {
	text-align: left;
    width: 830px;
    margin: 0 auto;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

div#header_top {
	width: 830px;
	clear: both;
}

div#header_top:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#header_middle {
	width: 830px;
	clear: both;
}

div#header_middle:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* タイトル
------------------------------------------------ */
div#header_title {
	width: 385px;
	float: left;
	margin: 7px 0 0 20px;
	display: inline;
}

div#header_title h1 {
    font-size: 70%;
    line-height: 150%;
    letter-spacing: 0.5px;
	padding: 0.5em 0 0.1em 0;
}

div#header_title h1 a {
	color: #999999;
	text-decoration: none;
}

/* 文字サイズ変更
------------------------------------------------ */
div#font_change_area {
	width: 385px;
	float: right;
	margin: 7px 10px 0 0;
	display: inline;
}

div#font_change_area div {
	float: right;
	display: inline;
	margin-left: 1px;
}

div#font_change_area p {
	font-size: 71%;
    line-height: 150%;
}

#font_change-text {
	padding: 0.2em 0.6em 0.1em 0.6em;
	background-color: #D3D3D3;
}

#font_change-small,
#font_change-medium,
#font_change-large {
	padding: 0.2em 0.6em 0.1em 0.6em;
	background-color: #E5E5E5;
}

#font_change-small:hover,
#font_change-medium:hover,
#font_change-large:hover {
	background-color: #F9F2DC;
}

/* ロゴ周り
------------------------------------------------ */
div#header_logo_area {
	width: 385px;
	float: left;
	margin: 7px 0 13px 20px;
	display: inline;
}

div#header_logo {
	width: 385px;
}

div#header_logo img {
	float: left;
}

/* 電話番号周り
------------------------------------------------ */
div#tel_and_fax_area {
	width: 385px;
	float: right;
	display: inline;
	padding: 7px 20px 13px 0;
}

div#tel_and_fax {
	width: 385px;
}
div#tel_and_fax img {
	float: right;
}

div#kodawari_link {
	float: right;
    clear: both;
	margin-top: 8px;
}

/* -----------------------------------------------------------------
　　　　　          　　　  ヘッダーボトム
----------------------------------------------------------------- */

div#header_bottom {
	background-color: #F8F8F8;
}

div#header_bottom_inner {
	width: 830px;
	clear: both;
    margin: 0 auto;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

div#header_bottom_inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* 新潟こだわり市場と国際安全安心協会について
------------------------------------------------ */
div#header_bottom p {
    font-size: 70%;
	color: #868686;
	text-align: right;
    letter-spacing: 0.5px;
    line-height: 150%;
	padding: 0.5em 15px 0.3em 0;
}

/* -----------------------------------------------------------------
　　　　　          　　　  ログイン
----------------------------------------------------------------- */

div#header_login {
	background-color: #D3D3D3;
}

div#header_login_inner {
	text-align: left;
    width: 830px;
    margin: 0 auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

div#header_login_inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* お客様情報
------------------------------------------------ */
div#login_info {
	float: left;
	display: inline;
	margin: 6px 0 6px 20px;
}

div#login_info p {
    font-size: 72%;
    line-height: 150%;
	padding: 0.5em 0 0.4em 0;
}

span.customer_name {
	font-weight: bold;
}

/* ログインボタン
------------------------------------------------ */
div#header_info {
	float: right;
	display: inline;
	margin: 6px 10px 6px 0;
    background: url("../img/bg_cart.gif") no-repeat left top;
}

div#header_info p {
    font-size: 72%;
	color: #FFFFFF;
    line-height: 150%;
	text-align: right;
	padding: 0.5em 0.4em 0.4em 0.4em;
}

div#header_info p a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 5px 0 10px;
}

div#header_info p a:hover {
	color: #FFB000;
}

div#header_info p a.header_info_border {
	border-left: 1px solid #FFFFFF;
}

div#header_info p img {
	vertical-align: middle;
}

/* 会員登録・MYページ・買い物カゴ
------------------------------------------------ */
div#header_info_2 {
	float: right;
	display: inline;
	margin: 6px 4px 6px 0;
    background: url("../img/bg_login.gif") no-repeat left top;
}

div#header_info_2 p {
    font-size: 72%;
	color: #FFFFFF;
    line-height: 150%;
	text-align: right;
	padding: 0.5em 0.4em 0.4em 0.4em;
}

div#header_info_2 p a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 5px 0 10px;
}

div#header_info_2 p a:hover {
	color: #FFB000;
}

/* -----------------------------------------------------------------
　　　　　          　　　  メニュー
----------------------------------------------------------------- */

div#menu {
	background-color: #000000;
	border-bottom: 5px solid #A80404;
}

div#menu_inner {
	text-align: left;
    width: 830px;
    margin: 0 auto;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	background-color: #4C4C4C;
}

div#menu_inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* カテゴリメニュー
（詳細設定は「SpryMenuBarHorizontal.css」）
----------------------------------------------- */
div#category_menu {
	padding: 0 0 0 10px;
}

/* ガイドメニュー
----------------------------------------------- */
div#guide_menu {
	float: right;
	display: inline;
	margin: 10px;
    background: url("../img/bg_guide_menu.gif") no-repeat left top;
}

div#guide_menu p {
    font-size: 72%;
	color: #FFFFFF;
    line-height: 150%;
	text-align: center;
	padding: 0.7em 0.5em 0.6em 0.5em;
}

div#guide_menu p a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 5px 0 10px;
}

div#guide_menu p a:hover {
	color: #FFB000;
}

div#guide_menu p a.guide_menu_border {
	border-left: 1px solid #FFFFFF;
}

/* -----------------------------------------------------------------
　　　　　  コンテンツ基本フレーム（左右コラムは不使用）
----------------------------------------------------------------- */

div#container {
    width: 830px;
    margin: 0 auto;
    text-align: left;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#centercolumn {
    width: 830px;
    padding: 20px 0 0 0;
}

/* -----------------------------------------------------------------
　　　　　 　　　　　　　　　 フッター
----------------------------------------------------------------- */

div#footer {
	border-bottom: 1px solid #D3D3D3;
}

div#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

div#pagetop {
    width: 790px;
    margin: 0 auto;
    padding: 25px 20px 10px 20px;
    text-align: right;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

div#pagetop:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#pagetop p {
	float: right;
    font-size: 75%;
    line-height: 150%;
	padding-left: 1em; 
    background: url("../img/bot_arrow_top.gif") no-repeat left center;
}

div#footer_menu {
	background-color: #000000;	
}

div#footer_menu_inner {
    width: 830px;
    margin: 0 auto;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

div#footer_menu_inner p {
	font-size: 72.5%;
	line-height: 150%;
	text-align: left;
	padding: 0.7em 0 0.7em 10px;
}

div#footer_menu_inner p a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 5px 0 8px;
}

div#footer_menu_inner p a:hover {
	color: #FFB000;
}

div#footer_menu_inner p a.footer_menu_border {
	border-left: 1px solid #FFFFFF;
}

div#copyright {
    width: 830px;
	height: 80px;
    margin: 0 auto;
	position: relative;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}

div#copyright p {
    padding: 1.5em 20px 0 20px;
    font-size: 72.5%;
    text-align: left;
    letter-spacing: 0;
}

div#copyright img {
  position: absolute;
  top: -20px;
  left: 540px;
}