/*--============================================================================
//-- Layout
//--==========================================================================*/
html, body {
	width: 100%;
	height: 100%;
	font-family:Verdana,"lr oSVbN",Geneva,Arial,Sans-serif,osaka;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
}

img { border: none; } 

#layout {
	margin: 0 auto;
	border: 0;
	padding: 0;
	width: 960px;
}

#header_table {
	margin-top:10px;
	margin-bottom:5px;
	border: 0;
	padding: 0;
}


#header {
	margin: 0;
	border: 0;
	padding: 0;
	width: 960px;
}

#column1 {
	float: left;
	padding: 0px 10px 10px 0;
	border: 0;
	width: 180px;
}

#column2 {
	float: left;
	margin: 0px 0px 10px 0px;
	border: 0;
	padding: 0;
	width: 560px;
}

#column3 {
	float: left;
	margin: 0;
	padding: 0px 0 10px 10px;
	border: 0;
	width: 0;
	white-space: nowrap;
}

#footer {
	clear: both;
	margin: 0;
	border: 0;
	padding: 0;
}

/*--============================================================================
//-- Font
//--==========================================================================*/
div, span, td, th, h1, h2, h3, h4, p, li, input, select, textarea, fieldset {
	font-family: "EE EゴシチE", "MS PGothic", Verdana, Geneva, Arial, "Osaka", sans-serif;
}
div, span, td, th, p, li, input, select, textarea, fieldset {
	font-size: 12px;
}

.normal, span.n {
	font-size: 10pt;
}
.small, span.s {
	font-size: 8pt;
}
.smallbox {
	border: 1px solid #000;
	font-size: 11px;
}
.smallbox2 {
	font-size: 11px;
}

/*--============================================================================
//-- default styles
//--==========================================================================*/
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.125em;
	font-weight: normal;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
/*	background-color: #FFF0A0; */
	color: #000099;
}

/*--============================================================================
//-- headlines
//--==========================================================================*/
.catch {
	margin-bottom: 5px;
	padding: 4px 4px;
	border-left: solid 5px #196FB8;
	width: 100%;
	background: #ffffff;
	font-size: 1.0em;
	line-height: 120%;
	letter-spacing: 0.1em;
}

.info {
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 4px 10px 4px 6px;
	width: 100%;
	background: #e2ddb5;
	font-size: 1.5em;
	font-weight: bold;
	color: #5CA9D6;
}

.topics {
	margin-top: 1px;
	margin-bottom: 10px;
/*	padding: 4px 10px 4px 6px; */
	padding: 3px;
	border-left: solid 5px #C63; 
	border-bottom: solid 1px #C63; 
	width: 100%;
	background: #003366; 
/*	font-size: 1.5em; */
	font-size: 2;
	font-weight: bold;
	color: #FFFFFF;
}

.reference {
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 4px 10px 4px 6px;
	border-left: solid 5px #093;
	border-bottom: solid 1px #093;
	width: 100%;
	background: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	color: #093;
}

.important {
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 4px 10px 4px 6px;
	width: 100%;
	background: #ffffff;
	font-size: 1.5em;
	font-weight: bold;
	color: #DF040A;
}

.content_head {
	margin: 10px 0;
	padding: 5px 10px;
	height: 20px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bolder;

}

.user_info {
	margin: 0 0 20px 0;
	border: 1px solid #CCC;
}

.user_info th {
	padding: 5px 8px;
	width: 140px;
	text-align: right;
	font-weight: normal;
	color: #333;
	background: #A0D3F0;
}

.user_info td {
	padding: 5px;
	font-size: 120%;
	background: #F5F5F5;
}

.order_info {
	margin: 0 0 10px 0;
	border: 1px solid #CCC;
}

.order_info th {
	padding: 5px 8px;
	text-align: right;
	font-weight: normal;
	color: #333;
	background: #A0D3F0;
}

.order_info .order_top th {
	text-align: center;
}

.order_info td {
	padding: 5px;
	font-size: 120%;
	background: #F5F5F5;
}

.order_info th.order_info_head {
	text-align: center;
	font-weight: bolder;
	color: #FFF;
}

.right {
	text-align: right;
}
.red {
	color: #FF0000;
}

.form_btn {
	margin: 10px 0;
	text-align: center;
}

.order_table {
	border: 1px solid #CCC;
}

.order_table th {
	margin: 0;
	padding: 5px 8px;
	background: #A0D3F0;
	color: #FFF;
}

.order_table th a {
	color: #FFF;
	text-decoration: underline;
}

.order_table th a:hover {
	color: #FFF;
	text-decoration: none;
	background: none;
}

.order_table td {
	margin: 0;
	padding: 3px 8px;
	color: #333;
	background: #FFF;
}

.order_table .finished td {
	background: #CCCCCC;
}		

