/*#wrapper {
    width: 800px;
    margin: 25px auto;
}*/

#intro {
    padding-bottom: 10px;
}

#slider {
/*	overflow: hidden;*/
    width: 930px;/*スライダー全体の横幅*/
    margin: 0 auto;
    position: relative;
	border-top: 10px solid #e8e8e8;
	border-right: 10px solid #efefef;
	border-bottom: 10px solid #f7f7f7;
	border-left: 10px solid #efefef;

}

.scroll {
/*	overflow: hidden;*/
	width: 930px;/*スライダー本体の横幅*/
    margin: 0 auto;
    position: relative;
	background:url("../img/bodyBg.png") repeat-x scroll 0 0 #FFFFFF;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 390px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #C8CECE;
	height:94%;
	background:#FFFFFF;
}

.inside img {
	display: block;
	border: 1px solid #9DA6A6;
	margin: 0 0 10px 0;
	padding:1px;
	width: 248px;
}

.inside h2 {
	font-weight: normal;
	color: #003E7B;
	font-size: 12px;
	margin: 0 0 8px 0;
	background:url("../img/list.gif") no-repeat scroll left center;
	padding:0 0 0 12px;
}

.inside p {
	font-size: 10px;
	color: #666;
	margin:0;
}

/*a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	border-bottom: 1px solid #999;
}*/
.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -38px;
}

.scrollButtons.right {
    right: -38px;
}

.hide {
    display: none;
}
