﻿@charset "utf-8";
/*
 * MDS Co.,Ltd.
 * Description:  CSS file for print
 * Filename:     print.css
 * Version:      1.0
 * Author:       MDS Tools (http://www.mds-tools.com/)
 * Last Up Date: 16/04/2010
 *
 * Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * line-height
 * over-flow
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */
	
@media print {

*{
    margin: 0px;
    padding: 0px;
}
body {
    line-height: 150%;
    margin: 0;
    padding: 0;
    background: #eff9fe url('./images/body_bg_01.jpg') repeat-y center top;
    color: #333;
    font-size: small;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}
* html body { 
    zoom: 0.80;
}
input[type=submit], input[type=button], input[type=reset] {
	color: #606060;
	border: outset 2px #a0a0a0;
	background-color: #efefff;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
	color: #000099;
	border: outset 2px #000088;
	background-color: #90c0ff;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
	font-weight: bold;
}
#container {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/************* header styles ****************/

#header {
    display: block;
    float: none;
    width: 800px;
    margin: 0 auto;
    background: #fff url('./images/bg_01.jpg') repeat-y 0 0;
    color: #333;
    text-align: center;
}
#header-inner {
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: #fff url('./images/bg_01.jpg') repeat-y 0 0;
    text-align: left;
}
#header-logo {
    display: block;
    float: left;
    height: 90px;
    margin: 0;
    padding: 5px 0 10px 10px;
}
#header-slogan {
    display: block;
    float: right;
    margin: 0;
    padding: 10px 30px 0 0;
    text-align: right;
}
#header-quick-navi {
    display: block;
    clear: right;
    float: right;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
#header-quick-navi img {
	vertical-align: middle;
}

/************* global-nav styles ****************/

#global-nav-bg {
    float: left;
    width: 100%;
    margin: 0 auto;
    background: url('./images/nav_bg_01.jpg') repeat-x;
    text-align: center;
}
#global-nav-container {
    position: relative;
    width: 790px;
    height: 25px;
    margin: 0 auto;
    padding: 0;
}
#global-nav {
    display: inline;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 780px;
    height: 25px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#global-nav li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#global-nav a {
    float: left;
    padding: 2px 0 0 0;
    text-decoration: none;
    overflow: hidden;
}
#global-nav li a {
    margin:0 15px;
    padding-left: 28px;
    background: url("./images/skin_global_nav_01.jpg") 0px 0px no-repeat;
}
#global-nav li a:active, #global-nav li a:hover {
    margin:0 15px;
    padding-left: 28px;
    background: url("./images/skin_global_nav_01.jpg") 0px -25px no-repeat;
}
#global-nav li a.selected {
    margin:0 15px;
    padding-left: 28px;
    background: url("./images/skin_global_nav_01.jpg") 0px -50px no-repeat;
}
.top-content {
    display: block;
    float: none;
    clear: both;
    width: 800px;
    height: 60px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}

/************* wrapper styles ****************/

#wrapper {
    display: block;
    float: none;
    clear: both;
    width: 800px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: #fff url("./images/bg_01.jpg") repeat-y 0 0;
    text-align: center;
}
#wrapper-inner {
    display: block;
    float: none;
    width: 770px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

/************* content styles ****************/
#content {
    display: block;
    float: right;
    width: 584px;
    margin: 10px 0px 0px 0px;
    padding: 0;
}
#news-wrapper {
    height: 140px;
    overflow: auto;
    margin: 0px 0px 10px 10px;
    padding: 5px 0px 5px 0px
}
.news-block {
    float: none;
    margin: 0;
    padding: 5px 0px 5px 0px;
    width: 520px;
}
.news-update {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    width: 120px;
}
.news-article {
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    width: 380px;
}
#news-wrapper hr {
    clear: both;
    height: 1px;
    width: 98%;
    border: none;
    border-top: 1px #ccc dashed;
}

/************* sidebar styles ****************/

