@charset "utf-8";

#slider {
	background-color: #FE4545;
	color: #FFF;
}

#sliderContent li {
	background-image: url(../img/hr_a.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
}

#sliderContent a {
	background-image: url(../img/icon/link_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	color: #FFF;
}

#sliderContent{
	height:278px;
	padding:20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	background-image: url(../img/header/bg_sitemap.gif);
	background-repeat: no-repeat;
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6でレイアウト崩れを防ぐ*/
	font-size: 12px;
}

.clearfloat {
	clear:both;
	visibility:hidden;
	margin:0;
}

#tab {
	position: absolute;
	padding-left: 800px;
}

.sm_01 {
	float:left;
	width:170px;
	margin-left:25px;
}

.sm_02 {
	float:left;
	width:200px;
	margin-left:25px;
}

*html body .sm_02 {
	float:left;
	width:200px;
	margin-left:25px;
}