/* --------------------------------- トップページ ----------------------------------- */
body {
	margin-top: 0px;
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
	background-image: url(../img/allbg_gra.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../img/allbg_kage.jpg);
}
#top-image {
	height: 260px;
	width: 990px;
}
#top_midashi {
	background-image: url(../img/top_midasi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: 955px;
	padding-top: 13px;
	padding-left: 35px;
}
#main {
	background-image: url(../img/main_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 930px;
	padding-right: 30px;
	padding-left: 30px;
}
#productphoto {
	position: relative;
	width: 908px;
	height: 160px;
	margin-bottom: 15px;
}
#productphoto img {
	border: 1px solid #666666;
}
#productphoto ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 928px;
	height: 160px;
	list-style-type: none;
	padding-left: 15px;
}
#productphoto li {
	float: left;
	width: 202px;
	height: 140px;
	margin-right: 30px;
}
.news-title  {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 10px;
	padding-left: 5px;
	width: 495px;
	float: left;
}
.news-list {
	font-size: 11px;
	float: right;
	width: 410px;
	text-align: right;
	padding-right: 10px;
}
#news-f {
	width: 920px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#news-f  ul {
	height: 150px;
	overflow: auto;
	border: 1px solid #999999;
	width: 920px;
}
#news-f  li {
	font-size: 12px;
	color: #333333;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
	background-image: url(../img/news_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#news-f  li img {
	vertical-align: center;
}
.annai-txt {
	float: left;
	width: 500px;
}
.annai-txt   ul {
}
.annai-txt    li {
	list-style-type: disc;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: inside;
	margin-left: 30px;
}
/* 080904 追加 */
.annai-txt ul li a {
	font-weight: bold;
}
.annai-txt ul li a:link {
	color:#0055DD;
}
.annai-txt ul li a:visited {
	color:#0055DD;
}
.annai-txt ul li a:hover {
	color: #ED7042;
}
/* 080904 追加 終わり */

.google_search {
	text-align: right;
	float: right;
	width: 410px;
	padding-top: 40px;
	padding-right: 15px;
}

/* 090611 追加 */
#catalog_Area{
	position: relative;	
	width: 620px;

}

#catalog_Area a{
	padding: 0;
	position: absolute;
	text-align: left;
	display:block;
	left: 793px;
	top: -21px;

}
/* 090611 追加 終わり */

/* 090616 トップページに総合カタログへのバナー追加 */

#main .catalogBanner {
	padding: 0 0 25px 15px;
}
#main .catalogBanner ul{
	padding-left: 20px;
}
.margin_top10{
	margin-top: 10px;
}
.catalog_gray_box{
	background-color: #EFEFEF;
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 15px;
	margin-top: 10px;
}



