@charset "utf-8";


/*-----------------------------------------------------------------
トップページ　CSS
-----------------------------------------------------------------*/

#top_01 {
	width: 950px;
	border-bottom: 1px #000000 dotted;
	margin-bottom: 10px;
	/padding-bottom: 20px;
	zoom: 1;/*div入子ハック*/
	overflow: hidden; /* DreamWeaverのデザインビューで表示させる */
}
#top_01:after {/*div入子ハック*/
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}
#top_01_left {
	width: 500px;
	float: left;
	margin: 27px 0;
}
#top_01_rig {
	width: 420px;
	float: right;
	margin-top: 22px;
}
.top_02 {
	background-color: #f0f0f0;
	padding: 20px 28px 10px;
	margin-bottom: 15px;
	_height: 168px;
}
.top_03 {
	text-align: right;
	margin-top: 5px;
}
.top_04 {
	border-top: 1px #000000 dotted;
	padding-top: 15px;
}
.top_05 {
	background-color: #f0f0f0;
	padding: 0 10px 10px;
}
.top_06 {
	text-align: center;
	margin-bottom: 15px;
}
.top_07 {
	border-left: 5px #f74e4e solid;
	border-right: 5px #f74e4e solid;
	border-bottom: 5px #f74e4e solid;
	background-color: #FFFFFF;
	padding: 10px 4px 10px 5px;
}
.top_08 {
	width: 214px;
	float: left;
	margin-right: 10px;
	margin-bottom: 33px;
}
.top_09 {
	margin: 20px 0;
}
.top_10 {
	text-align: right;
}
.top_11 {
	width: 214px;
	float: left;
	margin-bottom: 33px;
}
.top_12 {
	margin: 10px 0 7px;
}
.top_13 {
	clear: both;
}



/*-----------------------------------------------------------------
在庫情報

.topic_01 {
	width: 100%;
	margin-top: 5px;
	height: 183px;
	font-size: 12px;
}
.topic_02 {
	width: 6%;
	text-align: center;
	padding-top: 10px;
}
.topic_03 {
	width: 26%;
	padding-top: 10px;
	font-size:10px;
}
.topic_04 {
	padding-top: 10px;
	font-size:10px;
}
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
トピックスボード
-----------------------------------------------------------------*/
#topicwrapper {
	background-color: #fff;
	padding: 14px 10px 0;
	height: 180px;
}
.topic_02 {
	width: 100%;
	font-size: 100%;
	line-height: 1.4em;
}
.topic_02 td {
	padding: 0 0 15px;
}
.box img {
	margin-right: 10px;
}
.txtbox .border{
	border-bottom: 1px solid #336699;
}
.txtbox td{
	padding: 5px 0 0 0;
}
.pad_b10 {
	padding: 0 0 10px 0;
}
.td_01 {
	width: 5%;
}
.td_02 {
    font-size:12px;
	width: 30%;
}
.td_03 {
	width: 65%;
}