@charset "utf-8";
/*
 * MDS Co.,Ltd.
 * Description:  CSS file for screen
 * Filename:     common.css
 * Version:      1.0
 * Author:       mds directors
 * Last Up Date: 06/06/2009
 *
 * 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 {
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 150%;
    font-size: small;
    font-family: Verdana, Arial, sans-serif;
    background: #d2caa4;
}
#container {
    display: block;
    float: none;
    width: 834px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-left: solid 1px #858482;
    border-right: solid 1px #858482;
    background: #fff;
}

/************* header styles ****************/

#header {
    display: block;
    float: none;
    width: 834px;
    margin: 0 auto;
    background: #fff4dd;
    text-align: center;
}
#header-inner {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: #fff4dd;
}
#header-logo{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#header-slogan {
	display: block;
	width: 368px;
	height:43px;
    float: right;
    padding: 0 5px 0 0;
    color: #000;
    text-align: right;
    background: #fff4dd;
}
#header-slogan div#index,h1#index {
    margin: 0;
    padding: 5px 0 0 0;
    background-image: none;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
}
#header-nav {
	display: block;
	float: right;
	width: 100%;
    text-align: right;
    background: #fff4dd;
}
#header-nav img {
    margin: 0 8px 0 0;
}
#sub-nav {
    display: block;
    float: right;
    width: 100%;
    background: #fff4dd url("../images/sub_nav_bg_01.jpg") no-repeat right bottom;
    text-align: right;
}
#sub-nav-inner {
    margin: 0 10px 0 0;
}
#sub-nav a{
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 3px;
    color: #fff;
    text-decoration: none;
    font-size: 75%;
}
#sub-nav a:hover{
    color: #ff9900;
}
#sub-nav a img{
    vertical-align: middle;
    margin: 0 7px 0 0;
}
/************* global-nav styles ****************/

#global-nav-bg {
    float: left;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: url("../images/global_nav_bg_01.jpg") repeat-y 0 0;
    text-align: center;
}
#global-nav-container {
    position: relative;
    width: 834px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
}
#global-nav {
    display: inline;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 834px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#global-nav li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#global-nav a {
    float: left;
    overflow: hidden;
    padding: 50px 0 0 0;
}
#nav-01 a {
    width: 114px;
    margin: 0;
    background: url("../images/skin_global_nav_01.jpg") 0px 0px no-repeat;
}
#nav-01 a:active , #nav-01 a:hover {
    width: 114px;
    background: url("../images/skin_global_nav_01.jpg") 0px -50px no-repeat;
}
#nav-01 a.selected {
    width: 114px;
    background: url("../images/skin_global_nav_01.jpg") 0px 0px no-repeat;
}
#nav-02 a {
    width: 173px;
    background: url("../images/skin_global_nav_01.jpg") -114px 0px no-repeat;
}
#nav-02 a:active , #nav-02 a:hover {
    width: 173px;
    background: url("../images/skin_global_nav_01.jpg") -114px -50px no-repeat;
}
#nav-02 a.selected {
    width: 173px;
    background: url("../images/skin_global_nav_01.jpg") -114px 0px no-repeat;
}
#nav-03 a {
    width: 128px;
    background: url("../images/skin_global_nav_01.jpg") -287px 0px no-repeat;
}
#nav-03 a:active , #nav-03 a:hover {
    width: 128px;
    background: url("../images/skin_global_nav_01.jpg") -287px -50px no-repeat;
}
#nav-03 a.selected {
    width: 128px;
    background: url("../images/skin_global_nav_01.jpg") -287px 0px no-repeat;
}
#nav-04 a {
    width: 233px;
    background: url("../images/skin_global_nav_01.jpg") -415px 0px no-repeat;
}
#nav-04 a:active , #nav-04 a:hover {
    width: 233px;
    background: url("../images/skin_global_nav_01.jpg") -415px -50px no-repeat;
}
#nav-04 a.selected {
    width: 233px;
    background: url("../images/skin_global_nav_01.jpg") -415px 0px no-repeat;
}
#nav-05 a {
    width: 186px;
    background: url("../images/skin_global_nav_01.jpg") -648px 0px no-repeat;
}
#nav-05 a:active , #nav-05 a:hover {
    width: 186px;
    background: url("../images/skin_global_nav_01.jpg") -648px -50px no-repeat;
}
#nav-05 a.selected {
    width: 186px;
    background: url("../images/skin_global_nav_01.jpg") -648px -100px no-repeat;
}

.flash-area {
    display: block;
    float: none;
    clear: both;
    width: 740px;
    height: 180px;
    margin: 10px auto 0px auto;
    padding: 0;
}
.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: 834px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #dbd0bf;
}
#wrapper-inner {
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

