@charset "Shift_JIS";
/* CSS Document */
/*=================================================================
 link
=================================================================*/
a:link {
	color: #3e3e3e;
	text-decoration: underline;
}

a:visited {
	color: #3e3e3e;
	text-decoration: underline;
}

a:hover {
	color: #3e3e3e;
	text-decoration: none;
}

a:active {
	color: #3e3e3e;
	text-decoration: underline;
}


/*=================================================================
 bread_link
=================================================================*/
div#main div.bread_link {
	width: 900px;
	padding: 10px 0 10px 5px;
	font-size: 0.7em;
	color: #696969;
	background: #fff;
}
div#main div.bread_link a {
	color: #696969;
	text-decoration: underline;
}
div#main div.bread_link a:hover {
	color: #696969;
	text-decoration: none;
}

div#main p.product_top {
	margin: 15px 5px 0 0;
	text-align: right;
}


/*=================================================================
 main
=================================================================*/
#main {
	margin-bottom: 20px !important;
	color: #3e3e3e;
}


/*=================================================================
 content_main
=================================================================*/
.content_main {
	overflow: hidden;
	margin-top: 28px;
	font-size: 0.8em;
}


/*=================================================================
 category_nav
=================================================================*/
.category_nav {
	float: left;
	width: 167px;
}

.category_nav img {
	margin-bottom: 4px;
}

/*=================================================================
 content
=================================================================*/
.content {
	float: right;
	width: 712px;
	border-left: 1px solid #c6c6c6;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.content h1.content_title {
	background: transparent url("/img/home/arrow4.png") no-repeat scroll left center;
	padding: 10px 5px 10px 35px;
	margin: -10px 15px 15px;
	font-size: 1.8em;
	color: #4E616C;
	letter-spacing: 0.3em;
}

.content h2.content_subtitle {
	color: #5D656A;
}

.content h2.content_subtitle:before {
	content: "";
	color: #BBBEBF;
}
