/* ==========================================
	レイアウト（トップページ）
   ========================================== */

#slider {
	width: 830px;		/* important to be same as image width */
	height: 308px;		/* important to be same as image height */
	position: relative;	/* important */
	overflow: hidden;	/* important */
	margin:0px auto;
	clear:both;
}
ul#sliderContent {
	list-style-type: none;
	width: 830px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin:0px;
	padding:0px;
}
ul#sliderContent li.sliderImage {
	width: 830px;
	float: left;
	position: relative;
	display: none;
}
ul#sliderContent li.sliderImage span {
	width: 100%;
	line-height:1.5;
	position: absolute;
/*
	font: 10px/15px Arial, Helvetica, sans-serif;
*/
	padding: 10px 13px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.5;
	color: #fff;
	display: none;
}

.clear {
	clear: both;
}

.sliderImage span strong {
    font-size: 14px;
}

.top {
	top: 0;
	left: 0;
}

.bottom {
	bottom: 0;
	left: 0;
}

#top-about {
	background-image:url(../img/top/high-effct.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:245px;
}

#equalize {
	clear:both;
	padding-top:10px;
}
.box {
	width:48%;
	float:left;
	padding:5px;
	margin:0px;
}
.box h3 {
	margin:0px;
	padding:0px;
	text-align:right;
}
.box .box-line {
	border:1px solid #ccc;
	padding-right:3px;
}

.box p {
	margin:0px;
}
.box p img {
	float:left;
	margin:5px 5px 15px 5px;
}
.box p.detail {
	clear:both;
	text-align:right;
	margin:5px;
}