@charset "UTF-8";
/* CSS Document */


* {	
	justify;text-justify:inter-ideograph;/* テキストの両端を揃える */
	margin:0; padding:0; /* リセット */
	}
	
body{
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
	background:#000000 fixed repeat-x;
	color: #eeeeee;
	line-height:1.4;
	font-size:80%;
	}

/**************************************************

  layout

**************************************************/

#index_box{
	margin:0 auto;
	width:800px;
	height:614px;
	}

/**************************************************

  Fonts

**************************************************/

h1{
	font-weight:normal;
	font-size:80%;
	text-align:center;
	padding-top:20px;
	}


p{
	font-weight:normal;
	font-size:80%;
	margin:5px;
	text-align:center;
	}

/**************************************************

  Link

**************************************************/

a{
	color:#0060c0;
	zoom: 1;
	}

a:hover{
	color:#cc0000;
	text-decoration:none;
	}


/**************************************************

  Slider

**************************************************/


#index_slideshow{
	position:relative;
	width:800px;
	height:614px;
	}

#index_slideshow img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	}

#index_slideshow img.active{
	z-index:10;
	}

#index_slideshow img.last-active{
	z-index:9;
	}


/**************************************************

  img

**************************************************/

img{
	border-style:none; /* IEその他用 */
	}

a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	}






