@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: url(../images/allbg.jpg) #ffffff fixed repeat-x;
	color:#333333;
	line-height:1.4;
	font-size:75%;
	}

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

  layout

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

#page{
	height:630px;
	}

ul.navi{
	list-style:none;
	}

ul.navi li{
	float:left;
	}

#header{
	height:40px;
	margin:20px 0 10px 0;
	text-align:center;
	}

#wrapper{
	margin:0 20px;
	}

.contents-box{
	background:#eee;
	float:left;
	margin-right:5px;
	}

br.clear{
	clear:both;
	height:0px;
	display:block;
	}

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

  Fonts

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

#contents p{
	font-size:80%;
	font-weight:bold;
	}

#footer p{
	font-size:80%;
	text-align:center;
	}


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

  Link

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

a{
	color:#003366;
	zoom: 1;
	text-decoration:none;
	}

a:hover{
	color:#cc0000;
	}


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

  img

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

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


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

  cata

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


.scrollable{
position: relative;
overflow: hidden;
height: 595px;
}
.items{
position: absolute;
width: 20000em;
}
.items div{
float: left;
width: 425px;
margin-right:10px;
}
.items div img{
padding: 0 0 1px 0;
}







#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}