#sidebar-index {
    display: block;
    float: left;
    width: 175px;
    margin: 10px 0px 0px 0px;
    padding: 0;
    font-size: 90%;
}
* html #sidebar-index {
    display: block;
    float: left;
    width: 175px;
    margin: 10px 0px 0px 0px;
    padding: 0;
    font-size: 90%;
}
#sidebar {
    display: block;
    float: left;
    width: 175px;
    margin: 10px 0px 0px 0px;
    padding: 0;
    font-size: 90%;
}
.sidebar-build {
    padding: 8px 0px 8px 15px; 
    background: url('./images/sidebar_build_01.jpg') no-repeat;
    color: #000;
    font-weight: bold;
}
.sidebar-wall {
    display: block;
    float: none;
    padding: 0px 10px 10px 10px;
    background: url('./images/sidebar_wall_01.jpg') repeat-y;
}
.sidebar-bottom {
    display: block;
    float: none;
    padding: 10px;
    background: url('./images/sidebar_bottom_01.jpg') no-repeat;
}

/************* side-nav styles ****************/

.side-nav {
    list-style-type: none;
    float: none;
    width: 100%;
    margin: 0;
    text-align: left;
}
.side-nav img {
    vertical-align:middle;
}
.side-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side-nav li a {
    height: 20px;
    padding: 5px;
    border-bottom: dotted #ccc 1px;
    color: #333;
}
.side-nav li a,.side-nav li a:visited {
    display: block;
    text-decoration: none;
}	
.side-nav li a:hover{
    background-color: #f9f9f9;
    color: #f60;
    text-decoration: none;
}

/************* footer styles ****************/

#footer {
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    font-size: 75%;
    text-align: center;
}
#footer-inner {
    display: block;
    clear: both;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    width: 800px;
    background: #fff url('./images/bg_01.jpg') repeat-y 0 0;
}
#copyright {
    display: block;
    padding: 0px 10px 15px 0px;
    background: url('./images/footer_bg_01.jpg') no-repeat left bottom;
    font-style: normal;
}

/************* links styles ****************/

a:link.menu,a:visited.menu,a:active.menu {
    color: #36c;
}
a:hover.menu {
    color: #f99;
    text-decoration: underline;
}
a:link,a:visited {
    color: #36c;
    text-decoration: underline;
}
a:hover {
    color: #f99;
    text-decoration: underline;
}

/************* hx styles ****************/

h1 {
    height: 40px;
    margin: 0;
    padding: 18px 0px 0px 45px;
    background: url('./images/hx/h1_01.jpg') no-repeat top left;
    color: #333;
    font-size: 18px;
    text-align: left;
}
h1#index {
    margin: 0;
    padding: 0;
    background-image: none;
    color: #333;
    font-size: 13px;
    font-weight: normal;
}
h2 {
    margin: 0;
    padding: 8px 0px 8px 45px;
    background: url('./images/hx/h2_03.jpg') no-repeat top left;
    color: #000;
    font-size: 16px;
}
h2.index {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
h3 {
    margin: 0;
    padding-top: 5px;
    font-size: 14px;
}
h3.index {
    margin: 0;
    padding: 0;
    background: url('./images/hx/h3_01.jpg') no-repeat 0px 7px;
    font-size: 12px;
    font-weight: normal;
}

/************* p img and other styles ****************/

p {
    line-height: 165%;
    margin: 10px 10px 20px 10px;
    padding: 5px 0px 10px 0px;
}
img {
    margin: 0;
    padding:0;
    border: none;
}
.common {
    height: 27px;
    margin: 0;
    padding: 0;
}
.center {
    text-align: center;
}
.middle{
    vertical-align:middle;
}
.right {
    text-align: right;
}
#page-root {
    width: 100%;
    margin: 5px 0px 10px 0px;
    padding: 0;
    font-size: 90%;
    text-align: right;
}
.page-top {
    float: none;
    margin: 0px 30px 10px 0px;
    padding: 5px;
    color: #a5a652;
    text-align: right;
}

