/* ----------------------------------------------------------------------------
	freitag page
---------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------*/
/* Override */
/* --------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------*/
/* Original */
/* --------------------------------------------------------------------------*/
#left {
	width: 195px;
	vertical-align: top;
}
#center {
	width: 585px;
	vertical-align: top;
}


/* --------------------------------------------------------------------------*/
/* side menu product */
#left .logo {
	margin: 10px 0 20px 0;
}

#product_list {
	width: 181px;
	background: url(../../img/waku_freitag_category_m.png) top center repeat-y;
}
	#product_list .title{
		background: url(../../img/waku_freitag_category_h.png) top center no-repeat;
		padding: 11px 14px 0 14px;
	}
	#product_list .footer{
		clear: both;
		height: 9px;
		background: url(../../img/waku_freitag_category_f.png) bottom center no-repeat;
	}

#product_list ul {
	margin: 0;
	padding: 0;
}
#product_list li {
	margin: 0 0 0 1px;
	padding: 0;
	clear: both;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
	height: 63px;
	margin-top: -5px;
}
html>body #product_list li {
	margin-top: 0;
}
#product_list a {
	display: block;
	padding: 8px 5px 8px 8px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	width: 179px;
	height: 63px;
}
html>body #product_list a {
	width: 166px;
	height: 47px;
}
#product_list a:hover {
	background: url(../../img/waku_freitag_category_m_o.png) top center repeat-y;
	text-decoration: underline;
}
#product_list a .image {
	float: left;
	display: block;
	width: 63px;
	text-align: center;
	vertical-align: middle;
}
#product_list a .image img{
	margin: auto;
}
#product_list a .text {
	float: left;
	display: block;
	width: 103px;
}

/* --------------------------------------------------------------------------*/
#center .notice {
	width: 569px;
	background: url(../../img/waku_freitag_notice_m.png) top center repeat-y;
	margin: 0 0 25px 0;
}
	#center .notice .contents{
		background: url(../../img/waku_freitag_notice_h.png) top center no-repeat;
		padding: 11px 14px 0 44px;
	}
	#center .notice .footer{
		clear: both;
		height: 9px;
		background: url(../../img/waku_freitag_notice_f.png) bottom center no-repeat;
	}
	
#center .notice .button {
	background-color: none;
	float: right;
}
/*#center .notice .button img {
	display: inline;
	margin: -10px 0 0 10px ;
}*/

/* --------------------------------------------------------------------------*/
#center .title {
	clear: both;
	margin: 0 0 20px 0;
	border-bottom: 3px solid #333;
	height: 70px;
}
#center .title .image {
	float: right;
	margin: 0 20px 5px 10px;
}
#center .title h2 {
	float: left;
	background: url(../../img/eye_freitag.png) 5px 5px no-repeat;
	padding: 0 0 0 20px;
	font-size: 18px;
	margin: 40px 0 0 0;
}
#center .title .lineup {
	float: left;
	width: 200px;
	margin: auto 0 auto 20px;
	color: #69C;
}
#center .product_message {
	margin: 0 10px 15px 10px;
}

/* --------------------------------------------------------------------------*/
.item {
	clear: both;
	width: 550px;
	height: 185px;
	border: 1px solid #666;
	margin: 0 0 30px 20px;
	padding: 0;
}
html>body .item {
	width: 548px;
}
.item .image {
	display: block;
	width: 180px;
	height: 185px;
	float: left;
	padding: 15px 0 0 0;
	margin: 0;
	border-right: 1px solid #999;
	background-color: #F7F7F7;
	text-align: center;
}
html>body .item .image {
	height: 170px;
}
.item .image img{
	margin: 0 auto;
}
.item .body {
	display: block;
	float: left;
	padding: 15px 0 0 0;
	width: 360px;
	height: 185px;
}
html>body .body {
	height: 160px;
}

.item .body h3 {
	background: url(../../img/eye_freitag.png) 0 20px no-repeat;
	padding: 0 10px 0 15px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 10px;
	font-family: monospace;
	line-height: 1.5;
	color: #69C;
}
.item .body h3 strong {
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	color: #333;
}
.item .body .message {
	padding: 0 10px 0 15px;
	height: 70px;
	margin-bottom: 10px;
}
.item .body .method {
	padding: 0 10px 0 15px;
	margin-bottom: 5px;
	line-height: 1;
}
.item .body .price {
	padding: 0 10px 0 15px;
	font-weight: bold;
	font-size: 14px;;
	color: #36C;
}

