/* CSS Document */
* {
	margin: 0; padding: 0;
}

body {
	background: url(images/back.jpg) 0 0 repeat-y;
	color: #333333;
	font-size: 12px;
	width: 620px;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

a {
	outline: none;
}

#wrap {
	width: 620px;
}

#head {
	background: url(images/head_back.jpg) 0 0 no-repeat;
	height: 40px;
	margin-left: 3px;
	padding-left: 28px;
	padding-top: 10px;
}

#menu {
	width: 650px;
	height: 40px;
	margin: 7px 3px;
	background: url(images/menu.jpg) 0 0 no-repeat;
}

/* menu */
#menu ul {
	padding-bottom: 15px;
	padding-left: 15px;
	height: 30px;
}

#menu li {
	display: inline;
}

#menu li a {
	height: 30px;
	display: block;
	float: left;
	background: url(images/menu.jpg) 0 0 no-repeat;
	text-indent: -9999px;
}

#menu li.menu_a a {
	width: 78px;
	background:url(images/menu.jpg) 2% 0 no-repeat;
}

#menu li.menu_a a:hover {
	background:url(images/menu_hv.jpg) 2% 0 no-repeat;
}

#menu li.menu_b a {
	width: 90px;
	background:url(images/menu.jpg) 13% 0 no-repeat;
}

#menu li.menu_b a:hover {
	background:url(images/menu_hv.jpg) 13% 0 no-repeat;
}

#menu li.menu_c a {
	background:url(images/menu.jpg) 24% 0 no-repeat;
	width: 93px;
}

#menu li.menu_c a:hover {
	background:url(images/menu_hv.jpg) 24% 0 no-repeat;
}

#menu li.menu_d a {
	background:url(images/menu.jpg) 38% 0 no-repeat;
	width: 115px;
}

#menu li.menu_d a:hover {
	background:url(images/menu_hv.jpg) 38% 0 no-repeat;
}

#menu li.menu_e a {
	background:url(images/menu.jpg) 55% 0 no-repeat;
	width: 110px;
}

#menu li.menu_e a:hover {
	background:url(images/menu_hv.jpg) 55% 0 no-repeat;
}

#menu li.menu_f a {
	background:url(images/menu.jpg) 69% 0 no-repeat;
	width: 97px;
}

#menu li.menu_f a:hover {
	background:url(images/menu_hv.jpg) 69% 0 no-repeat;
}

#menu li.menu_g a {
	background:url(images/menu.jpg) 85% 0 no-repeat;
	width: 115px;
}

#menu li.menu_g a:hover {
	background:url(images/menu_hv.jpg) 85% 0 no-repeat;
}

#menu li.menu_h a {
	background:url(images/menu.jpg) 98% 0 no-repeat;
	width: 76px;
}

#menu li.menu_h a:hover {
	background:url(images/menu_hv.jpg) 98% 0 no-repeat;
}

/* pankuzu */
#pan {
	line-height: 1.5;
	margin-left: 15px;
	color: #666666;
}

#pan.catalog {
	width: 770px;
	background: url(images/word.jpg) top right no-repeat;
}

#pan a {
	color: #666666;
}

#pan a:hover {
	color: #FF9900;
}


#top {
	margin-left: 15px;
	width: 650px;
	height: 392px;
}

#contents {
	margin-top: 20px;
	padding-left: 15px;
	width: 600px;
}

#contents iframe {
	width: 463px;
	height: 200px;
	border: none;
}

#contents .news {
	width: 470px;
	float: left;
	margin-right: 22px;
}

#contents .calalog {
	width: 270px;
	float: right;
}

/* collection 一覧 */
#contents.catalog_list {
	width: 770px;
}

#contents.catalog_list .left {
	width: 560px;
	float: left;
}

#contents.catalog_list .right {
	width: 190px;
	float: right;
}

#contents.catalog_list .left .sumbnail .row {
	clear: both;
}

#contents.catalog_list .left .sumbnail .row a {
	display: block;
	float: left;
	border: #999999 solid 1px;
	width: 121px;
	height: 180px;
	padding: 10px 6px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#contents.catalog_list .left .sumbnail .row a img {
	width: 121px;
	height: 180px;
}

#contents.catalog_list .right {
	width: 190px;
	float: right;
	position: relative;
	margin: 0;
}

#contents.catalog_list .right #fMENU {
	position: absolute;
}

/* 商品詳細 */
#contents.collection {
	width: 770px;
}

#contents.collection .right {
	width: 190px;
	float: right;
	margin: 0;
	margin-top: -30px;
	margin-right: 15px;
}

#contents.collection .right ul {
	list-style: none;
}

.catalog_link {
	margin-top: 15px;
	text-align: center;
}


#contents.collection div.left .item_image {
	float: left;
	text-align: center;
}

#contents.collection div.left #image_s {
	width: 250px;
	text-align: center;
	margin: 15px;
}

#contents.collection div.left #image_s.pants img {
	width: 170px;
}

#contents.collection div.left dl {
	margin-top: 15px;
	width: 284px;
	float: left;
}

#contents.collection div.left dl dd {
	line-height: 1.5;
	padding: 5px;
}

#contents.collection .detail {
	clear: both;
}

#contents.collection .detail .item {
	margin-top: 10px;
}

#contents.collection .detail .item img {
	margin-right: 3px;
}


/* sub */
#top_img {
	padding-left: 15px;
}

.sub #contents {
	width: 650px;
	margin-bottom: 30px;
}

.sub #contents div {
	padding: 30px 50px;
}

.sub #contents p {
	line-height: 1.5;
	font-size: 14px;
}

.sub #contents .aboutus p {
	margin-bottom: 15px;
}

.sub #contents .history {
	clear: both;
	padding: 15px;
	padding-left: 50px;
	height: auto;
	overflow: hidden;
}

.sub #contents .history .date {
	width: 100px;
	float:left;
}

.sub #contents .history .note {
	float: left;
}

.sub #contents .recruit p {
	margin-bottom: 10px;
}

/* contact  */
#contents.contact form input {
	size: 12px;
	margin-left: 10px;
}

#contents.contact textarea, select {
	size: 12px;
	margin: 0 10px;
}

#contents.contact label {
	margin-left: 5px;
}

#contents.contact dl {
	width: 520px;
	margin-left: 50px;
}

#contents.contact dl dt {
	line-height: 2;
	margin: 5px;
}

#contents.contact dl dd {
	line-height: 1.5;
}

#contents.contact dl dd.submit {
	text-align: center;
	margin: 10px 0;
}

#contents.contact .thanks {
	padding: 60px;
	text-align: center;
}

/* foot_menu */
#foot_menu {
	clear: both;
	text-align: right;
	padding-right: 40px;
	width: 620px;
}

#footer {
	clear: both;
	margin-left: 3px;
	margin-right: 22px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: right;
	background: url(images/footer_back.jpg) 0 0 repeat-x;
	width: 620px;
}

/* news  */
#wrap.news .news_menu {
	padding: 15px;
}

#wrap.news .news_menu p {
	line-height: 2;
	font-size: 14px;
}

#wrap.news .msg {
	width: 500px;
	margin: 30px auto;
	font-size: 14px;
}

#wrap.news .msg .date {
	color: #CC9900;
}

#wrap.news .msg p {
	padding-left: 15px;
	line-height: 1.5;
	font-size: 14px;
}

#wrap.top_news {
	width: 400px;
}

#wrap.top_news .msg {
	width: 400px;
	margin: 10px 0;
}

#wrap.top_news .msg .date {
	color: #003366;
}

#wrap.top_news .msg p {
	font-size: 14px;
}
