@charset "utf-8";

/*##################### 
	rule reset
#######################*/
h1,h2,h3 {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute; left: 0; top: 32px;
	font-size:100%;
	font-weight:normal;
}

.style1 {

	color: #000;
	
	font-size: 16px;

	font-style: normal;

	font-weight: normal;

}

.style2 {

	color: #F00;
	
	font-size: 10px;

	font-style: normal;

	font-weight: normal;

}

.style3 {

	color: #000;
	
	font-size: 14px;

	font-style: normal;

	font-weight: bold;

}

.style4 {

	color: #F60;
	
	font-size: 14px;

	font-style: normal;

	font-weight: bold;

}

.style5 {

	color: #F00;
	
	font-size: 13px;

	font-style: normal;

	font-weight: bold;

}

.style6 {

	color: #666;
	
	font-size: 12px;

	font-style: normal;

	font-weight: normal;

}

.style7 {

	color: #000;
	
	font-size: 13px;

	font-style: normal;

	font-weight: bold;
	
}

.style8 {

	color: #666;
	
	font-size: 13px;

	font-style: normal;

	font-weight: normal;

}

.style9 {

	color: #F00;
	
	font-size: 11px;

	font-style: normal;

	font-weight: normal;

}

.style10 {

	color: #05f5da;
	
	font-size: 13px;

	font-style: normal;

	font-weight: bold;

}

.style11 {

	color: #05f5da;
	
	font-size: 15px;

	font-style: normal;

	font-weight: bold;

}



td,th {
	line-height: 150%;

}

a:link {

	color: #000;
	text-decoration:underline;

}

a:visited {
	
	color: #000;
	text-decoration:underline;
}

a:hover {

	color: #000;
	text-decoration:none;

}

a:active {

	color: #000;
	text-decoration:underline;
}

a img {
	border-style: none;
}


.img_right {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 80px;
	padding-left: 20px;
}

.img_right2 {
	float: right;
	padding-bottom: 40px;
	padding-left: 20px;
}

.img_right3 {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}

.img_left {
	float: left;
	padding-bottom: 10px;
	padding-right: 20px;
}

.img_left2 {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}



/*##################### 
	layout style
#######################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{

	margin:0;
	
	padding:0;
	
	border:0;
	
	outline:0;

}


html,body {

	color: #000000;
	
	background: #fdf4d3 url(../images/bg/indexbg1.gif) repeat-x;	
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* background-attachment:fixed; */
	/* background-repeat: repeat; */
	
}

#loader {
width: 500px;
height: 300px;
display: none;
position: fixed;
_position: absolute; /* IE6対策 */
top: 50%;
left: 50%;
margin-top: -150px; /* heightの半分のマイナス値 */
margin-left: -250px; /* widthの半分のマイナス値 */
z-index: 300;
}

#fade {
width: 100%;
height: 100%;
display: none;
background-color: #ffc800;
position: absolute;
top: 0px;
left: 0px;
z-index: 250;
}


#wrap {
	
	z-index: 200;

}

/* #headergroup */
#headergroup {
	
	text-align: left;
	
	width: 950px;
	
	margin-top: 0px;
	
	margin-right: auto;
	
	margin-bottom: 0px;
	
	margin-left: auto;
	
	padding: 0px;

}

/* header */
#headergroup #header {
		
	height: 90px;
	
	text-indent: 1px;
	
	padding: 0;
	
	margin: 0;
	
	background-image: url(../images/bg/headerbg1.png);
	
	background-repeat: no-repeat;
	
	margin-bottom: 30px;
	
	
}

	/* headercontent */
	#headergroup #header #headercontent{
		
		height:18px;
		
		font-size: 14px;
		
		text-align: left;
		
		color: #FFF;
		
		padding-top: 2px;
	}

	/* headerlogo */
	#headergroup #header #headerlogo{
		
		width: 245px;
		
		font-size: 11px;
		
		text-align: left;
		
		float:left;

		padding-top: 13px;		
	}
	
		/* btngroup */
		#headergroup #header #btngroup{
			
			text-align: left;	
			
			font-size: 12px;
			
			vertical-align: top;
			
			float:right;
			
			padding-top: 30px;

		}
		
		
		/* nav01
		======================================== */
		ul#nav1{
			
			margin:0;
			
			padding:0;
		
		}
		ul#nav1 li {
			float: left;
			margin-left: -1px;
			width: 140px;
			height: 50px;
			overflow: hidden;
		
		
		}

/* contentgroup */ 
#contentgroup {
	
	width: 100%;

}
	
	.wideslider {
		width: 100%;
		height: 370px;
		text-align: left;
		position: relative;
		overflow: hidden;
		border-top: #000 5px solid;
		border-bottom: #000 5px solid;		
	}
	
	.wideslider ul,
	.wideslider ul li {
		float: left;
		display: inline;
		overflow: hidden;
	}
	
	.wideslider_base {
		top: 0;
		position: absolute;
	}
	.wideslider_wrap {
		top: 0;
		position: absolute;
		overflow: hidden;
	
	}
	.slider_prev,
	.slider_next {
		top: 0;
		overflow: hidden;
		position: absolute;
		z-index: 100;
		cursor: pointer;
	}
	.slider_prev {background: #fbcc20 url(../images/prev.jpg) no-repeat right center;}
	.slider_next {background: #fbcc20 url(../images/next.jpg) no-repeat left center;}
	
	.pagination {
		bottom: 10px;
		left: 0;
		width: 100%;
		height: 15px;
		text-align: center;
		position: absolute;
		z-index: 200;
	}
	
	.pagination a {
		margin: 0 5px;
		width: 15px;
		height: 15px;
		display: inline-block;
		overflow: hidden;
		background: #FF0;
	}
	.pagination a.active {
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}
	
	.wideslider ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}
	
	.wideslider ul {
		display: inline-block;
		overflow: hidden;
	}


.clear{
	
	clear: both;

	}

#footergroup {
	width: 100%;
	background-color: #fdf4d3;
	padding-top: 30px;
	padding-bottom: 20px;	

}

	#footer {
		width: 950px;
		
		margin-top: 0px;
		
		margin-right: auto;
		
		margin-bottom: 0px;
		
		margin-left: auto;
	
	}
	
	#footergroup #footer #footer_news{
		width: 190px;		
		float: left;
		font-size: 11px;
	}
			
	
	#footergroup #footer #footer_content {
		float: left;
		font-size: 14px;
		text-align: left;
		margin-left: 20px;
		line-height: 180%;
	}
	
	#footergroup #footer #footer_content2 {
		width:300px;
		float: right;
		font-size: 14px;
		text-align: left;
	}	
			
	/* footer_logo */
	#footer_logo{
		margin-top: 10px;
		text-align: center;
	}		
	
	/* footer_copyright */
	#footer_logo #footer_copyright{
		
		width: 100%;
		
		color: #000;
		
		margin: 0;
		
		text-align: center;
		
		font-size: 10px;
		
		font-style: normal;
		
		font-weight: normal;
	}

	/* footer_copyright address */
	#footer_logo #footer_copyright address{
		
		color: #000;
		
		font-size: 9px;
		
		font-style: normal;
		
		text-align: center;
		
	}