/************* content styles ****************/

#content {
    display: block;
    float: right;
    width: 652px;
    height: 1400px;
    padding: 10px 10px 0px 10px;
    background: #fff;
}
#content-index {
    display: block;
    float: right;
    width: 652px;
    height: 1620px;
    padding: 10px 10px 0px 10px;
    background: #fff;
}
#content-common {
    display: block;
    float: right;
    width: 652px;
    padding: 10px 10px 0px 10px;
    background: #fff;
}
* html #content {
    display: block;
    float: right;
    width: 652px;
    height: 1300px;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    background: #fff;
}
* html #content-index {
    display: block;
    float: right;
    width: 652px;
    height: 1580px;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    background: #fff;
}
* html #content-common {
    display: block;
    float: right;
    width: 652px;
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    background: #fff;
}
/************* sidebar styles ****************/

#sidebar {
    display: block;
    float: left;
    width: 154px;
    margin: 0;
    padding: 5px 5px 0 0;
    font-size: 90%;
    background: #dbd0bf;
}
* html #sidebar {
    display: block;
    float: left;
    overflow: hidden;
    width: 154px;
    margin: 0;
    padding: 5px 0px 0 0;
    font-size: 90%;
    background: #dbd0bf;
}
.sidebar-col {
   margin: 0 0 5px 0;
}
.banner {
    margin: 0 3px;
}
#sidebar p {
    line-height: 165%;
    margin: 5px 5px 0 5px;
    padding: 0px;
    text-align: left;
}
.sidebar-build {
    display: block;
    float: none;
    padding: 10px;
    background: url('../images/hx/h3_04.jpg') no-repeat;
    font-weight: bold;
}
.sidebar-wall {
    display: block;
    float: none;
    padding: 5px;
    background: url('../images/sidebar_wall_01.jpg') repeat-y;
}
.sidebar-wall-arrival {
    display: block;
    float: none;
    padding: 5px;
    background: url('../images/sidebar_wall_01.jpg') repeat-y;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 180px;
}
* html .sidebar-wall-arrival {
    display: block;
    float: none;
    padding: 5px;
    background: url('../images/sidebar_wall_01.jpg') repeat-y;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 180px;
}
.sidebar-wall h4.index,.sidebar-wall-arrival h4.index {
    margin: 0;
    padding: 0;    
    font-size: 11px;
    color: #9a1313;
}
.sidebar-bottom {
    display: block;
    float: none;
    height: 10px;
    background: url('../images/sidebar_bottom_01.jpg') no-repeat;
}
#sidebar-index-inner {
    height: 220px;
    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 {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    font-size: 90%;
}
.news-article {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    width: 420px;
}
#sidebar-index-inner hr{
    clear: both;
    height: 1px;
    width: 520px;
    border: none;
    border-top: 1px #ccc dashed;
}

/************* side-nav styles ****************/

.side-nav {
    float: none;
    list-style-type: none;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    background: url('../images/sidebar_wall_01.jpg') repeat-y;
}
.side-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.side-nav li a {
	margin: 0 5px;
    padding: 3px 7px;
    border-bottom: dotted #ccc 1px;
}
.side-nav ul.category li {
    background: url(../images/sidebar_arrow_03.jpg) no-repeat 10px 7px;
}
.side-nav ul.category li a {
	margin: 0 5px;
    padding: 3px 0 3px 25px;
    border-bottom: dotted #ccc 1px;
}
.side-nav li a,.side-nav li a:visited {
    display: block;
}	
/************* footer styles ****************/

#footer {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-size: 75%;
}
#footer-inner {
    display: block;
    clear: both;
    margin: 0 auto;
    width: 834px;
    background: #6b6b36;
}
#copyright {
    display: block;
    padding: 0px 10px 0px 0px;
    font-style: normal;
    color: #fff;
}

/************* links styles ****************/

a:link.menu,a:visited.menu,a:active.menu {
    color: #36f;
}
a:hover.menu {
    color: #f68;
    text-decoration: underline;
}
a:link,a:visited {
    color: #36f;
    text-decoration: none;
}
a:hover {
    color: #36f;
    text-decoration: underline;
}

/************* hx styles ****************/

