﻿@charset "Shift_JIS";

/* default */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
img { vertical-align: bottom; }

/* general setting */
html {	
}

body {
	font-size: 80%;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
}

div#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

div#wrapper_about {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background: url(img/backimg_about02.jpg) bottom left no-repeat;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	color: #063A6B;
	text-decoration: underline;
}

p {
	display: block;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #333333;
}

strong {
	font-weight: bold;
}

p.b10 {
	padding-bottom: 10px;
}

p.b20 {
	padding-bottom: 20px;
}

p.b30 {
	padding-bottom: 30px;
}

p.b40 {
	padding-bottom: 40px;
}

span.red {
	color:red;
}

span.blue {
	color: #0033CC;
}

span.ocher {
	color: #D3A243;
}

h1 {
	display: block;
	font-size: 120%;
	color: #003894;
	font-weight: bold;
	padding-bottom: 2px;
	line-height: 130%;
	margin: 0;
}

h2 {
	display: block;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0;
}

div.hr {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

div.D {
	padding-bottom: 10px;
	clear: both;
}

div.U {
	padding-top: 10px;
	clear: both;
}

div.M {
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

div.D2 {
	padding-bottom: 20px;
	clear: both;
}

div.U2 {
	padding-top: 20px;
	clear: both;
}

div.M2 {
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

ul.number {
	padding: 0;
	margin: 0;
}

ul.number li {
	color: #333333;
	list-style: decimal;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-left: 20px;
	line-height: 150%;
}

ul.disc {
	padding: 0;
	margin: 0;
}

ul.disc li {
	color: #333333;
	list-style: disc;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-left: 20px;
	line-height: 150%;
}

/* img調整 */
img.left {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

img.right {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}

/* header */
div#header {
	width: 950px;
	float: left;
	margin-bottom: 10px;
}

div#logo {
	width: 290px;
	padding-top: 20px;
	padding-left: 10px;
	float: left;
}

div#header_link {
	width: 640px;
	padding-top: 15px;
	padding-right: 10px;
	float: right;
	text-align: right;
}

div#header_link ul {
	padding: 0;
	margin: 0;
}

div#header_link li {
	font-size: 85%;
	padding-bottom: 5px;
	margin: 0;
}

/* global navigation */
div#global_navi {
	width: 950px;
	float: left;
	margin: 0;
	padding: 0;
}

div#global_navi ul {
	margin: 0;
	padding: 0;
}

div#global_navi li {
	float: left;
	margin: 0;
	padding: 0;
}

/* main */
div#main {
	margin-top: 20px;
	width: 950px;
	float: left;
}

div#main_about {
	margin-top: 20px;
	width: 950px;
	float: left;
	background: url(img/backimg_about01.jpg) top right no-repeat;
}

div#main_thought {
	margin-top: 20px;
	width: 950px;
	float: left;
	background: url(img/backimg_thought01.jpg) top right no-repeat;
}

div#main_size {
	margin-top: 20px;
	width: 950px;
	float: left;
	background: url(img/backimg_size01.jpg) top right no-repeat;
}

/* local navigation */
div#local_navi {
	width: 180px;
	padding-right: 20px;
	float: left;
	padding-bottom: 20px;
}

div#local_navi ul {
	padding: 0;
	margin: 0;
}

div#local_navi li {
	padding: 0;
	margin: 0;
	padding-bottom: 8px;
}

/* contents */
div#contents {
	width: 580px;
	float: left;
}


/* footer */
div#footer {
	width: 950px;
	clear: both;
	height: 50px;
	text-align: center;
	font-size: 77%;
	margin-top: 10px;
}

div#footer ul {
	display: block;
	clear: both;
	height: 20px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
}

div#footer li {
	padding-left: 20px;
	margin: 0;
	display: inline;
}

div#footer li.top {
	padding: 0;
}

/* item */
div.item_subtitle {
	float: left;
	width: 580px;
	margin-bottom: 20px;
}

div.item_subtitle p {
	padding-top:20px;
	color: #063A6B;
}

div.item_button {
	float: right;
	margin-bottom: 20px;
	text-align: right;
}

/* size */
table#size {
	width: 100%;
	text-align: center;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	margin-bottom: 20px;
	_font-size: 85%;
}

table#size th {
	background: #063A6B;
	color: #FFFFFF;
	padding: 10px 0 10px;
	text-align: center;
	width: 20%;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

table#size td {
	padding: 10px 0 10px;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

table#size th.japansize {
	padding: 5px 0 5px;
	text-align: center;
	width: 40%;
}

table#size tr.size_red {
	background: #FADBDA;
}

table#size tr.size_green {
	background: #D5EAD8;
}

/* FAQ */
ul#faq {
	width: 580px;
	padding: 0;
	margin: 0;
	line-height: 150%;
	color: #333333;
}

ul#faq li {
	width: 580px;
	padding: 0;
	margin-bottom: 30px;
}

/* how to choose */
ul.choose {
	width: 580px;
	margin: 0;
	padding: 0;
}

ul.choose li {
	width: 180px;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 20px;
}

ul.choose li.top {
	padding: 0;
}

ul.choose li img {
	margin-bottom: 5px;
}

/* corporate info */
table#corporate_info {
	width: 580px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 30px;
	_color: #333333;
	_font-size: 85%;
}

table#corporate_info th {
	width: 100px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 10px;
}

table#corporate_info td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 10px;
	_line-height: 140%;
}

/* sitemap */
ul#sitemap {
	padding: 0;
	margin: 0;
}

ul#sitemap li {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}

ul#sitemap li span {
	padding: 0;
	margin: 0;
	padding-right: 80px;
}

/* trade */
table#trade {
	width: 580px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 30px;
	_font-size: 85%;
	_color: #333333;
}

table#trade th {
	width: 170px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 10px;
	background: #EEEEEE;
}

table#trade td {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	padding: 10px;
	_line-height: 140%;
}

/* about */
div.aboutimg {
	width: 580px;
	float: left;
	margin-bottom: 20px;
}

/* store info */
table#store {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	line-height: 140%;
	_line-height: 120%;
}

table#store th {
	_font-size: 80%;
	padding-top: 10px;
	vertical-align: top;
}

table#store td {
	width: 220px;
	padding-bottom: 40px;
}