@charset "utf-8";

/* ▼▼▼ formated ▼▼▼ */
*{
	margin: 0;
	padding: 0;
	text-indent: none;
}
body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family:Arial, sans-serif;
	background: url(../images/bg_body.gif) repeat-x center top #004999;
	color: #434343;
	font-size-adjust:none;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: small;
	font-weight: normal;
}
a {
	color: #006ee0;
	text-decoration: underline;
}
a:hover {
	color: #5fa5ee;
	text-decoration: underline;
}
input, select {
	vertical-align: middle;
	font-size: 100%;
	color: #434343;
}
textarea {
	font-size: 100%;
	color: #434343;
}
fieldset {
	border: none;
}
ul {
	list-style: none;
}
em,strong {
	font-weight: normal;
	font-style: normal;
}
hr {
	clear: both;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border: none;
}
table {
	border-collapse: collapse;
}

/* ▼▼▼ BASE LAYOUT ▼▼▼ */
div#wrap {
	width: 762px;
	margin: 0 auto;
}
div#wrap p#wrapTop {
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: center;
	color: #ffffff;
}
div#container {
	width: 762px;
	padding: 10px 0;
	background-color: #ffffff;
}

/* ▼ HEADER  */
div#header {
	margin: 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0068b7;
}
div#header h1 {
	width: 260px;
	float: left;
}
div#header div#headSearch {
	width: 260px;
	margin-left: 8px;
	margin-top: 0px;
	padding: 5px 10px;
	float: left;
	background-color: #eeeeee;
}
div#header div#headSearch input.iptTextHead {
	width: 200px;
}
div#header dl#address {
/*	width: 190px;*/
	padding-right: 7px;
	float: right;
	text-align: left;
	display: inline;
}
div#header dl#adress dt {
	white-space: nowrap;
}
div#header dl#address dt strong{
	font-weight: bold;
	padding-left:2px;
}
div#header dl#address dd {
	white-space: nowrap;
	padding-left:2px;
	margin-bottom: 2px;
}
#header form #headSearch p {
	font-size: 90%;
}
/* ▼ GLOBAL-MENU  */
ul#gnavi {
	margin-bottom: 10px;
	padding: 7px 10px 8px;
	background: url(../images/bg_header.gif) repeat-x center bottom;
}
ul#gnavi li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #434343;
	line-height: 1;
}
ul#gnavi li.first {
	border-left: none;
	padding-left: 5px;
}
ul#gnavi li.current a{
	color: #434343;
	text-decoration: none;
}
ul#gnavi li.current a:hover{
	color: #5fa5ee;
	text-decoration: underline;
}
/* ▼ GLOBAL-MENU2 for FOOTER  */
ul#gnavi2 {
	margin: 0 10px;
	margin-bottom: 0;
	padding: 20px 10px 10px;
	text-align: center;
	border-top: 1px solid #004999;
}
ul#gnavi2 li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #434343;
	line-height: 1;
}
ul#gnavi2 li.first {
	border-left: none;
	padding-left: 5px;
}
ul#gnavi2 li.current a{
	color: #434343;
	text-decoration: none;
}
ul#gnavi2 li.current a:hover{
	color: #5fa5ee;
	text-decoration: underline;
}
/* ▼▼▼ BREAD-CRUMB ▼▼▼ */
#breadCrumb {
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: -5px;
}


/* ▼▼▼ CONTENT ▼▼▼ */
div#content {
	padding: 0 10px 30px;
}
div#content div.cBox {
	margin-bottom: 10px;
	border: 1px solid #004999;
}
div#content div.cBox h2 {
	padding: 4px 10px;
	color: #ffffff;
	background-color: #004999;
	font-size: 130%;
	font-weight: bold;
}
div#content div.cBox h2 a {
	color: #ffffff;
}
div#content div.cBox h2 a:hover {
	color: #ffff00;
	text-decoration: none;
}
div#content div.cBox div.inner {
	padding: 10px;
}



/* ▼ MAIN-CONT  */




/* ▼ SUB-CONT  */


/* ▼ FOOTER  */


/* ▼▼▼ GLOBAL-CLASS ▼▼▼ */
.bgBlue01 {
	background-color: #def5fd;
}
.bgBlue02 {
	background-color: #f5fcfe;
}


.select01 {
	width: 200px;
}
.select02 {
	width: 89px;
}
.select03 {
	width: 89px;
}
.select04 {
	width: 150px;
}
.iptText01 {
	width: 250px;
}
.iptText02 {
	width: 150px;
}
.iptText03 {
	width: 100px;
}
.iptText04 {
	width: 60px;
}
.textarea01 {
	width: 320px;
}
.checked01 {
	background-color: #f09191;
}
.discount span.before {
	color: #ff0000;
	text-decoration: line-through;
	font-weight: normal;
}
.discount span.after {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

.atten {
	color: #ff0000;
}
.bold {
	font-weight: bold;
}



/* ▼ FOOTER  */
#footer {
	padding: 10px 0;
	text-align: center;
	color: #eeeeee;
}



/* float-clear
-------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }

/* start horry-hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }


