@charset "utf-8";

@import url("base/share.css");

/* Index ------------------------------------------------*//*
	
	00.displaysize
    01.mainSlide
	02.Banner
	03.release

*//* ------------------------------------------------------ */

/* 00.mainSlide
=========================================================== */
#slideshow {
    position:relative;
	width:558px;
	height: 275px;
	margin-bottom: 4px;
}

#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;
}


/* 02.Banner
=========================================================== */
#banner1,#banner2{
	display: block;
	height:100px;
	width:558px;
	margin-bottom: 4px;
	}	

/* 03.release
=========================================================== */
#release{
	width: 534px;/*558*/
	background: #626262;/*けさない*/
	/*padding: 6px;20 margin: 0 auto;*/
	padding:4px 12px 6px 12px;/*6 9 0 12*/
	height:212px;/*208*/
	}

/*firefox*/
#release,  x:-moz-any-link, x:default {
	height:214px;
	padding:3px 12px 6px 12px;/*6 9 0 12*/
	}

/*IE6*/
*html #release{ 
	height:219px;
	padding:6px 12px 0px 12px;/*6 9 0 12*/
	}

#release dt,.day2{
	font-size:11px;
	color:#a6a3a3;
	font-weight:bold;
	line-height:12px;
	padding:2px 0 0 6px;/*1 0 0 0*/
	width:509px;/*515*/
	}
	
/*IE6*/
*html .day2{ margin-top:-10px; }	

/*
* html #release dl {
    padding-top: 2px;
}*/

/*link-txt----------------------*/
/*#release dd*/
.r-txt,.r-txt2,.r-txt2 a{
	line-height:15px;
	font: 12px "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif, Osaka, ;
	padding:0 0 3px 6px;/*0 0 2 0*/
	/*width:509px;515*/
	}

.r-txt{
	color:#fff;
	margin-top: 3px;
	}

.r-txt2{
	color:#838683;
	font-size:13px;
	padding-top:1px;
	}

.r-txt2 a{ color:#000; }

.r-txt2 a:visited{ color:#999; }

.r-txt2 a:hover{
	color: #004f00;
	text-decoration:none;
	}
	
.r-txt2 a:active{ color:#fff; }	

/*dot*/
.r-dot{
	margin-top: 2px;
	padding-bottom: 3px;/*5*/
	border-top: 1px dotted #CCC;	
	height:1px;
	/*width:530px;
	width:534px;515*/
	}	
	
/*firefox*/
.r-dot, x:-moz-any-link, x:default {
	padding-bottom: 2px;
	}

/*IE6*/
*html .r-dot{
	margin-top: 1px;/**/
	padding:0 0 1px 0 ; 
	/*padding:3px 0 4px 0;*/
	height:1px;
	overflow:hidden;
	}
	
h3{
	width:558px;
	/*height:25px;*/
	background: #626262;/*8b8b9f*/
	/*margin: 0 auto;
	clear: left;
	font-size: 12px;
	color: #fff;
	margin: 1em 0;
	padding:4px 8px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
	}

/*release下丸caption*/
#r-sita{
	background-repeat: no-repeat;
	display: block;
	width: 558px;
	height:7px;
	}

/*firefox*/
#r-sita,  x:-moz-any-link, x:default  {
	height:4px;
	margin-top:-6px;
}

/*IE6*/
*html #r-sita{
	height:4px;
	margin-top:-13px;
	}