h1 {
    height: 30px;
    margin: 0;
    padding: 10px 20px;
    background: url('../images/hx/h1_01.jpg') no-repeat top left;
    font-size: 16px;
    text-align: left;
}
h1.common {
    margin: 0;
    padding: 10px 0px 10px 40px;
    background: url('../images/hx/h2_01.jpg') no-repeat top left;
    font-size: 16px;
    color: #f60;
}
h2 {
    margin: 5px 0;
    padding: 5px 0px 5px 10px;
    background: none;
    font-size: 14px;
    width: 450px;
    color: #f60;
}
h2.common {
    margin: 0;
    padding: 10px 0px 10px 40px;
    background: url('../images/hx/h2_01.jpg') no-repeat top left;
    font-size: 16px;
    color: #f60;
}
h2.index {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
h2#comment {
    padding: 15px 0 0 10px;
    color: #f60;
    background: none;
}
h3 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    width: 450px;
    color: #9a1313;
}
h3 img{
    margin-left: -10px;
}
h3.common {
    margin: 10px 0px 0px 15px;
    padding: 0px 0px 0px 20px;
    background: url('../images/hx/h3_05.jpg') no-repeat top left;
    font-size: 14px;
}
h3.index {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
h3.index img {
    margin: 0;
}
h3.area {
    color: #000;
    font-size: 110%;
    padding: 0;
    margin: 0;
}
h3.company {
    display: inline;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 12px;
    width: 450px;
    color: #9a1313;
}
h4 {
    margin: 5px 0;
    padding: 5px 0px 5px 10px;
    background: none;
    font-size: 12px;
    width: 450px;
    color: #000;
}
/************* p img and other styles ****************/

p {
    margin: 5px 10px 20px 10px;
    padding: 5px 0px 10px 0px;
    line-height: 165%;
}
img {
    margin: 0;
    padding:0;
    border: none;
}
.common {
    height: 27px;
    margin: 0;
    padding: 0;
}
.red-strong {
    color :#ff0000;
    font-weight: bold;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.middle{
    vertical-align:middle;
}
#page-root {
    text-align: left;
    width: 100%;
    margin: 5px 0px 10px 0px;
    padding: 0;
    font-size: 90%;
}
.page-top {
    float: none;
    clear: both;
    margin: 10px 0px 20px 0px;
    padding: 5px;
    width: 98%;
    color: #a5a652;
    text-align: right;
}

/************* table styles ****************/
div.contact-form table,div.recruit table {
    width: 95%;
    margin: 10px 0px 5px 10px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
div.contact-form th,div.recruit th {
    padding: 10px;
    background: #eee;
    border: solid 1px #ccc;
    font-weight: normal;
    text-align: center;
}
div.contact-form td,div.recruit td {
    padding: 10px;
    border: solid 1px #ccc;
}
table.guide {
    width: 95%;
    margin: 10px 0px 5px 10px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
table.guide th {
    font-weight: normal;
    background: #f7f2e6;
    border: 1px solid #ccc;
    padding: 2px;
}
table.guide th.center {
    text-align: center;
}
table.guide td {
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 5px;
}
table.guide-fee {
    width: 327px;
    margin: 10px 0px 5px 10px;
    border-collapse: collapse;
    text-align: left;
    border: solid 1px #ccc;
}
table.guide-fee th {
    font-weight: normal;
    background: #f7f2e6;
    border: 1px solid #ccc;
    padding: 2px;
}
table.guide-fee th.center {
    text-align: center;
}
table.guide-fee td {
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 5px;
}
div#table td.comment p {
    padding: 5px 0px;
    margin: 0;
    font-size: small;
}
div#cart {
    text-align: left;
    width: 100%;
}
div#cart div.right {
    margin: 3px 22px 0 0;
}
div#cart table {
    margin: 0 0 0 10px;
    border-collapse: collapse;
    width: 620px;
}	
div#cart th {
    margin: 0 2px 0 0;
    text-align: center;
    padding: 2px;
    white-space: nowrap; 
    color: #9a1313;
}
div#cart td {
    margin: 0 2px 0 0;
    text-align: center;
    padding: 4px 2px;
}
div#cart td.products {
    margin: 0 2px 0 0;
    text-align: left;
    padding: 2px;
}
div#cart div.continue {
    text-align: center;
    font-weight: bold;
}
div#form table {
	width: 500px;
    margin: 0 auto;
}
div#form table th {
    padding: 2px;
    color: #9a1313;
}
div#form table tr {
    padding: 4px 2px;
}
div.privacy table{
    width: 95%;
    margin: 0 auto;
    line-height: 1.6em;
}
div.privacy th,div.privacy td {
    padding: 5px 0;
}
div.privacy th{
    color: #9a1313;
    vertical-align: top;
}
span.error {
    color:#ff0000;
    font-size:x-small;
}
/************* styles for sitemap ****************/
#sitemap {
	display: block;
	float: none;
}
#sitemap ul {
	list-style-type: none;
    margin: 5px 20px;
    line-height: 200%;
	width: 500px;
}
#sitemap ul li {
	display: inline-block;
	width: 250px;
	float: left;
}
/************* styles for index ****************/
.index-products {
	float: none;
	width: 640px;
	margin:0 auto;
}
.index-products-inner {
	width: 200px;
    margin: 5px;
	float: left;
    background: #dbd0bf;
}
div.index-products table th{
    color: #9a1313;
    vertical-align: middle;
    padding: 0 5px;
    height: 40px;
}
div.index-products table td {
    font-size: x-small;
    vertical-align: top;
    padding: 0 5px;
}
div.index-products table td span {
    font-size: 12px;
    font-weight: bold;
    color: #9a1313;
    padding: 0 3px;
}
div.index-products table td p {
    padding: 5px 0px;
    margin: 0;
}
div.index-products table td p.buy {
    padding: 5px 0px;
    margin: 0;
    font-size: small;
}
.products-image-inner {
	margin:5px 0 0 0;
    width: 175px;
    height: 165px;
    background: #fff;
}
div.index-products table td img {
    height: 160px;
    width:auto;
    margin: auto;
}
div.index-products table tr.products-image td {
    height: 175px;
    margin: 5px;
    text-align: center;
}
p.arrival a{
    font-weight: bold;
}
#delivery-area {
    float: none;
    clear: both;
    margin: 15px 10px 10px 10px;
}
#delivery-area-wall {
	width: 629px;
	height: 10px;
	background: url(../images/area_bg_wall_01.jpg) no-repeat bottom;
}

