@charset "utf-8";

/*
	File Name   : catalog.css
	Author      : Kensuke Takahashi
	Description : カタログページ用
*/


body {
	background: url(../img/catalog/body_bg.png) repeat-x 0 0;
}


/* Container
----------------------------------------------------------- */
#container {
	width: 900px;
	padding: 0 3px;
	background: url(../img/catalog/container_bg.png) no-repeat 0 0;
}


/* Header
----------------------------------------------------------- */
#header {
	position: relative;
	margin: 0;
	padding: 0;
}

#header h1 {
	margin-bottom: 60px;
	padding: 0;
}

#header p {
	position: absolute;
	top: 154px;
	left: -3px;
	margin: 0;
}

#header .align2 {
	position: static;
}


/* Main
----------------------------------------------------------- */
#main {
	float: right;
	width: 582px;
	overflow: hidden;
	padding: 20px 10px 20px 0;
}

form {
	line-height: 1;
	height: 40px;
	margin-bottom: 15px;
	background: url(../img/catalog/search_bg.png) no-repeat 0 0;
}

form input {
	padding: 0;
}

#keyword {
	float: left;
	margin: 0;
	padding: 9px 0 0 10px;
}

#keyword input {
	width: 404px;
	padding: 1px;
	border: 1px solid #e9e9e9;
}

#search {
	float: right;
	margin: 0;
}

#main h2 {
	margin-bottom: 10px;
	color: #7cb54a;
	font-size: 225%;
}

#main h3 {
	height: 40px;
	margin-bottom: 5px;
	padding: 7px 10px 0 35px;
	color: #78b147;
	font-size: 130%;
	background: url(../img/catalog/h3_bg.png) no-repeat 0 0;
}

#categoryList {
	position: relative;
	left: 0;
	width: 600px;
}

#categoryList li {
	float: left;
	width: 282px;
	margin: 0 18px 10px 0;
}

#category1 {
	background: url(../img/catalog/category_01.png) no-repeat 0 0;
}

#category2 {
	background: url(../img/catalog/category_02.png) no-repeat 0 0;
}

#category3 {
	background: url(../img/catalog/category_03.png) no-repeat 0 0;
}

#category4 {
	background: url(../img/catalog/category_04.png) no-repeat 0 0;
}

#category5 {
	background: url(../img/catalog/category_05.png) no-repeat 0 0;
}

#category6 {
	background: url(../img/catalog/category_06.png) no-repeat 0 0;
}

#category7 {
	background: url(../img/catalog/category_07.png) no-repeat 0 0;
}

#category8 {
	background: url(../img/catalog/category_08.png) no-repeat 0 0;
}

#category9 {
	background: url(../img/catalog/category_09.png) no-repeat 0 0;
}

#category10 {
	background: url(../img/catalog/category_10.png) no-repeat 0 0;
}

#category11 {
	background: url(../img/catalog/category_11.png) no-repeat 0 0;
}

#category12 {
	background: url(../img/catalog/category_12.png) no-repeat 0 0;
}

#category13 {
	background: url(../img/catalog/category_13.png) no-repeat 0 0;
}

#category14 {
	background: url(../img/catalog/category_14.png) no-repeat 0 0;
}

#category15 {
	background: url(../img/catalog/category_15.png) no-repeat 0 0;
}

#categoryList a {
	display: block;
	height: 33px;
	padding: 15px 0 0 77px;
	color: #333;
	font-size: 116%;
	font-weight: bold;
	text-decoration: none;
}

#categoryList a:hover {
	text-decoration: underline;
}

#productList li {
	width: 282px;
	margin-bottom: 10px;
	color: #78b147;
	font-weight: bold;
	background: url(../img/catalog/name_bg.png) no-repeat 0 0;
}

#productList ul {
	margin-top: 5px;
}

#productList li li {
	width: auto;
	margin: 0 0 0 30px;
	padding-left: 12px;
	background: url(../img/catalog/icon_01.png) no-repeat 0 5px;
}

#productList span {
	display: block;
	height: 33px;
	padding: 15px 0 0 30px;
}

#productList a {
	display: block;
	height: 33px;
	padding: 15px 0 0 30px;
	color: #78b147;
	text-decoration: none;
}

#productList li li a {
	display: inline;
	height: auto;
	padding: 0;
}

#productList a:hover {
	text-decoration: underline;
}

.item1 {
	float: left;
}

.item2 {
	float: right;
}

.productBox {
	clear: both;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #efeddc;
}

.productBox p {
	float: left;
	margin: 0 20px 0 0;
}

.productBox dl {
	float: left;
	max-width: 340px;
	width: auto !important;
	width: 340px;
}

.productBox dt {
	margin-bottom: 5px;
	padding-left: 20px;
	color: #78b147;
	font-size: 116%;
	font-weight: bold;
	background: url(../img/catalog/icon_02.png) no-repeat 0 50%;
}

.productBox th {
	vertical-align: top;
	padding-right: 15px;
	white-space: nowrap;
}

#paging {
	clear: both;
	margin: 2em 0;
	text-align: center;
}

#paging a {
	margin-right: 3px;
	padding: 1px 4px;
	border: 1px solid #888;
	color: #333;
	text-decoration: none;
}

#paging a:hover {
	text-decoration: underline;
}

#paging span {
	margin-right: 3px;
	padding: 1px 4px;
	border: 1px solid #888;
	color: #fff;
	background-color: #888;
}


/* Side
----------------------------------------------------------- */
#side {
	float: left;
	width: 260px;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 120%;
	background: url(../img/catalog/side_bg_02.png) repeat-y 10px 0;
}

#side h2 {
	padding-bottom: 23px;
	text-align: center;
	background: #fff url(../img/catalog/side_bg_01.png) no-repeat 0 66px;
}

#side ul {
	height: 1%;
	margin: 0;
	padding: 0 22px 15px;
	background: url(../img/catalog/side_bg_03.png) no-repeat left bottom;
}

#side ul ul {
	line-height: 1.5;
	padding: 0 0 5px 30px;
	background: none;
}

#side ul ul.empty {
	display: none;
}

#side li {
	border-bottom: 1px solid #efeddc;
	background: url(../img/catalog/side_icon.png) no-repeat 10px 12px;
}

* html #side li {
	background: url(../img/catalog/side_icon.png) no-repeat 10px 10px;
}

#side ul ul li {
	padding-bottom: 5px;
	border: none;
	background: none;
}

#side li.lastChild {
	border: none;
}

#side ul a {
	display: block;
	height: 1%;
	padding: 8px 5px 8px 25px;
	color: #333;
	text-decoration: none;
}

#side ul a:hover {
	text-decoration: underline;
}

#side ul ul a {
	display: inline;
	padding: 0;
	color: #78b147;
}

#side li li ul {
	padding: 5px 0 0 15px;
}

#side li li span {
	color: #78b147;
}


/* Footer
----------------------------------------------------------- */
#footer {
	line-height: 1;
	background: url(../img/catalog/footer_bg.png) no-repeat 0 5px;
}

#footer img {
	vertical-align: top;
}

#footer p {
	margin-bottom: 15px;
	text-align: right;
}

#footer dt,
#footer dd {
	float: left;
	margin-right: 25px;
}
