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

.scroll-waku {
	height: 370px;
	position: relative;
	overflow:hidden;
}
.scroll-waku .scroll-waku-in {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	background-image: url(../images/scroll-menu.png);
}

#gallery{
margin-top:205px;
border:1px solid #000;
height:170px;
padding:0;
}

#scrollGallery { 
position: relative; 
margin:0 auto 0; 
width: 900px; 
height: 160px; 
} 

#scrollImg { 
position: relative; 
margin: 0 auto; 
width: 100%; 
height: 100%; 
} 

#scrollImg li {
	position: absolute;
	width: 900px;
	height:200px;
	border:1px solid #FFf;
//	overflow:hidden;
	left: -50px;
	top: -25px;
} 

.pagenation { 
width:900px; 
height:20px; 
z-index: 100; 
} 
 
.pagenation p { 
height:20px;
font-size:12px;
color:#FFF;
text-align:center;
line-height:1.5;
} 
 
.up { 
position: relative; 
top:150px;
cursor: pointer;
} 
 
.down { 
position: relative; 
cursor: pointer; 
}

/*js用*/

#scroll-menu{
width:900px;
margin:0 auto;
position: relative;
height:125px;
}

.scrollable{
	position:relative;
	top:5px;
	overflow: hidden;
	height:175px;
	margin:0 auto 0;
	width:820px;
}

.button .prev{
	position:absolute;
	width:30px;
	height:30px;
	left:4px;
	top: 59px;
}
.button .next{
	position:absolute;
	width:30px;
	height:30px;
	left: 865px;
	top: 59px;
}

.items{
	position: relative;
	width:10000px;
	height:155px;
	margin:0 auto;
	overflow:hidden;
} 

.items div{
	float: left;
	width: 170px;
	height:150px;
	text-align: center;
} 

.items div p a{
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	letter-spacing: 0px;
}

.items div img{
	padding: 0 0 1px 0;
	width:130px;
	height:90px;
	margin-bottom: 7px;
}



*{
	margin:0;
	padding:0;
}

a{outline:none;}

a:hover{}


body{
	background:url(../images/body.jpg) repeat-y center;
	font-family: 20
}

h1{
background:url(../images/h1.png) no-repeat;
height:56px;
font-size:20px;
margin:24px 0 28px 0;
float:left;
clear:both;
width:900px;
text-indent:24px;
line-height:2.8;
letter-spacing:11px;
color:#004497;
font-weight:bold;
}

h2{}

h3{
	font-size:16px;
	color: #666;
	letter-spacing: 1px;
}

#main h4{
	color:#0066cc;
	font-size:14px;
	line-height:1.8;
	margin-left:0px;
	letter-spacing:2px;
}

h5{}

hr{
background:url(../images/hr.png) no-repeat;
width:619px;
height:6px;
}

.cle{clear:both;}

.lef{text-align:left;}
.cen{text-align:center;}
.rig{text-align:right;}

.float_l{float:left;}
.float_r{float:right;}

.text10{font-size:10px;}
.text12{font-size:12px;}
.text14{font-size:14px;}
.text16{font-size:16px;}
.text18{font-size:18px;}
.text20{font-size:20px;}
.text24{font-size:24px;}
.text28{font-size:28px;}

.red{color:#ff0000;}
.orange{color:#ff6600;}
.brown{color:#996600;}
.blue{color:#6CF;}
.blue2{color:#3661ff;}
.gray{color:#333;}

.hide{text-indent:-9999px;}
.dis-none{display:none;}

/*container*/
#container{
	width:900px;
	margin:0 auto;
}

/*header*/
.head{
background:url(../images/head.png) no-repeat center 0;
height:48px;
}

.head p{
text-indent:-9999px;
}

.head a.logo{
background:url(../images/logo.png) no-repeat;
width:200px;
height:30px;
margin:0 0 0 20px;
text-indent:-9999px;
display:block;
}

.head a.logo:hover{
background-position:1px 1px;
}

#header{}

#header ul.menu{
list-style:none;
width:900px;
height:118px;
background:url(../images/head_menu.png) no-repeat;
float:left;
margin-bottom:10px;
}

#header .menu li{
width:118px;
float:left;
height:118px;
margin-right:12px;
overflow:hidden;
}

#header .menu li.m6{
margin-right:0px;
}


#header .menu li a{
height:118px;
width:118px;
float:left;
display:block;
text-indent:-9999px;
}


#header .menu li a:hover{
background:url(../images/head_menu.png) no-repeat;
}

