@charset "utf-8";

@import "base.css";

body {
	background: #fff url('/images/bg.gif') repeat-x 0 0;
}

#skip-navigation {
	display: none;
}

#wrap {
	margin: 0 auto;
	width: 990px;
}

#head {
	position: relative;
	height: 275px;
	background: url('/images/head_bg.gif') no-repeat 241px 0;
}
#head h1 {
	padding: 25px 0 0;
}
#head ul {
	position: absolute;
	left: 240px;
	top: 38px;
	z-index: 2;
}
#head ul li {
	position: relative;
	float: left;
	padding: 0 45px 30px 33px;
	font-size: 1.1em;
	font-weight: bold;
}
#head ul li a:link, #head ul li a:visited {
	color: #4d4d4d;
}
#head ul li.selected a:link, #head ul li.selected a:visited {
	color: #4170a6;
}
#head ul li a:hover, #head ul li a:active {
	color: #4170a6;
}
#head ul li ul.sub-menu {
	display: none;
	position: absolute;
	z-index: 2;
	left: -5px;
	top: 25px;
	float: left;
	height: 25px;
	background: url('/images/sub_menu_right.gif') no-repeat right 0;
}
#head ul li.selected ul.sub-menu {
	display: block;
}
#head ul li:first-child ul.sub-menu {
	left: 14px;
}
#head ul li ul.sub-menu li {
	float: left;
	padding: 0 10px;
	height: 16px;
	font-size: 0.70em;
	line-height: 1.6em;
	background: url('/images/sub_menu_bar.gif') no-repeat 0 0;
}
#head ul li ul.sub-menu li.first-child,
#head ul li ul.sub-menu li:first-child {
	background: url('/images/sub_menu_left.gif') no-repeat 0 0;
}
#head ul li ul.sub-menu li a:link, #head ul li ul.sub-menu li a:visited {
	color: #fff;
}
#head h2 {
	position: absolute;
	left: 0;
	top: 70px;
}

#body {
	float: left;
	padding: 0 0 50px 118px;
	min-height: 528px;
	background: url('/images/body_bg.jpg') no-repeat 118px 0;
}
#body h3 {
	float: left;
	padding: 33px 0 0 42px;
	width: 222px;
}

/* about */
div.about {
	float: left;
	padding: 37px 25px 0;
	width: 550px;
}
div.about ul li {
	display: inline;
	padding: 0 6px 0 10px;
	/*font-weight: bold;*/
	background: url('/images/tab_bar.gif') no-repeat 0 2px;
}
div.about ul li.first-child,
div.about ul li:first-child {
	padding: 0 6px 0 0;
	background: none;
}
div.about ul li strong {
	color: #da2128;
}
div.about h4 {
	padding: 30px 0 5px;
	font-size: 1.2em;
	font-weight: normal;
	color: #007984;
}
div.about p strong {
	color: #000;
}
div.about p strong.concept {
	color: #4d4d4d;
	font-size: 1.5em;
}

/* operation */
div.operation {
	float: left;
	padding: 37px 25px 0;
	width: 550px;
}
div.operation ul.menu li {
	display: inline;
	padding: 0 6px 0 10px;
	/*font-weight: bold;*/
	background: url('/images/tab_bar.gif') no-repeat 0 2px;
}
div.operation ul.menu li.first-child,
div.operation ul.menu li:first-child {
	padding: 0 6px 0 0;
	background: none;
}
div.operation ul.menu li strong {
	color: #da2128;
}
div.operation h4 {
	padding: 30px 0 5px;
	font-size: 1.2em;
	font-weight: normal;
	color: #007984;
}
div.operation h5 {
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
}
div.operation ul.corporation {
	
}
div.operation ul.corporation li span {
	color: #000;
	font-weight: bold;
}
div.operation dl {
	margin: 0 0 0 -7px;
}
div.operation dl dt {
	float: left;
	width: 190px;
}
div.operation dl dd {
	float: left;
	width: 235px;
	color: #000;
	font-weight: bold;
}
div.operation iframe {
	margin: 20px 0 0;
	width: 510px;
	height: 380px;
}

/* collection */
div.collection {
	position: relative;
	padding: 33px 0 0 75px;
	width: 795px;
}
div.collection ul.menu {
	padding: 0 0 50px;
}
div.collection ul.menu li {
	display: inline;
	padding: 0 6px 0 10px;
	font-weight: bold;
	background: url('/images/tab_bar.gif') no-repeat 0 2px;
}
div.collection ul.menu li.first-child,
div.collection ul.menu li:first-child {
	padding: 0 6px 0 0;
	background: none;
}
div.collection ul.menu li strong {
	color: #da2128;
}
div.collection ul.product {
	margin: 0 0 0 -40px;
	width: 765px;
	height: 280px;
	overflow: auto;
}
div.collection ul.product li {
	float: left;
	width: 176px;
	height: 140px;
}
div.collection ul.product li div.product-detail {
	display: none;
	position: absolute;
	left: 140px;
	top: 57px;
	width: 574px;
	height: 359px;
	background: url('/images/product_detail.gif') no-repeat 0 0;
}
div.collection ul.product li div.product-detail p.product-name {
	margin: 42px 0 0 14px;
	padding: 0 0 0 5px;
	width: 179px;
	font-size: 1.8em;
	line-height: 1.8em;
	color: #000;
	border-top: 1px dotted #5a5a5a;
	border-bottom: 1px dotted #5a5a5a;
}
div.collection ul.product li div.product-detail dl {
	clear: both;
	margin: 0 0 0 14px;
	padding: 0 0 0 5px;
	width: 179px;
}
div.collection ul.product li div.product-detail dl dt.detail {
	padding: 5px 0 0;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
}
div.collection ul.product li div.product-detail dl dd.detail {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-weight: bold;
	border-bottom: 1px dotted #5a5a5a;
}
div.collection ul.product li div.product-detail dl dt.product-no,
div.collection ul.product li div.product-detail dl dt.name, 
div.collection ul.product li div.product-detail dl dt.color, 
div.collection ul.product li div.product-detail dl dt.material, 
div.collection ul.product li div.product-detail dl dt.sex {
	clear: both;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #676767;
}
div.collection ul.product li div.product-detail dl dd.product-no,
div.collection ul.product li div.product-detail dl dd.name, 
div.collection ul.product li div.product-detail dl dd.color, 
div.collection ul.product li div.product-detail dl dd.material, 
div.collection ul.product li div.product-detail dl dd.sex {
	float: left;
	padding: 0 0 0 4px;
	color: #676767;
}
div.product-detail div.detail-image {
	clear: both;
	position: absolute;
	left: 216px;
	top: 51px;
	width: 339px;
	height: 277px;
}
div.product-detail div.detail-image ul.tab {
	margin: 0 0 0 285px;
	height: 25px;
}
div.product-detail div.detail-image ul.tab li {
	margin: 8px 3px 0 0;
	width: 13px;
	height: 13px;
	display: inline;
	line-height: 1em;
	background: url('/images/detail_image_tab_bg.gif') no-repeat 0 0;
}
div.product-detail div.detail-image ul.tab li span {
	cursor: pointer;
}
div.product-detail span.close {
	position: absolute;
	right: 25px;
	top: 15px;
	z-index: 3;
	cursor: pointer;
}
