@charset "utf-8";
/* CSS Document */


body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #464646;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
}
a img {
		border: none;
}


/*a:link {
	color: red;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}*/


.container {
	width: 900px;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../img/background.jpg);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.sidebar1 {
	float: right;
	width: 240px;
	padding-bottom: 10px;
}
.content {
	width: 650px;
	float: right;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
	}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666;
	margin-bottom: 15px; 
	}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #ADB96E;
	color: #FFF;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.product_title {
	width:880px;
	margin-bottom:20px;
	display: block;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dashed;
	border-top-color: #666;
	border-bottom-color: #666;
	margin-left: 10px;
	padding: 30px 20px 25px 20px;
	font-size: 32px;
	margin-top: 10px;
}
h3 {
	margin-left: -15px;
}

.catagory_img {
	float: left;
	margin-right: 10px;
	width: 135px;
}
.margin_space {
	clear: both;
	height: 10px;
}
.category_contents {
	float: left;
	width: 310px;
	margin-bottom: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.container .content .category_contents h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #2c2c2c;
	margin-bottom: 5px;
	font-size: 16px;
}

.container .content .category_contents h4 a:link {
	color:#2c2c2c;
	text-decoration:none;
}
.container .content .category_contents h4 a:visited {
	color:#2c2c2c;
	text-decoration:none;
}
.container .content .category_contents h4 a:hover, a:active, a:focus  {
	color:#2c2c2c;
	text-decoration:none;
}
.category_explain {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: 165px;
}
.red_link {
	color: #F00;
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
	width: 165px;
	margin-top: 10px;
	display: block;
	clear: both;
}
.red_link a:link{
	color:red;
}
.red_link a:visited{
	color:#6E6C64;
	text-decoration:underline;
}
.red_link a:hover, a:active, a:focus{
	color:#333;
	text-decoration:underline;
}

.ex_blue {
	font-size: 12px;
	color: #00F;
	clear: both;
}
.container .content .category_contents .category_explain h4 {
	font-size: 16px;
	color: #2c2c2c;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: -10px;
}
.category_contents h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #2c2c2c;
	margin-bottom: 5px;
}
.red {
	color: #F00;
}
.blue {
	color: #00F;
}
.blue a:link{
	color:#00F;
	text-decoration:none;
}
.blue a:visited{
	color:#06F;
	text-decoration:none;
}
.blue a:hover, a:active, a:focus{
	color:#009;
	text-decoration:underline;
}

.notice {
	color: red;
	padding: 10px;
	border: 1px solid #F00;
	background-color: #FCC;
}
