/* --------------------------------------------------------------------
# SAKAE WEB SITE CSS  #
Copyright 2009 SAKAE 
-------------------------------------------------------------------- */


#top_swf {
	height: 260px;
	width: 770px;
	padding: 20px 15px 10px;
}

/*---------バナー関連設定------------ */
#top_banner {
	width: 239px;
	float: left;
	margin-left: 15px;
}
/*------for IE6------- */
* html #top_banner {
	margin-left: 7px;
	height: 100%;
}

#top_banner ul{
	list-style-type: none;
	font-size: 0em;
}

#top_banner ul li {
	font-size: 0em;
}

.bana01 {
	background-image: url(imgs/saiyo.gif);
	background-repeat: no-repeat;
}
.bana01 a {
	background-image: url(imgs/saiyo.gif);
	background-repeat: no-repeat;
	height: 67px;
	width: 239px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;	
}
.bana02 {
	background-image: url(imgs/pwhit.gif);
	background-repeat: no-repeat;
}
.bana02 a {
	background-image: url(imgs/pwhit.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 239px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;	
}

.bana03 {
	background-image: url(imgs/superjumbo_kumi.gif);
	background-repeat: no-repeat;
}
.bana03 a {
	background-image: url(imgs/superjumbo_kumi.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 239px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;	
}

.bana04 {
	background-image: url(imgs/webcat_l.gif);
	background-repeat: no-repeat;
}
.bana04 a {
	background-image: url(imgs/webcat_l.gif);
	background-repeat: no-repeat;
/*	height: 66px;*/
	height: 132px;
	width: 239px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;	
}

.bana05 {
	background-image: url(imgs/support.gif);
	background-repeat: no-repeat;
}
.bana05 a {
	background-image: url(imgs/support.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 239px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;	
}
.bana06 {
	background-image: url(imgs/carry.gif);
	background-repeat: no-repeat;
}
.bana06 a {
	background-image: url(imgs/meshcarry.gif);
	background-repeat: no-repeat;
	height:132px;
	width: 239px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;	
}


/*---------トピックス関連------------ */
#top_topics {
	width: 500px;
	float: right;
	margin-right: 30px;
	background-image: url(imgs/top_topic_conts.gif);
	background-repeat: repeat-y;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

* html #top_topics {
	margin-right: 5px;
}

#top_topics h2{
	padding: 15px 0px 0px 20px;
	height: 50px;
	width: 500px;
	background-image: url(imgs/top_topic_top.gif);
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

#top_topics dl {
	height: 200px;
	width: 460px;
	overflow: auto;
	margin-left: 20px;
	_margin-left: 10px;
}

* html #top_topics dl {
	margin-left: 10px;
}
#top_topics dl dt {
	clear:left;
	float: left;
	width: 7em;
	padding: 10px 0.5em;


}

#top_topics dl dd {
	  padding: 10px 0.5em 10px 8em;
	  border-bottom: solid 1px #CCC;

}


#topics_ft {
	background-image: url(imgs/top_topic_ftr.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 500px;
}



