
@charset "utf-8";

body{
	margin: 0 auto;
	background: #fafafa;
}


/*---ヘッダー部分---*/

#header{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	border-top: solid 4px #940406;
}


#header h1{
	font-size: 12px;
	font-weight: bold;
	margin: 0 auto;
	letter-spacing: 0.05em;
	padding: 25px 0 10px 0;
}

.head{
	width: 1000px;
	margin: 5px auto 20px auto;
	overflow: auto;
}

.head h2.logo{
	width: 291px;
	margin: 7px 0 20px 0;
	float: left;
}

.head h2.logo a:hover{
	filter: alpha(opacity=60); /*IE*/
	-moz-opacity: 0.60; /*FF*/
	opacity: 0.60;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.head .headlt{
	float: left;
}

.head .headrt{
	float: right;
	margin-top: 30px;
}

.head .headrt .telfax{
	padding-bottom: 13px;
}

.head .headrt .topac{
	padding-left: 4px;
}

.naviarea{
	width: 100%;
	background:url(../images/navibk.png) repeat-x;
	overflow: hidden;
}

.naviarea ul{
	width: 1000px;
	display: block;
	margin-top: 7px;
	margin: 0 auto;
}

.naviarea li{
	float: left;
}

.naviarea ul:after{
	clear: both;
}

.naviarea li a{
	display: block;
}


/*---メイン画像---*/


.mainimg {
	width: 100%;
	height: 210px;
	position: relative;
	display:block;
	overflow: hidden;
}

.mainimg img {
	width: 2000px;
	height: 210px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top:0;
	margin-left:-1000px;
	text-align: center;
}



.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul {
	margin: 0px;
	padding: 0px;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}

.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(../images/prev.jpg) no-repeat right 10px center;
}

.slider_next {
	background: #fff url(../images/next.jpg) no-repeat left 10px 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;
}
 
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}

/*---コンテンツ部分---*/

#wrapper{
	margin: 0 auto;
}

#wrapper .topcont{
	width: 1000px;
	padding-top: 10px;
	margin: 0 auto;
}

.topcont .greeting{
	padding: 40px;
	margin: 0 0 60px 0;
}

.topcont .greeting .leftbox{
	width: 330px;
	float: left;
}

.topcont .leftbox p{
	letter-spacing: 0.03em;
	line-height: 1.9em;
}

.topcont .greeting .rightbox{
	width: 550px;
	float: right;
}

.topcont .greeting .rightbox p{
	font-weight: bold;
	font-size:16px;
	margin-top: 20px;
}

.topcont ul.box_2{
	width: 880px;
	margin: 0 auto 0 95px;
	overflow: hidden;
}

.topcont .box_2 li{
	width: 395px;
	display: block;
	float: left;
	margin: 0 40px 40px 0;
}

.topcont .box_2 li a{
	display: block;
}

.topcont .box_2 li a:hover{
	color: #940406;
	display: block;
}

.topcont .box_2 li p{
	margin: 10px 0 0 0;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
}



/*---フッター部分---*/

.ftcon{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
	clear: both;
	display: block;
}

.pp a{
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#footermap{
	clear: both;
	width: 100%;
	margin: 0 auto;
}

#footermap #topcanvas{
	width: 100%;
	height: 250px;
}



#footer{
	border-bottom: solid 5px #940406;
}

/*---サイドナビ---*/

#sidenavi {
	width: 180px;
	float: left;
	position: relative;
	top: 0;
}

#sidenavi .sidetitlebg01 {
	width: 180px;
	height: 58px;
	background: #A73133;
}

#sidenavi .sidetitlebg01 p {
	padding: 12px 0 12px 0;
	letter-spacing: 0.07em;
	font-size: 20px;
	font-weight:bold;
	text-align: center;
	color: #ffffff;
}

#sidenavi .sidetitlebg02 {
	width: 180px;
	height: 58px;
	background: #A73133;
}

#sidenavi .sidetitlebg02 p {
	padding: 18px 0 12px 0;
	letter-spacing: 0.07em;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
	color: #ffffff;
}


#sidenavi .sidesubtitlebg01 {
	width: 180px;
	margin: 0 auto;
}

#sidenavi .sidesubtitlebg01 .p01 a {
	background: url(../images/side_ar.png),url(../images/side_line.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: 3px 22px,bottom;
	padding: 20px 0 20px 18px;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	display: block;
}

#sidenavi .sidesubtitlebg01 .p01 a:hover {
	color: #940406;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}



#sidenavi .sidesubtitlebg02 {
	width: 180px;
	margin: 0 auto;
}

#sidenavi .sidesubtitlebg02 .p02 a {
	background: url(../images/side_ar.png),url(../images/side_line.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: 3px 22px,bottom;
	padding: 20px 0 20px 18px;
	font-size: 14px;
	line-height: 120%;
	text-decoration: none;
	display: block;
}

#sidenavi .sidesubtitlebg02 .p02 a:hover {
	color: #4799D6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

#sidenavi ul.bnr {
	padding-top: 20px;
}


/*---ページトップ---*/

.pagetopbt {
	display: none;
	position: fixed;
	bottom: 150px;
	right: 40px;
}
