@charset "utf-8";
/* CSS Document */

@import url("reset.css");

html {
	min-height: 100%;
}

body {
	height: auto;
	min-height: 100%;
	line-height:20px;
	color:#000;
	background: #0c74a7 url(../img/bg_body.jpg) center bottom no-repeat;
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

.wrapper {
	width: 100%;
}
.inner_wrapper {
	margin: 0 auto;
	width: 800px;
	background: #fff;
}
.inner_wrapper_footer {
	margin: 0 auto;
	width: 800px;
	height: 9px;
	line-height: 0;
	overflow: hidden;
	background: url(../img/bg_inner_wrapper_footer.png) left top no-repeat;
	font-size: 1px;
}
* html body .inner_wrapper_footer {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bg_inner_wrapper_footer.png");
}

#header {
	margin: 0 10px 0 15px;
	position: relative;
	width: 775px;
	height: 124px;
	background:url(../img/bg_contents_on.jpg) left top no-repeat;
}
#logo {
	position: absolute;
	top: 21px;
	left: 0px;
}
#header_menu {
	padding-right: 10px;
	position: absolute;
	top: 0;
	right: 0;
	color: #3e7aab;
}
#header_menu a {
	color: #98b6c9;
	text-decoration: none;
}
#header_menu a:hover {
	text-decoration: underline;
}
#header_contact {
	position: absolute;
	right: 1px;
	top: 49px;
}
#header_contact a {
	display: block;
	width: 227px;
	height: 68px;
	overflow: hidden;
}


#menu {
	margin: 0 auto;
	width: 770px;
	height: 33px;
	background: url(../img/bg_menu.jpg) left top no-repeat;
}
#menu li {
	display: block;
	float: left;
	height: 33px;
	line-height: 33px;
	overflow: hidden;
}
#menu li a {
	margin-right: 1px;
	display: block;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
li#menu_01 a {
	margin-left: 1px;
	width: 104px;
}
li#menu_02 a {
	width: 160px;
}
li#menu_03 a {
	width: 122px;
}
li#menu_04 a {
	width: 109px;
}
li#menu_05 a {
	width: 142px;
}
li#menu_06 a {
	width: 126px;
}

#page {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 15px;
	position: relative;
	width: 770px;
	background: #fff;
}
.list #page,
.detail #page {
	margin: 0 0 0 15px;
	width: 785px;
}

#priceinfo {
	margin-bottom: 15px;
	line-height: 1.01;
}
#priceinfo li {
	padding-right: 60px;
	display: inline;
}

#flowinfo {
	margin-bottom: 15px;
	clear: both;
	line-height: 1.01;
}

#pagetop {
	width: 770px;
	overflow: hidden;
}
#pagetop a {
	margin: 1px;
	display: inline;
	float: right;
	padding-left: 16px;
	line-height: 15px;
	color: #f09;
	background:url(../img/icon_top.gif) left top no-repeat;
	text-decoration: none;
}
#pagetop a:hover {
	text-decoration: underline;
}

#goto_basket {
	position: absolute;
	top:10px;
	left: 590px;
}

#footer {
	margin: 0 auto;
	width: 800px;
}
#footer_address {
	margin: 15px 0;
}
#footer_address strong {
	font-weight: bold;
}

#footer_box {
	position: relative;
	width: 800px;
	height: 56px;
	overflow: hidden;
	background: url(../img/bg_footer_box.png) left top no-repeat;
}
* html body #footer_box {
	background: none;
}
* html body #footer_menu {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bg_footer_box.png");
}
#footer_box a {
	color: #fff;
	text-decoration: none;
}
#footer_box a:hover {
	text-decoration: underline;
}

#aunplus {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 226px;
	height: 36px;
}

#footer_menu {
	width: 800px;
}
#footer_menu li {
	padding: 0 10px 0 15px;
	display: inline;
	line-height: 56px;
}

#copyright {
	padding: 5px 0;
}


h1 {
	color: #fff;
	text-indent: 6px;
}
h2 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 14px;
	padding: 6px 0 0 22px;
	color:#14496a;
	background: url(../img/bg_tit_s.jpg) left top no-repeat;
	font-size:14px;
	font-weight:bold;
}

a {
	position: relative;
	color: #f09;
}
a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	zoom: 1;
	filter: alpha(opacity=70);
}

h3 span.annotation {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}


.section {
	margin-bottom: 30px;
	width: 100%;
}


