﻿@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	width:100%;
	font-size: 100%;
	line-height: 140%;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #000;
	text-align: center;
}

a:link { text-decoration:none; color: #000;}
a:visited { text-decoration:none; color: #000;}
a:active { text-decoration:none; color:#000;}
a:hover { text-decoration:none; color:#E80B0F; opacity:0.7;}

h1 {
	height:20px;
	margin-bottom: 5px;
	background-color:#474747;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height:20px;
}
h2 {
	font-size: 14px;
}
h2#footer {
	height:20px;
	background-color:#474747;
	color: #fff;
	font-size: 14px;
	line-height:20px;
	margin:0 auto;
}
h2#one {
	height:40px;
    background-image:url(../img/underbar_001.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:50px;
}
h2#one_active {
	height:40px;
    background-image:url(../img/underbar_002.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:50px;
}
h2#two {
	height:40px;
    background-image:url(../img/underbar_001.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:34px;
}
h2#two_active {
	height:40px;
    background-image:url(../img/underbar_002.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:34px;
}
h2#three {
	height:40px;
    background-image:url(../img/underbar_001.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:46px;
}
h2#three_active {
	height:40px;
    background-image:url(../img/underbar_002.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:46px;
}
h2#four {
	height:40px;
    background-image:url(../img/underbar_001.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:15px;
}
h2#four_active {
	height:40px;
    background-image:url(../img/underbar_002.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:15px;
}
h2#five {
	height:40px;
    background-image:url(../img/underbar_001.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:35px;
}
h2#five_active {
	height:40px;
    background-image:url(../img/underbar_002.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:35px;
}
h2#six {
	height:40px;
    background-image:url(../img/underbar_001.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:38px;
}
h2#six_active {
	height:40px;
    background-image:url(../img/underbar_002.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:38px;
}
h2#seven {
	height:40px;
    background-image:url(../img/underbar_001.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:36px;
}
h2#seven_active {
	height:40px;
    background-image:url(../img/underbar_002.png);
	background-repeat:no-repeat;
	font-size: 14px;
	line-height:20px;
	padding-left:36px;
}
h3 {
	border-bottom:#f4f4f4 dotted 2px;
	font-size:16px;
	text-align:left;
	margin-bottom:15px;
	list-style-type:circle;
}
h4 {
	background-color:#474747;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
h5 {
	border-bottom:#f4f4f4 dotted 2px;
	font-size:16px;
	text-align:left;
	margin-bottom:15px;
	color:#DD3E21;
}
#container {
	width: 100%;
	margin:0 auto;
	text-align: center;
}

.wideslider {
	width: 100%;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.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: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/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: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}





/* =======================================
	pagetop
======================================= */
.pagetop {
	position: fixed;
	bottom: 40px;
	right: -55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
