@charset "UTF-8";




/*----------------------------------------------------
	#index_image
----------------------------------------------------*/	
#index_image{
	margin-bottom: 27px;
}



/*----------------------------------------------------
	#top
----------------------------------------------------*/	
#top{
	margin-top: 20px;
	float: left;
	width: 653px;
	}
	

/*----------------------------------------------------
	.topcatch
----------------------------------------------------*/	
.topcatch{
	background: url(../images/topcatch_bg.jpg) 530pt 5pt no-repeat;
	width: 100%;
	}
	
.topcatch h3{
	padding: 24px 0 0 21px;
	}
	
.topcatch p{
	padding:10px 260px 0 50px;
	}

.topcatch ul{
	padding: 15px 0 0 50px;
	}

.topcatch li{
	float: left;
	}

/*----------------------------------------------------
	.topcontent01
----------------------------------------------------*/	
.topcontent01{
	margin: 25px 0 20px;
	background-image: url(../images/topbg01.jpg);
	height: 253px;
	}
	
.topcontent01 h3{
	padding: 25px 0 0 108px;
	}
	
.cont01_btn{float: left;}
	
.cont01_linkbox{
	background: url(../images/topbg02.gif) no-repeat;
	float: right;
	width: 356px;
	height: 77px;
	}
	
.cont01_linkbox span{
	background: url(../common_img/arrow01.gif) center left no-repeat;
	padding-left: 15px;
	}
	
.cont01_linkbox span a{
	color: #333;
	text-decoration: underline;
	}
	
.cont01_linkbox span a:hover{
	color: #090;
	text-decoration: none;
	}
	
/*----------------------------------------------------
	.topcontent02
----------------------------------------------------*/	

.topcontent02{
	margin-bottom: 25px;
	}
	
.topcontent02 a {
	display:block;
	position:relative;
}
.topcontent02 .leftbnr {
	float: left;
	background:url(../images/topbg03_on.jpg) left top no-repeat;
}
.topcontent02 .rightbnr {
	float: right;
	background:url(../images/topbg04_on.jpg) left top no-repeat;
}
	
.topcontent02 a:hover img {
	visibility:hidden;
}

.topcontent02 a span{
	color: #666;
	margin-right:120px;
	position:absolute;
	bottom:10px; left:20px;
}
	


/*----------------------------------------------------
	#news
----------------------------------------------------*/	
div#news {
}

div#news h3{
	position: relative;
}


div#news ul{
	position: absolute;
	top: 11px;
	right: 10px;
}

div#news ul li{
	display: inline;
}

#nProgram {
	margin: 7px;
	height: 250px;
	overflow: auto;
}


#nProgram dl {
	margin:15px 10px 5px 0;
	padding-bottom: 10px;
	border-bottom: #ccc dotted 1px;
}

#nProgram dl dt {
	padding-left: 10px;
	background: url(../common_img/arrow02.gif) center left no-repeat;
}

#nProgram dl dd a:link,
#nProgram dl dd a:visited,
#nProgram dl dd a:active {
	color: #333;
		text-decoration: underline;
}

#nProgram dl dd a:hover{
	color: #999;
	text-decoration: none;
}


/*----------------------------------------------------
	#top_side
----------------------------------------------------*/	

#side{
	width:300px;
	float: right;
	margin-top: 20px;
}

#side .product_list {
	padding:8px;
}
#side .product_list li {
	width:132px;
	background-image:url(../images/product_list_bg.png);
}
#side .product_list a .photo {
	width:132px;
}

