@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

ol, ul { list-style: none; }
img { border: none; }
img a { border: none; }
h1, h2, h3, h4, h5 { font-size: 12px; line-height: 1em; font-family: sans-serif; }
p, td, ul, li { line-height: 1em; font-family: sans-serif; }
dd, dt { font-family: sans-serif; }
em, span { line-height: 1em; font-family: sans-serif; }
	
	
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	}
		
.clear_both { clear: both; }
.defo_font {font-size: 12px; color: #4d4d4d; font-weight: normal;}
.blank_box { width: 100%; height: 1px; clear:both; display:block; }
.font_red { color: #f00 }

/* ======== For top pages style  ========= */

#top_wapper {
	width: 750px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}

#top_wapper h1 {
	color: #4d4d4d;
}

#top_header {
	width: 750px;
	height: 80px;
	margin-bottom: 20px;
}

#top_header img{
	float: left;
}

#top_header img a{ border: none; text-decoration: none; }
#top_header img a:hover { border: none; text-decoration: none; }

/* ==========  Gloval Navigation ========== */

#header_navi {
	float: right;
	width: 450px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

#base_navigation {
	width: 416px;
	height: 20px;
	padding-right: 3px;
	margin-left: 24px;
	border-bottom: 1px dotted #999;
	position: absolute;
	font-size: 9px;
	bottom: 0px;
	right: 0px;
}

#base_navigation em{ visibility: hidden; }
#base_navigation li{ display: inline; }

#base_navigation li a{
	display: block;
	float: left;
	text-decoration: none;
	height: 17px;
}

#base_navigation li a:hover{ text-decoration: none; }

#base_navigation li.base_shop a{ background: url(../img_top/top_button_1.gif) no-repeat; width: 155px; }
#base_navigation li.base_shop a:hover{ background: url(../img_top/top_button_1_on.gif) no-repeat; }

#base_navigation li.base_member a{ background: url(../img_top/top_button_3.gif) no-repeat; width: 120px; }
#base_navigation li.base_member a:hover { background: url(../img_top/top_button_3_on.gif) no-repeat; }

#base_navigation li.base_inquiry a{ background: url(../img_top/top_button_5.gif) no-repeat; width: 95px; }
#base_navigation li.base_inquiry a:hover{ background: url(../img_top/top_button_5_on.gif) no-repeat; }

#base_navigation li.base_help a{ background: url(../img_top/top_button_4.gif) no-repeat; width: 46px; }
#base_navigation li.base_help a:hover { background: url(../img_top/top_button_4_on.gif) no-repeat; }

/* ==========  Item navigation ========== */
#header_image {
	width: 750px;
	height: 200px;
	margin-bottom: 0;
	padding-bottom: 0;
}


#item_navi {
	width: 742px;
	height: 23px;
	margin-top: 0px;
	padding: 0 0 0 8px;
	margin-bottom: 18px;
}

#item_navi em{ visibility: hidden; font-size: 9px; }

#item_navi li{ display: inline; }

#item_navi li a{
	display: block;
	height: 23px;
	text-decoration: none;
	float: left;
}

#item_navi li a:hover{ text-decoration: none; }

#item_navi li.item_shirts a{ background: url(../img_top/m_shirts.gif) no-repeat; width: 151px; }
#item_navi li.item_shirts a:hover { background: url(../img_top/m_shirts_on.gif) no-repeat; }

#item_navi li.item_tie a{ background: url(../img_top/m_tie.gif) no-repeat; width: 149px; }
#item_navi li.item_tie a:hover{ background: url(../img_top/m_tie_on.gif) no-repeat; }

#item_navi li.item_other a{ background: url(../img_top/m_others.gif) no-repeat; width: 150px; }
#item_navi li.item_other a:hover { background: url(../img_top/m_others_on.gif) no-repeat; }

#item_navi p{
	padding-top: 8px;
	font-size: 12px;
	text-align: right;
	float: right;
}


#contents_holder {
	width: 760px;
	height:auto;
}
/* =========  Item Unit ========= */

#items_box {
	width: 760px;
	height: auto;
}

.item_unit {
	width: 130px;
	height: 219px;
	background-image: url(../img/wood.jpg);
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	padding: 6px;
}

.item_unit h4, .item_unit strong{color: #fff; font-size: 10px; font-family: "Lucida Grande", sans-serif; font-weight: bold; line-height: 10px; margin: 0; padding: 0; }

.item_unit_dis {
	background: #fff;
	height: 200px;
	width: 130px;
	text-align: left;
	margin-bottom: 5px;
}
	
.item_unit_dis img { margin: 10px; padding: 0; }
.item_unit_dis img a{ border: none; }
.item_unit_dis img a:hover { border: none; }

.item_unit_dis p { color: #333; font-size: 10px; line-height: 13px; overflow: hidden; padding-bottom: 3px; padding-left: 10px; white-space: nowrap; }

/* ==========  Top Information ========= */

#top_information {
	background-color: #fff; 
	text-align: left; 
	width:355px; 
	float:left; 
	margin-top: 5px;
}

#top_information h6, #top_information h3{ 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 16px; 
	margin: 10px 0 5px; 
	padding: 0 5px; 
}

#top_information p{
	font-size: 11px; 
	line-height: 16px; 
	margin: 0 0 15px; 
	padding: 0 5px; 
}

.information_box {
	width: 343px;
	height: auto;
	color: #00001d; 
	font-size: 11px; 
	font-weight: bold; 
	background-color: #fff; 
	text-align: left; 
	margin: 0 0 10px; 
	padding: 5px; 
	border: solid 1px #ccc; 
}
.information_box img{ margin: 10px 10px 25px; padding: 0; float: left; }
.information_box img a{ border: none; }
.information_box p{ line-height: 1.4em; padding-top: 15px; }
.information_box h2{ font-size: 11px; font-weight: bold; line-height: 1.4em; }

/* ========= Top Contents ========== */

#top_contents {
	font-size: 12px; 
	text-align: right; 
	width:390px; 
	float:right; 
	margin: 5px 0 0; 
	padding: 0; 
}

#top_contents img{
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#top_contents img a{ border: none; }
#top_contents img a:hover{ border: none; }

/* ========== Top Footer ========== */

#top_footer {
	color: #333; 
	font-size: 10px; 
	text-align: center; 
	width: 750px; 
	margin: 25px auto 0; 
	padding-top: 10px; 
	padding-bottom: 20px; 
	border-top: 1px dotted #999;
	clear: both;
}
#top_footer a:link { color: #333; text-decoration: none; }
#top_footer a:visited { color: #333; text-decoration: none; }
#top_footer a:hover { color: black; text-decoration: none; }
#top_footer a:active { color: #333; }
#top_footer img{ margin-top: 20px; }
#top_footer img a{ border: none; }
#top_footer img a:hover { border: none; }

#background_loader {
	background: url(../img_top/top_button_1_on.gif) no-repeat;
	background: url(../img_top/top_button_3_on.gif) no-repeat;
	background: url(../img_top/top_button_5_on.gif) no-repeat;
	background: url(../img_top/top_button_4_on.gif) no-repeat;
	background: url(../img_top/m_shirts_on.gif) no-repeat;
	background: url(../img_top/m_tie_on.gif) no-repeat;
	background: url(../img_top/m_others_on.gif) no-repeat;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute;
	bottom:1px;
	left: 1px;
	background: none;
}