table#company_profile {
	margin-left: 1px;
	width: 640px;
}
table#company_profile td,
table#company_profile th {
	padding: 7px 15px;
	border: 1px #999 solid;
}
table#company_profile th {
	background-color: #e4e4e4;
}


table.price_table {
	margin-left: 1px;
	width: 455px;
}
table.price_table td {
	border: 1px #999 solid;
	vertical-align: top;
	padding: 5px 10px;
}
table.price_table td.perpiece {
	width: 100px;
}
table.price_table img {
	padding: 2px 10px 2px 0;
	vertical-align: top;
}


table#basket_table {
	margin-left: 1px;
	margin-bottom: 8px;
	width: 769px;
}
.order_check table#basket_table {
	width: 640px;
}
table#basket_table td,
table#basket_table th {
	border: 1px #999 solid;
	vertical-align: top;
}
table#basket_table th {
	padding: 2px 15px;
	color: #4b4b4b;
	background-color: #e6e6e6;
	text-align: center;
	font-size: 14px;
}
table#basket_table td {
	padding: 5px 10px;
}
table#basket_table img {
	padding: 2px 10px 2px 0;
	vertical-align: top;
}
table#basket_table .perpiece,
table#basket_table .quantity ,
table#basket_table .subtortal {
	width: 100px;
}
.order_check table#basket_table .perpiece,
.order_check table#basket_table .quantity ,
.order_check table#basket_table .subtortal {
	width: 80px;
}
table#basket_table .remove {
	width: 50px;
}
table#basket_table .quantity select {
	width: 70px;
}


table#accounting_table {
	margin-left: 1px;
	margin-bottom: 8px;
	width: 315px;
}
table#accounting_table td,
table#accounting_table th {
	padding: 7px 15px;
	border: 1px #999 solid;
}
table#accounting_table th {
	width: 90px;
	background-color: #e4e4e4;
	font-size: 14px;
}
table#accounting_table .total td {
	font-size: 14px;
	font-weight: bold;
}


table.form_table {
	margin-left: 1px;
	margin-bottom: 6px;
	width: 640px;
}
table.form_table td,
table.form_table th {
	padding: 7px 5px;
	border: 1px #999 solid;
}
table.form_table th {
	width: 140px;
	background-color: #e4e4e4;
	vertical-align: top;
}


table.required_table th {
	padding-left: 0px;
	border-left: none;
}
table.required_table th.required {
	padding: 7px 0;
	border: 1px #999 solid;
	border-right: none;
	width: 1.8em;
	text-align: right;
}


table#sitemap_table td,
table#sitemap_table th {
	padding: 0 0 20px 0;
}
table#sitemap_table th {
	padding-right: 3em;
	padding-left: 25px;
	background: url(../img/icon_listmark.jpg)  left 2px no-repeat;
}


table.qa_table {
	margin-bottom: 25px;
	width: 100%;
	background: url(../img/bg_qa_table.jpg) left top no-repeat;
}
table.qa_table td,
table.qa_table th {
	padding: 8px 0 0;
}
table.qa_table th {
	width: 28px;
	vertical-align: text-top;
}
table.qa_table .question td {
	color: #f09;
	font-size: 14px;
	font-weight: bold;
}


table#recommended_table td {
	border-width: 0 10px 10px 0;
	border-color: #fff;
	border-style: solid;
	color: #fff;
	background: #003366;
	width: 160px;
	vertical-align: top;
}
table#recommended_table img {
	border-top: 5px #18516c solid;
}
table#recommended_table dl {
	padding: 5px;
}
table#recommended_table dt {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
table#recommended_table dd {
	line-height: 1.2;
}
table#recommended_table dd.price {
	margin: 5px 0 0;
	color: #e961c7;
	font-size: 16px;
	font-weight: bold;
}


.accounting_box {
	width: 316px;
	float: right;
}


.basket_form .control {
	padding: 8px 0;
	width: 315px;
	overflow: hidden;
}
.basket_form .control li.left_button {
	float: left;
	width: 58%;
	overflow: hidden;
}
.basket_form .control li.right_button {
	float: right;
	width: 38%;
	text-align: right;
	overflow: hidden;
}


.contact_form .control {
	margin: 10px 0;
	width: 640px;
	overflow: hidden;
	text-align: center;
}
.contact_form .control li {
	padding: 0 5px;
	width: 640px;
	display: inline;
	text-align: center;
}


.order_form h3 {
	margin-bottom: 0;
}
.order_form .control {
	margin: 10px 0;
	width: 640px;
	overflow: hidden;
	text-align: center;
}
.order_form .control li {
	padding: 0 5px;
	display: inline;
}