/************* table styles ****************/
#content table {
    width: 95%;
    margin: 10px 0px 5px 10px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
#content table tbody tr th {
    padding: 10px;
    background: #eee;
    border: solid 1px #ccc;
    font-weight: normal;
    text-align: left;
}
#content table tbody tr td {
    padding: 10px;
    border: solid 1px #ccc;
}
/************* for member ******************/
#content div.member-login-form {
	display: block;
	width:95%;
	margin: 0 auto;
	
}
#content table.member-login-form-table {
	width: 100%;
	margin: 0px;
}
#content div.member-login-form-button {
	padding: 10px;
	text-align: center;
	font-size: x-small;
}
#content div.member-login-form-button input[type=submit] {
	width: 200px;
	font-size: small;
}
/************* for shopping ****************/
/** 商品一覧:/shopping/index.php:ページング表示ブロック	*/
#content div.shopping-list-paging {
	width: 95%;
	margin: 0 auto;
}
/* 商品一覧:/shopping/index.php:商品検索フォーム	*/
#content table.shopping-search-form {
	border: none 0px #ffffff;
}
#content table.shopping-search-form tbody tr th, #content table.shopping-search-form tbody tr td {
	border: none 0px #ffffff;
	padding: 0px;
}
/* 商品一覧:/shopping/index.php:商品ごとのテーブル	*/
#content table.shopping-list-product {
	border: none 0px #ffffff;
	margin-bottom: 20px;
}
#content table.shopping-list-product tbody tr th, #content table.shopping-list-product tbody tr td {
	border: none 0px #ffffff;
	padding: 0px;
}
/* 商品一覧:/shopping/index.php:商品ごとのテーブル内画像セル	*/
#content table.shopping-list-product tbody tr td.shopping-list-product-image {
	text-align:center;
	width:170px;
	vertical-align:top;
}
/* 商品一覧:/shopping/index.php:商品ごとのテーブル内説明セル	*/
#content table.shopping-list-product tbody tr td.shopping-list-product-explanation {
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
}
/* 商品一覧:/shopping/index.php:商品ごとのテーブル内説明セル内h2	*/
#content table.shopping-list-product tbody tr td.shopping-list-product-explanation h2 a {
	text-decoration: none;
}
/** 商品一覧:/shopping/index.php:商品販売単位のテーブル	*/
#content table.shopping-list-product tbody tr td.shopping-list-product-explanation table {
	margin: 0px;
	border: none 0px #ffffff;
}
/** 商品一覧:/shopping/index.php:商品販売単位テーブルのtd	*/
#content table.shopping-list-product tbody tr td.shopping-list-product-explanation table tbody tr td {
	border-bottom: dotted 1px #d0d0d0;
	vertical-align: top;
}
/** 商品一覧:/shopping/index.php:商品販売単位のフラグアイコンブロック	*/
div.shopping-list-product-explanation-icon {
	text-align: right;
}
/** 商品一覧:/shopping/index.php:商品販売単位の説明ブロック	*/
div.shopping-list-product-explanation-unit-info {
	text-align: right;
}
/** 商品一覧:/shopping/index.php:商品注文フォームブロック	*/
div.shopping-list-product-orderform {
	width: 95%;
	margin: 0 auto;
	text-align: right;
}
/** 商品一覧:/shopping/index.php:プロモーション経由アクセスの紹介割引表示ブロック	*/
#promotion-introduce-block {
	border:solid 1px #FFD700;
	background-color:#FFD700;
	padding:10px;
	text-align:center;
}
/* 商品詳細:/shopping/detail.php:販売単位一覧テーブル	*/
#content table.shopping-list-product-unit {
	border: none 0px #ffffff;
	border-top: dotted 1px #0090a0;
}
#content table.shopping-list-product-unit tbody tr th, #content table.shopping-list-product-unit tbody tr td {
	border: none 0px #ffffff;
	padding: 0px;
}
#content table.shopping-list-product-unit tbody tr td table {
	margin: 0px;
	border: none 0px #ffffff;
}
/* 商品詳細:/shopping/detail.php:販売単位一覧テーブル画像セル	*/
#content table.shopping-list-product-unit tbody tr td.shopping-list-product-unit-image {
	width:170px;
	vertical-align:top;
	text-align:center;
	padding-top:8px;
}
/* 商品詳細:/shopping/detail.php:販売単位一覧テーブル説明セル	*/
#content table.shopping-list-product-unit tbody tr td.shopping-list-product-unit-explanation {
	vertical-align: top;
	text-align: left;
	padding-top: 8px;
}
/* 商品詳細:/shopping/detail.php:販売単位一覧テーブル説明セルアイコン	*/
#content table.shopping-list-product-unit tbody tr td.shopping-list-product-unit-explanation div.icon {
	ertical-align: top;
	text-align: right;
	padding-top: 8px;
}
/* 商品詳細:/shopping/detail.php:販売単位一覧テーブル説明セル商品販売単位名	*/
#content table.shopping-list-product-unit tbody tr td.shopping-list-product-unit-explanation h2.title {
}
/* 商品詳細:/shopping/detail.php:販売単位一覧テーブル説明セル商品価格	*/
#content table.shopping-list-product-unit tbody tr td.shopping-list-product-unit-explanation div.price {
	color: #8f0000;
	font-weight: bold;
}
/** 商品詳細:/shopping/detail.php:商品注文フォームブロック	*/
div.shopping-list-product-unit-orderform {
	width: 95%;
	margin: 0 auto;
	text-align: right;
}

