div#contents {
	clear: both;
	background: url(../img/contents_bg.gif) repeat-x top left;
	width: 100%;
	float: left;
	padding: 0 0 100px 0;
	>padding: 0 0 70px 0;
}

div#com {
	width: 100%;
	text-align: center;
	background: url(../img/index/com_bg.gif) repeat-x bottom left;
	height: 77px;
	margin: 0 0 26px 0;
}

div#contents_detail h3 {
	margin: 0 0 29px 0;
	line-height: 0;
}

/*** West Side***/
article.injection {
	float:left;
	width:309px;
	background: url(../img/contents_bg01.gif) no-repeat top left;
	text-align:left;
	overflow:hidden;
	margin: 0 0 45px 0;
}

article.injection h4 {
	background: url(../img/index/ttl_bg.gif) no-repeat left bottom;
	line-height: 44px;
	font-size:16px;
	font-weight: bold;
	padding: 0 0 0 13px;
	margin: 0 0 7px 0;
}

article.injection a.detail {
	display: block;
	background: url(../img/arrow01.gif) no-repeat left 8px;
	margin: 9px 15px 0 0;
	padding: 0 0 0 15px;
	float: right;
}

article#assembling {
	margin: 0 35px 7px 35px;
}

div#news {
	width: 653px;
	text-align: left;
	clear: both;
}

div#news dl {
 	border-bottom: 1px dotted #CCCCCC;
	width: 653px;
	margin: 0 0 0 0;
	padding: 7px 0 10px 0;
}

div#news dl#news_top {
 	border-bottom: 1px dotted #CCCCCC;
	width: 653px;
	margin: 0 0 0 0;
	padding: 7px 0 10px 0;
}

div#news dl dt {
	float: left;
	width: 95px;
}

div#news dl dd.new_list {
	background: url(../img/index/new.gif) no-repeat left 2px;
	padding: 0 0 0 85px;
	margin: 0 0 0 95px;
}
	
div#news dl dd.etc_list {
	background: url(../img/kyuujin_info.gif) no-repeat left 2px;
	padding: 0 0 0 85px;
	margin: 0 0 0 95px;
}

div#access {
	margin: 0 0 45px 0;
	>margin: 0 0 15px 0;
	float: left;
}

div#map {
	float: left;
	width: 355px;
	height: 250px;
	margin: 0 24px 0 0;
}

div#guide {
	width: 267px;
	float: left;
}

div#guide dl {
	margin: 0 0 35px 0;
}

div#guide dl dt {
	font-size: 16px;
	font-weight: bold;
	background: url(../img/index/ttl_bg2.gif) no-repeat left top;
	text-align: left;
	padding: 0 0 0 15px;
	line-height: 20px;
}

div#guide dl dd {
	text-align: left;
	line-height: 20px;
}

div#guide dl dd#address {
	padding: 7px 0;
	font-weight: bold;
}

div#guide dl dd#tel_g {
	background: url(../img/index/tel_bl.gif) no-repeat left center;
	padding: 0 0 0 60px;
}

div#guide dl dd#time_g {
	background: url(../img/index/uketuke_bl.gif) no-repeat left center;
	padding: 0 0 0 60px;
}

div#guide dl dd#holy_g {
	background: url(../img/index/holyday_bl.gif) no-repeat left center;
	padding: 0 0 0 60px;
}

/**************************/
/***      SliderJs 2     ***/
/**************************/
#main_bg {
	background: url(../img/index/main_bg.gif) repeat-x left top;
	padding: 11px 0 11px 0 ;
}


#slider{
	position: relative;
	width:100%;
	height: 458px;
	overflow: hidden;
	background: url(../img/index/loading.gif) no-repeat center center;
}
#slider ul{
	position: absolute;
	top: 0;
	left: 0;
}
#slider li{
	float: left;
}

/* for script */
#slider ul,
#slider #next,
#slider #prev{
	visibility: hidden;
}
#slider .layer{
	width: 998px;
	height: 458px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/index/dot.gif) repeat 0 0 #666;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*
 * common
 */
.stage{
	width: 1100px;
	margin: 0 auto;
}