#content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

#priceinfo_v {
	margin-top: 35px;
}

.attention {
	color: #f09;
	font-weight: bold;
}

.contact_text {
	padding-bottom: 10px;
}


.result_box {
	margin: 50px 0;
}
.result_box p {
	margin-bottom: 2em;
	text-align: center;
}


.link_list li {
	margin-bottom: 20px;
	padding: 0 0 0 25px;
	background: url(../img/icon_listmark.jpg)  left 2px no-repeat;
}


#contact_banner {
	margin-bottom: 20px;
}


form .name input {
	width: 210px;
}
form .tel input {
	width: 210px;
}
form .mail input {
	width: 400px;
}
form textarea {
	width: 420px;
	height: 200px;
}
form .address textarea {
	width: 420px;
	height: 3em;
}
form .postscript textarea {
	width: 420px;
	height: 3em;
}
form .control input {
	font-size: 14px;
}


.customer_data {
	margin-bottom: 0;
}
.order_arrow {
	margin: 5px 0;
	width: 640px;
	text-align: center;
}

.detail_data h3,
.list_data h3,
.price_data h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.detail_image {
	margin-bottom: 10px;
}
.detail_thumbnail {
	margin-bottom: 10px;
	width: 785px;
	overflow: hidden;
}
.detail_thumbnail li {
	margin-right: 11px;
	float: left;
	display: inline;
	width: 145px;
}

.detail_data {
	margin-bottom: 0;
}

.detail_text {
	margin-bottom: 10px;
	width: 770px;
	background-color: #cfe1ea;
}
.detail_text_header {
	width: 770px;
	height: 4px;
	background:url(../img/bg_detail_text_header.jpg) left top no-repeat;
	font-size: 1px;
}
.detail_text_footer {
	width: 770px;
	height: 4px;
	background:url(../img/bg_detail_text_footer.jpg) left top no-repeat;
	font-size: 1px;
}
.detail_text_body {
	margin: 15px;
}


.detail_price_table {
	margin-bottom: 10px;
	margin-left: 1px;
	width: 770px;
}
.detail_price_table td,
.detail_price_table th {
	padding: 5px 10px;
	border: 1px #a0a0a0 solid;
}
.detail_price_table th {
	color: #4b4b4b;
	background: #e6e6e6;
	font-size: 16px;
	font-weight: bold;
	width:200px;
}
.detail_price_table th span {
	color: #f0c;
}
.detail_price_table th p {
	padding-top:10px;
	font-size:12px;
}


.detail_cart {
	margin-bottom: 0;
}
.detail_cart h3 {
	margin: 0;
	padding: 0;
	height: 29px;
	background: none;
}
.detail_cart table {
	margin: 1px 0 10px 1px;
	width: 770px;
}
.detail_cart .form {
	width: 515px;
	border: 1px #a0a0a0 solid;
}
.detail_cart .form form {
	padding-left: 10px;
}
.detail_cart .form form .quantity {
	width: 3em;
}
.detail_cart .form form .buy_button {
	margin-left: 20px;
	font-size: 12px;
}
.detail_cart .basket_button {
 text-align: right;
	vertical-align: middle;
}
.detail_cart p {
	color: #666;
}


.list_data {
	width: 775px;
}
.list_data ul {
	margin-bottom: 15px;
	width: 775px;
	overflow: hidden;
}
.list_data ul li {
	margin-right: 15px;
	width: 180px;
	float: left;
	display: inline;
	line-height: 1.33;
}
.list_data ul li.right_side {
	margin-right: 0;
}

.list_data ul li .text_link a {
	padding-left: 16px;
	background:url(../img/icon_listmark_list.jpg) left top no-repeat;
}


.index #main_visual {
	margin: 0 auto;
	width: 770px;
}

.index #index_content {
	float: left;
	width: 525px;
}
.index #index_sidebar {
	float: right;
	width: 245px;
}

.whatsnew h2 {
	margin-bottom: 0;
}
.whatsnew_block {
	margin-bottom: 10px;
	border: 1px #b7b7b7 solid;
	height: 420px;
	overflow: auto;
}
.whatsnew_list dl {
	margin: 5px;
	margin-bottom: 1em;
	clear: both;
	background:url(../img/icon_whatsnew.jpg) left 4px no-repeat;
}
.whatsnew_list dl dt {
	padding-left: 10px;
	float: left;
	width: 55px;
}
.whatsnew_list dl dd {
	margin-left: 65px;
	line-height:120%;
}

#index_sidebar basket_button {
	
}