﻿@charset "UTF-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
        background: #ffffff;
}

img {
	border: none;
}


.imgtop {
	margin-top: 10px;
}


#contents a:hover,
#header a:hover {
  opacity:0.8;
  filter: alpha(opacity=80);
}

#header a:hover {
  opacity:0.5;
  filter: alpha(opacity=50);
}

/* ----- clearfix ----- */
/* clearfix */
.clearfix { display: inline-table; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




#footer a {
	color:#DBBD96;
	outline:none;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	outline:none;
	text-decoration:none;
}

a {
	color:#EE0000;
	outline:none;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#EE0000;
	outline:none;
	text-decoration:underline;
	font-weight: bold;
}




#header_top {
	background: #C80000;
	padding: 4px 0;
}


#header_top02 {
	background: #ffffff;
        position: relative;
	margin: 0 auto;
        overflow : hidden;
}


#header_top02 .con {
	padding: 20px 0px 20px 0px;
	margin: 0 auto;
	width: 1000px;
}


#header_top02 .con .in01 {
        float: left;
	background: #fff;
	width: 26%;
}

#header_top02 .con .in02 {
        float: left;
	background: #fff;
	width: 48%;
}



.rit01 {
        text-align: right;
}

.rit02 {
        text-align: center;
}



h1 {
	font-size: 11px;
	font-weight: normal;
	color: #F7F1C6;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}







#hedbg {
        position:relative;
        width:100%;
        height:10px;
        overflow:hidden;
        background: url(../img/hed-bg.png) left top repeat-x;
        z-index: 29; 
}



#mein02 {
        width:100%;
        overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
        z-index: 23; 
}




#mein0202 {
        position:relative;
        width:100%;
        overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
        background: #EEECE0;
        z-index: 29; 
}

.contentsin {
        position: relative;
	margin: 0 auto;
        overflow:hidden;
	width: 1000px;
        border-radius : 7px;
        background :#ffffff;
	padding: 0px 0px 20px 0px;
}

.contentsin p {
	padding: 0px 0px 10px 20px;
}


.contentsin03 {
        position: relative;
	margin: 0 auto;
	width: 660px;
	padding: 0px 0px 20px 0px;
        overflow:hidden;
}


.contentsin03 .in01 {
        float: left;
	background: #fff;
	width: 50%;
        text-align: left;
}


.contentsin03 .in02 {
        float: left;
	background: #fff;
	width: 50%;
        text-align: right;
}



.contentsin04 {
        position: relative;
	margin: 0 auto;
	width: 672px;
	padding: 20px 0px 70px 0px;
        overflow:hidden;
}


#mein0203 {
        position:relative;
        width:100%;
        overflow:hidden;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
        background: #ffffff;
        z-index: 29; 
}

#contentsin02 {
        position: relative;
	margin: 0 auto;
	width: 715px;
        overflow:hidden;
        background: url(../img/bottom_contact_back.png) center top no-repeat;
	height: 179px;
	padding: 90px 0 10px 50px;
}

#bottom_contact_mail {
	float: left;
	margin-right: 10px;
}

#bottom_contact_tel {
	float: left;
}

#bottom_contact_tel p {
	font-size: 11px;
	background: #F7E9D0;
	margin: 0;
	padding: 3px 0px 3px 5px;
	text-align: center;
	font-weight: bold;
}


#contentsin02 p {
	font-size: 13px;
	font-weight: bold;
}


#footer {
	color: #DF9DA5;
	background-image: url(../img/footer_background.png);
	background-repeat:repeat-x;
	 text-align: center;
	 padding: 20px 0;
	 
	position: relative;
}

#footer_logo {
	margin-top: 10px;
	margin-bottom: 15px;
}

#copyright {
}



p.gotop{
    position: fixed;
    right: 5px;
    bottom: 0;
}
p.gotop a{
    width: 125px;
    height: 94px;
    display: block;
}

