
/*TOP footer*/

#TOP_footer{
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 130px;
	border-top:1px #999 solid;
}
#TOP_footer #footerLeft{
	padding-top: 5px;
	width: 120px;
	float: left;
	text-align:right;
}
#TOP_footer #footerLeft img{
	border: 0px;
}

#TOP_footer #footerRight{
	width: 450px;
	float: left;
}

#TOP_footer #footerRight ul{
	margin-top: 15px;
	list-style: none;
}
#TOP_footer #footerRight ul li{
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	color: #777777;
}
#TOP_footer #footerRight ul li a{
	color: #4d4d4d;
}
#TOP_footer #footerRight p#copyright{
	margin-top: 15px;
	background-image: url(../images/copyright_bg.png);
	width: 450px;
	height: 20px;
	overflow: hidden;
	font-size:9px;
}

#TOP_footer #tabiiro{
	width:300px;
	float:left;
}






#contents #newsBanner{
	margin-top: 40px;
}
#contents #topSwf{
	margin-top: 40px;
}

#contents #comment{
	margin-top: 50px;
	margin-bottom: 50px;
}

#contents #comment h2{
	width: 600px;
	height: 50px;
	background-image: url(../images/h2_arisan_bg.png);
	text-indent: -9999px;
}

#contents #comment p{
	margin-left: 10px;
	margin-top: 10px;
	color: #000000;
	text-indent: 0px;
	line-height: 1.8em;
}

#contents #contentsLeft{
	width: 450px;
	float: left;
}

#contents #contentsLeft #news h2{
	height: 40px;
	background-image: url(../images/h2_news_bg2.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#contents #contentsLeft #news dl{
	margin-top: 10px;
	margin-left: 10px;
}
#contents #contentsLeft #news dl dt{
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	line-height: 3em;
	width: 70px;
	float: left;
}
#contents #contentsLeft #news dl dd{
	font-size: 11px;
	line-height: 3em;
	float: left;
	width: 360px;
}
#contents #contentsLeft #news dl dd a{
	font-size: 12px;
	color: #785E54;
	text-decoration:underline;
}



#contents #contentsRight{
	float: right;
	width: 450px;
}
#contents #contentsRight #blog h2{
	height: 40px;
	background-image: url(../images/h2_blog_bg.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#contents #contentsRight #blog dl{
	margin-top: 10px;
	margin-left: 10px;
}
#contents #contentsRight #blog dl dt{
	font-size: 11px;
	font-weight: bold;
	color: #777777;
	line-height: 3em;
	width: 70px;
	float: left;
}
#contents #contentsRight #blog dl dd{
	font-size: 11px;
	line-height: 3em;
	float: left;
	width: 360px;
}
#contents #contentsRight #blog dl dd a{
	font-size: 12px;
	color: #785E54;
	text-decoration:underline;
}




#main #concept .txtBox p{
	margin-top: 10px;
	width: 400px;
	color: #423A36;
	line-height: 1.8em;
}
#main #concept .imgBox{
	padding-top: 10px;
	padding-left: 10px;
	width: 220px;
	float: left;
}


/*slide*/
.slider {
float:left;
width:900px;
height:350px;
position:relative;
padding-bottom:26px;
background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
margin-bottom:30px;
margin-top:20px;
}

.sliderContent {
float:left;
width:900px;
height:350px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:900px;
height:350px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color:#fff;
}

a img {
border:none;
}