#header .menu li.top a:hover{ background-position:0 -128px;}
#header .menu li.m1 a:hover{ background-position:-130px -128px;}
#header .menu li.m2 a:hover{ background-position:-260px -128px;}
#header .menu li.m3 a:hover{ background-position:-390px -128px;}
#header .menu li.m4 a:hover{ background-position:-520px -128px;}
#header .menu li.m5 a:hover{ background-position:-650px -128px;}
#header .menu li.m6 a:hover{ background-position:-780px -128px;}


#header .info{
	margin:0 auto 10px;
	width:900px;
	height:390px;
	background: url(../images/header_info.png) no-repeat;
	clear:both;
	background-image: url(../images/header-info.png);
}


/*main*/
#main{
width:900px;
margin:0 auto;
//background: #FFF;
}

#main ul.menu{
height:222px;
}

#main .menu li{
width:300px;
float:left;
list-style:none;
}

#main .menu li a{
display:block;
height:213px;
text-indent:-9999px;
}


#main .menu li.m1 a{background:url(../images/main_m1.jpg);}
#main .menu li.m2 a{background:url(../images/main_m2.jpg);}
#main .menu li.m3 a{background:url(../images/main_m3.jpg);}

#main .menu li.m1 a:hover,
#main .menu li.m2 a:hover,
#main .menu li.m3 a:hover{
background-position:0 -213px;
}

#main a.news{
clear:both;
display:block;
background:url(../images/main_news.png) no-repeat;
width:900px;
height:94px;
margin-bottom:6px;
}

#main a:hover.news{
background-position:0 -94px;
}

#main a.aed{
display:block;
background:url(../images/main_aed.png) no-repeat;
width:900px;
height:141px;
margin-bottom:6px;
}

#main a:hover.aed{
background-position:0 -141px;
}

#main .roasso{
background: url(../images/roasso_movie.png) no-repeat;
height:214px;
position:relative;
margin-bottom:9px;
}

#main .roasso p{
text-indent:-9999px;
}

#main .roasso a{
background:url(../images/main_roasso.png) no-repeat;
display:block;
width:150px;
height:60px;
text-indent:-9999px;
position:relative;
top:60px;
left:531px;
}

#main .roasso a:hover{
background-position:0 -60px;
}

p.go_top{
font-size:12px;
text-align:right;
}

p.go_top a{
color:#333;
text-decoration: underline;
}

p.go_top a:hover{
color:#F00;
}
.pan{
background:url(../images/pan.png) no-repeat;
height:27px;
clear:both;
padding:0 0 0 45px;
color:#333;
font-size:12px;
line-height:2.2;
letter-spacing:2px;
}

.pan a{
color:#333;
text-decoration: none;
}

/*footer*/
#footer{
clear:both;
width:900px;
margin:0 auto;
	}

#footer .index{
border-left:1px solid #DDD; 
border-right:1px solid #DDD; 
border-bottom:1px solid #DDD; 
width:898px;
}

#footer .index h6.top{
border-top:1px solid #DDD; 
}

#footer .index h6{
background:url(../images/index.png) no-repeat 38px -1px;
padding:0 20px;
border-bottom:1px solid #DDD; 
text-indent:-9999px;
height:24px;
}

#footer .index_list{
margin:18px 0 0 28px;
}

#footer .index ul{
	list-style:none;
	width:200px;
	float:left;
	display:block;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#333;
	overflow:hidden;
	font-size:12px;
	text-decoration: none;
}

#footer .index ul a{
	text-decoration: none;
	color:#333;
}

#footer .index ul a:hover{
	text-decoration: none;
	color:#00F;
}

#footer .index ul li{
margin:0 0 18px 10px;
}

#footer .index ul ul{
float:none;
font-weight:100;
}

#footer .index ul li ul li{
margin:0;
color:#333;
}

.foot .copy{
color:#999;
clear:both;
padding:10px 0 10px;
font-size:12px;
	}