.required {
	color: #993300;
}

.text_box01 {
	width: 150px;
}

.text_box02 {
	width: 250px;
}

.text_box03 {
	width: 100px;
}

.text_box04 {
	width: 350px;
}

.text_box05 {
	width: 450px;
}

/*--============================================================================
//-- product detail
//--==========================================================================*/

#top_left {
	width: 10px;
	height: 10px;
	background: url(img/top_left.gif) no-repeat;
}

#top_right {
	width: 10px;
	height: 10px;
	background: url(img/top_right.gif) no-repeat;
}

.middle {
	height: 10px;
	background: #E3F8BE;
}

.side {
	width: 10px;
	background: #E3F8BE;
}


#bottom_left {
	width: 10px;
	height: 10px;
	background: url(img/bottom_left.gif) no-repeat;
}

#bottom_right {
	width: 10px;
	height: 10px;
	background: url(img/bottom_right.gif) no-repeat;
}

.item_content {
	padding: 10px;
}

#item_name {
	margin: 10px 0;
	font-size: 160%;
	font-weight: bolder;
	line-height: 0.8;
}

#item_number {
	margin: 0;
}

#item_price {
	margin: 5px 0 0 0;
	font-size: 110%;
	font-weight: bolder;
}

.price {
	margin: 5px 0 0 0;
	font-size: 110%;
	color: #990000;
}

#price_indicated {
	margin: 0 0 10px 0;
	font-size: 90%;
}

.new {
	margin: 5px 0 0 0;
	width: 37px;
	height: 14px;
	text-indent: -1000px;
	background: url(img/new_icon.gif) no-repeat;
}

.item_description {
	margin: 5px 0 0 0;
	padding: 0 0 15px 0;
	line-height: 1.4;
}

.option {
	float: left;
	margin: 0;
	padding: 15px ;
}

#cart_blcok {
	margin: 10px 0;
	padding: 0;
	border: 1px solid #E4E4E4;
	background: #F7F7F7;
}

#add_cart {
	margin: 10px;
	padding: 0;
	width: 210px;
	height: 28px;
	text-indent: -1000px;
	background: url(img/add_cart.gif) no-repeat;
}

#add_cart a {
	display: block;
	width: 210px;
	height: 28px;
	background: url(img/add_cart.gif) no-repeat;
}

#add_cart a:hover {
	background: url(img/add_cart.gif) no-repeat;
}

#review_block {
	clear: both;
	border-top: 1px dotted #CCCCCC;
	margin: 20px 15px;
	padding: 10px;
}

#cumtomer_review {
	margin: 5px 0;
	font-size: 130%;
	font-weight: bolder;
	color: #CC6600;
}

.review {
	margin: 25px 0 0 0;
	padding: 0 10px;
}

.review_text {
	margin: 0;
	padding: 10px 5px 5px 5px;
}

.content_text {
	margin: 0;
	padding: 10px;
}


/*--============================================================================
//-- shopping cart
//--==========================================================================*/

.cart_right {
	text-align: right;
}

.cart_table {
	border: 1px solid #CCC;
}

.cart_table th {
	margin: 0;
	padding: 5px 8px;
	background: #A0D3F0;
	color: #FFF;
}

.cart_table td {
	margin: 0;
	padding: 3px 8px;
	color: #333;
	background: #F7F7F7;
}

.cart_table .total td {
	padding: 8px;
	background: #CCCCCC;
}

.order_info .total td {
	padding: 8px;
	background: #CCCCCC;
}

.shipping {
	margin: 10px 0 0 0;
	border: 1px solid #CCC;
	background: #FFF;
	font-size: 90%;
}

.shipping th {
	margin: 0;
	padding: 5px 8px;
	background: #A0D3F0;
	color: #FFF;
	text-align: center;
}

.shipping td {
	background: #FFF;
}

.shipping td.shipping_date {
	background: #F7F7F7;
}

.grand_total {
	text-align: right;
	margin: 0;
	padding: 15px 5px 5px 0;
	font-size: 140%;
}

.total_description {
	margin: 0 5px 25px 0;
	text-align: right;
	font-size: 90%;
}	

.shipping_table {
	margin: 0 auto;
	width: 250px;
	border: 1px solid #CCC;
}

.shipping_table th {
	margin: 0;
	padding: 5px 8px;
	background: #A0D3F0;
	color: #FFF;
	text-align: right;
	width: 70px;
}

.shipping_table td {
	margin: 0;
	padding: 3px 8px;
	color: #333;
	background: #F7F7F7;
}

#price_title {
	text-align: center;
}

.cart_btn {
	margin: 20px auto;
}

.back_btn {
	width: 80px;
	height: 28px;
	text-indent: -1000px;
	background: url(img/back_btn.gif) no-repeat;
}