#delivery-area-inner {
    padding: 0 10px;
    width: 629px;
    background: url(../images/area_bg_inner_01.jpg) repeat-y;
    font-size:90%;
}
#delivery-area-bottom {
     width: 629px;
     height: 10px;
     background: url(../images/area_bg_bottom_01.jpg) no-repeat;
}
#index-comment {
    margin: 0 auto;
    padding-top: 10px;
    height: 243px;
    width: 623px;
    background: url(../images/comment_bg_01.jpg) no-repeat;
}
#index-comment p{
    margin-right: 170px;
    padding:5px;
    height:125px;
    overflow-y:scroll;
}
.pickup{
    padding: 0 0 0 10px;
}
.pickup img {
    margin: 1px 2px 0 1px;
}
#pickup-comment {
    text-align: left;
    float: right;
    margin: 0 10px 0 0;
    padding: 25px 0 0 0;
    width: 182px;
    height: 125px;
    background: url(../images/comment_bg_02.jpg) no-repeat;
}
#pickup-comment p{
    font-size: x-small;
    width: 100px;
}
/************* styles for links ****************/
div#links {
    margin: 0 0 0 20px;
    width: 95%;
}
/************* styles for guide ****************/
div.guide-list {
    margin: 5px 20px;
    line-height:165%;
}
div.guide-list ul {
    disc-style-type: none;
}
/************* styles for detail ****************/
div#detail-products table {
	margin: 5px auto;
	width: 95%;
}
div#detail-products table th{
    color: #9a1313;
    vertical-align: top;
    padding: 0 5px;
}
div#detail-products table td {
    font-size: x-small;
    vertical-align: top;
    padding: 0 5px;
}
div#detail-products table td span {
    font-size: small;
    font-weight: bold;
    color: #9a1313;
    padding: 0 3px;
}
div#detail-products table td p {
    padding: 5px 0px;
    margin: 0;
}
div#detail-products table td.comment p {
    padding: 5px 0px;
    margin: 0;
    font-size: small;
}
div#detail-products table tr.products-image td {
    text-align: center;
}
div#detail-products table tr.buy td {
    font-size: small;
}
div#detail-products table tr.buy td span {
    margin: 0 8px;
}
div#detail-comment table {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse; 
}
div#detail-comment table td#left {
    margin: 0;
    padding: 0;
    width: 10px;
    height: 80px;
    background: url(../images/img_37.gif) bottom left no-repeat;
}
div#detail-comment table td#center {
    width: auto;
}
div#detail-comment table td#center div {
    background: #fff0c5;
    margin: 4px 0 0 0;
    padding: 5px 5px;
    height:57px;
}
div#detail-comment table td#right {
    margin: 0;
    padding: 0;
    width: 90px;
    height: 80px;
    background: url(../images/img_38.gif) bottom right no-repeat;
}
/************* styles for list ****************/
ul.list {
   margin: 0 0 0 20px;
   list-style-type: none;
}	
ul.list li {
    padding: 2px 0 2px 18px;
    background: url(../images/arrow_01.gif) no-repeat left 7px;
}
}
