@charset "utf-8";

/*-- .main_visual --*/
#main .main_visual {
	margin-bottom: 8px;
}

/*-- .slide --*/
#main .slide {
	position: relative;
	width: 950px;
	height: 75px;
	margin-bottom: 25px;
}

#main .slide_left {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#main .slide_conts {
	margin-left: 27px;
}

#main .slide_conts li a {
	padding: 0 2px;
}

#main .slide_right {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

#main .slide a {
	text-decoration: none;
}

#main .slide .prev {
	display: block;
	width: 25px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img_of/top/slide_left.jpg) no-repeat;
}

#main .slide .prev:hover {
	background: url(/img_of/top/slide_left_on.jpg) no-repeat;
}

#main .slide .next {
	display: block;
	width: 25px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/img_of/top/slide_right.jpg) no-repeat;
}

#main .slide .next:hover {
	background: url(/img_of/top/slide_right_on.jpg) no-repeat;
}

/*-- .box01 --*/
#conts .box01 {
	width: 330px;
	margin-bottom: 25px;
}

#conts .box01 h2 {
	margin-bottom: 5px;
}

#conts .box01 p {
	width: 215px;
}

#conts .box01 p.icon01 a {
	padding-left: 7px;
	background: url(/img_of/common/icon01.gif) no-repeat left;
}

/*-- .h2_conts --*/
#conts .h2_conts {
	position: relative;
	width: 680px;
	height: 37px;
}

#conts .h2_conts h2 {
	position: absolute;
	top: 0;
	left: 0;
}

#conts .h2_conts .icon01 {
	position: absolute;
	top: 6px;
	right: 50px;
	padding-left: 7px;
	background: url(/img_of/common/icon01.gif) no-repeat left;
}

#conts .h2_conts .rss {
	position: absolute;
	top: 8px;
	right: 11px;
}

/*-- .table01 --*/
#conts .table01 {
	width: 100%;
	margin-bottom: 33px;
}

#conts .table01 th,
#conts .table01 td {
	padding-left: 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e5e5e5;
}

#conts .table01 th {
	height: 25px;
	font-size: 10px;
	color: #888;
}

#conts .table01 .th01 {
	width: 89px;
}

#conts .table01 .th02 {
	width: 80px;
}

#conts .table01 .th03 {
	width: 157;
}

#conts .table01 td {
	height: 30px;
}

#conts .table01 td a img {
	vertical-align: middle;
	padding-left: 5px;
}

/*-- .dl01 --*/
#conts .dl01 {
	background: url(/img_of/common/line01.gif) repeat-x bottom;
	padding:4px 0px;
}

#conts .dl01 dt,
#conts .dl01 dd {
	float: left;
}

#conts .dl01 dt {
	width: 110px;
	padding-left: 12px;
}

#conts .dl01 dd {
	width: 543px;
	padding-left: 15px;
}