.back_btn a {
	display: block;
	width: 80px;
	height: 28px;
	background: url(img/back_btn.gif) no-repeat;
}

.back_btn a:hover {
	background: url(img/back_btn.gif) no-repeat;
}

.proceed_btn {
	width: 135px;
	height: 28px;
	text-indent: -1000px;
	background: url(img/proceed_btn.gif) no-repeat;
}

.proceed_btn a {
	display: block;
	width: 135px;
	height: 28px;
}

.field_description {
	font-size: 80%;
	color: #666666;
}

.text_area01 {
	width: 380px;
	height: 100px;
}

.text_area02 {
	width: 380px;
	height: 150px;
}

.text_area03 {
	width: 450px;
	height: 200px;
}

/*--============================================================================
//-- Left Menu
//--==========================================================================*/

a.LeftMenu {
	text-decoration: none;
	color: #4682B4;
}
a.LeftMenu :visited {
	text-decoration: none;
	color: #4682B4;
}
a.LeftMenu:hover {
	text-decoration: underline;
/*	background-color: #FFF0A0; */
	color: #000099;
}

/*--============================================================================
//-- FAQ
//--==========================================================================*/

.faq_topic1 {
	color: #444444;
	font-weight: bold;
	text-indent: 7px;
	background: #EFEFEF;
	border-left: 2px solid #FF0000;
	border-bottom: 1px solid #AAAAAA;
	padding: 6px 0px 4px 0px;
	margin: 3px 0px 3px 0px;
}

.faq_text1 {
	color: #454545;
	padding: 3px;
	line-height: 140%;
}

a.faq_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
a:visited.faq_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}

/*--============================================================================
//-- @ (How To Order : hto)
//--==========================================================================*/

.hto_topic1 {
	color: #444444;
	font-weight: bold;
	text-indent: 7px;
	background: #EFEFEF;
	border-left: 2px solid #FF0000;
	border-bottom: 1px solid #AAAAAA;
	padding: 6px 0px 4px 0px;
	margin: 3px 0px 3px 0px;
}

.hto_text1 {
	color: #454545;
	padding: 3px;
	line-height: 140%;
}

a.hto_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
a:visited.hto_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}

/*--============================================================================
//-- x@ (Payment : pmt)
//--==========================================================================*/

.pmt_topic1 {
	color: #444444;
	font-weight: bold;
	text-indent: 7px;
	background: #EFEFEF;
	border-left: 2px solid #FF0000;
	border-bottom: 1px solid #AAAAAA;
	padding: 6px 0px 4px 0px;
	margin: 3px 0px 3px 0px;
}

.pmt_text1 {
	color: #454545;
	padding: 3px;
	line-height: 140%;
}

a.pmt_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
a:visited.pmt_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
/*--============================================================================
//-- ЊTv (Company : cmpny)
//--==========================================================================*/

.cmpny_topic1 {
	color: #444444;
	font-weight: bold;
	text-indent: 7px;
	background: #EFEFEF;
	border-left: 2px solid #FF0000;
	border-bottom: 1px solid #AAAAAA;
	padding: 6px 0px 4px 0px;
	margin: 3px 0px 3px 0px;
}

.cmpny_text1 {
	color: #454545;
	padding: 3px;
	line-height: 140%;
}

a.cmpny_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
a:visited.cmpny_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}

/*--============================================================================
//-- ₢킹 (Contact : contact)
//--==========================================================================*/
.contact_topic1 {
	color: #444444;
	font-weight: bold;
	text-indent: 7px;
	background: #EFEFEF;
	border-left: 2px solid #FF0000;
	border-bottom: 1px solid #AAAAAA;
	padding: 6px 0px 4px 0px;
	margin: 3px 0px 3px 0px;
}

.contact_text1 {
	color: #454545;
	padding: 3px;
	line-height: 140%;
}

a.contact_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
a:visited.contact_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
olor: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}

/*--============================================================================
//-- ₢킹 (Contact : contact)
//--==========================================================================*/
.contact_topic1 {
	color: #444444;
	font-weight: bold;
	text-indent: 7px;
	background: #EFEFEF;
	border-left: 2px solid #FF0000;
	border-bottom: 1px solid #AAAAAA;
	padding: 6px 0px 4px 0px;
	margin: 3px 0px 3px 0px;
}

.contact_text1 {
	color: #454545;
	padding: 3px;
	line-height: 140%;
}

a.contact_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
a:visited.contact_link {
	color: #000066;
	padding: 3px;
	line-height: 150%;
	text-decoration: underline;
}
/*--============================================================================
//-- Product Directory (Product : itemview)
//--==========================================================================*/

.current_directory {
	color: #AAAAAA;
	// color: #FF0000;
	// color: #66CC99;
	text-indent: 1em;
}