/* カート:/shopping/cart.php:確認テーブル	*/
#content table.shopping-cart {
	width: 100%;
	margin: 10px auto;
	border: solid 1px #999;
	border-collapse: collapse;
}
#content table.shopping-cart thead tr th, #content table.shopping-cart thead tr td {
	border: solid 1px #999;
	padding: 3px;
	text-align: center;
	background-color: #f7f7f7;
	color: #000088;
	font-weight: normal;
}
#content table.shopping-cart tbody tr th, #content table.shopping-cart tbody tr td {
	border: solid 1px #999;
	vertical-align: top;
	padding: 3px;
}
#content table.shopping-cart tfoot tr th {
	border: solid 1px #999;
	padding: 3px 10px;
	text-align: right;
	background-color: #f7f7f7;
	font-weight: normal;
}
#content table.shopping-cart tfoot tr td {
	border: solid 1px #999;
	padding: 3px;
	text-align: right;
	background-color: #f7f7f7;
	font-weight: bold;
}

/** 注文:/shopping/order/..:注文ナビゲーションブロック	*/
#content div.shopping-order-navigation {
	border:outset 2px #a0c0f0;
	background-color:#a0c0f0;
	color:#000080;
	text-align:center;
	padding:5px;
	margin-bottom:1em;
}
/** 注文:/shopping/order/..:注文ナビゲーションブロック 入力済	*/
#content div.shopping-order-navigation *.completed {
	text-decoration: none;
	font-weight:bold;
}
/** 注文:/shopping/order/..:注文ナビゲーションブロック 未入力	*/
#content div.shopping-order-navigation *.incompleted {
	text-decoration: none;
	color: #f0f0f0;
}
/** 注文:/shopping/order/..:注文ナビゲーションブロック カレント	*/
#content div.shopping-order-navigation *.current {
	font-weight:bold;
}
/** 会員マイページ： /member/index.php : マイメニュー	*/
#content dl.member-mypage-menu dt {
	padding-left: 10px;
}
#content dl.member-mypage-menu dd {
	padding-left: 25px;
}
/************* for global ****************/
ul.error {
	width: 95%;
	margin: 0 auto;
	padding-left: 2em;
}
ul.error li {
	color: #ff6060;
}
span.form_attention {
	font-size: x-small;
	color: #ff6060;
}
span.required {
	font-size: x-small;
	color: #ff6060;
}
}