
@charset "utf-8";

/*--------------------------------------
　Top 
--------------------------------------*/

#TOPmainVisual {
	width:980px;
	text-align: center;
	margin: 15px auto;
	
}



#topLimg {
	float:left;
	width: 500px;
	height: 330px;
	padding: 7px 6px;
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #e0e0e0;
	box-shadow:rgba(220, 210, 211, 0.65) 0px 0px 4px 2px;
	-webkit-box-shadow:rgba(220, 210, 211, 0.65) 0px 0px 4px 2px;
	-moz-box-shadow:rgba(220, 210, 211, 0.65) 0px 0px 4px 2px;
	/*PIE用*/
	 -pie-border-radius: 5px;
	 -pie-box-shadow:rgba(220, 210, 211, 0.65) 0px 0px 4px 2px;
	position: relative;
	overflow:hidden;
	text-align: left;
}

*+html #topLimg {
	height: 335px;
}
#topLimg a:hover,.topSimg a:hover {
	text-decoration: none;
}

#topLimg span,.topSimg span{
	display:block;
	padding:5px 5px 0 0;
	text-align: left;
	font-size: 10px;
	height: 13px;
	background: url(/images/top/arrow.gif) right 5px no-repeat;
}
#topLimg span{
	width:490px;
}
.topSimg span{
	width: 200px;
}
.topimgbox01 {
	float:left;
	width: 210px;
	margin-left:10px;
}
.topimgbox02 {
	float:right;
	width: 210px;
	margin-right:10px;
}
.topSimg {
	float:left;
	width: 210px;
	height: 150px;
	margin-bottom:14px;
	padding: 7px 6px;
	background: #ffffff;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #e0e0e0;
	box-shadow:rgba(220, 210, 211, 0.65) 0px 0px 4px 2px;
	-webkit-box-shadow:rgba(220, 210, 211, 0.65) 0px 0px 4px 2px;
	-moz-box-shadow:rgba(220, 210, 211, 0.65) 0px 0px 4px 2px;
	/*PIE用*/
	 -pie-box-shadow:rgba(220, 210, 211, 0.65) 0px 0px 4px 2px;
	 -pie-border-radius: 5px;
	position: relative;
	overflow:hidden;
	text-align: left;
}

*+html .topSimg {
	height: 152px;
}



