﻿@charset "utf-8";
/* CSS Document */


html
{
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}



*{
	margin:0;
	padding:0;
}


/*
フロート用 CSSハック

*/
div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div{ display: inline-block; }


/* Hides from IE-mac \*/
* html div{ height: 1%; }
div{ display: block; }
/* End hide from IE-mac */


img{
	border-width:0;
	font-size:xx-small;
	overflow:hidden;
}

body{
	margin:0;
	padding:0;
	background:url(../img/body_back.gif) repeat;
	text-align:center;
	background-attachment:fixed; 

	

}


#container{
	text-align:left;
	width:800px;
	margin:0 auto 0 auto;
	background:#FFF;
}

h1,h2,h3{
	font-size:xx-small;
	font-weight:normal;
	overflow:hidden;
}

#header{
	width:800px;
	margin:0 0 10px 0;
}

h1{
	background:url(../img/title_top.gif) no-repeat;
	width:152px;
	height:96px;
	text-indent:-3000px;
	float:left;
	float:left;
}


#menus {
	font-size:xx-small;
	font-weight:normal;
	overflow:hidden;
		background:url(../img/header_repeat.gif) repeat-x;
	float:left;
	width:595px;
	float:left;

	}
	
	
	#header p{
	float:left;
	
}

	
/*--------jQuery CSS Source-----*/


#slideshow {
    position:relative;
}

#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;
}


/*--------jQuery CSS Source-----*/


#img_news h2{
	float:left;
}
#img_news{
	clear:both;
	margin:0 8px 7px 8px;
	padding:7px 0 7px 5px;
	border-top:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
}
#slideshow{
	width:520px;
	height:290px;	 
}

#slideshow img{
	 cursor: url("photo.html"), pointer;
}
	
	 
#box{
	float:left;
	border:1px solid #D4D4D4;
	padding:7px 7px 7px 7px;
	margin:0 8px 0 0;

}

#news{
	float:left;
	border-right:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	width:228px;
	height:234px;
	padding:20px 0 0 0;
	background:url(../img/back_news.jpg) top center no-repeat;
}

#news dl{
	font-size:90%;
	font-weight:normal;
	color:#999;
	margin: 0 5px 10px 5px;
}
#news dt{
	text-decoration:underline;
		background:url(../img/utuwa.gif) no-repeat left center;
		padding:0 0 0 20px;
	margin:0 0 3px 0;
}
#news dd{
	background:url(../img/news_RP.gif) no-repeat bottom center;
	padding:0 0 5px 0;
}

#aisatsu{
	width:518px; 
	border-left:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-right:1px solid #D4D4D4;
	float:left;
	margin:0 9px 0 10px;
	display:inline;
	font-size:90%;
	color:#999;
}

#left_C{
	float:left;
}
#left_C h3{
	margin:10px 0 0 10px;

}
#aisatsu span{
	font-size:150%;
	color:#993333;
	padding:0 2px 0 10px;
}
#aisatsu{
padding:5px 0 5px 0 ;
}
#aisatsu p{
	margin:3px 10px 3px 10px;
	line-height:17px;
background:url(../img/aisatu_back.gif) no-repeat top center;
        padding:7px 0 0 0;
}

#banner {
	float:left;
	margin:24px 0 50px 0;
}
#banner li{
	list-style:none;
	margin:0 0 2px 0;
}
strong{
	font-weight:normal;
}



#pagetop{
	clear:both;
	float:left;
	background:url(../img/topback.gif) no-repeat 0 0;
	width:140px;
	height:21px; 
	font-size:xx-small;
	overflow:hidden;
	font-weight:normal;
	text-indent:-3000px;
	display:block;
	margin:71px 295px 0 0;
}
#pagetop:hover{
	background:url(../img/topback.gif) no-repeat 0 -21px;
}
	
	






#add{
	font-size:xx-small;
	overflow:hidden;
	font-weight:normal;
	background:url(../img/address.gif) no-repeat;
	width:356px;
	height:92px;
	text-indent:-3000px;
	margin:0 0 0 0;
	float:left;

}


#footer{
	background:url(../img/footer_repeat.gif) repeat-x ;
	padding:35px 0 4px 0;
	width:800px;
	clear:both;
	
}
#footer address{
	text-align:center;
	font-size:90%;
	color:#FFF;
	text-transform:capitalize;
}
	











