#container #contents #conceptBox{
	margin-top: 20px;
}
#container #contents #conceptBox #imgBox{
	width: 400px;
	float: left;
}
#container #contents #conceptBox #imgBox img{
	width: 190px;
}
#container #contents #conceptBox #textBox{
	width: 500px;
	float: left;
}
#container #contents #conceptBox #textBox h2{
	width: 500px;
	height: 60px;
	text-indent: -9999px;
	background-image: url(../images/h2_concept.gif)
}
#container #contents #conceptBox #textBox p{
	margin-top: 10px;
}

#container #contents #blogBox h2{
	margin-top: 20px;
	width: 750px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/h2_blog.gif)
}
#container #contents #blogBox ul{
	background-color: #F7E9E4;
	padding: 20px;
}
#container #contents #blogBox ul li{
	padding-bottom: 10px;
}
#container #contents #blogBox ul li span{
	margin-right: 20px;
	color: #982F0B;
}

#mainVisual{
	width:950px;
	margin:0px auto;

}
/*slide*/
#slideshow {
    position:relative;
    height:450px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

