@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body {margin: 0;padding-top: 40px;padding-bottom: 40px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" "メイリオ", Meiryo, "ＭＳ Ｐ明朝", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
.aient {width: 90%;margin: 50px auto;}

a .hover_img1{transition:all 0.5s ease;}
a:hover .hover_img1{opacity: 0.5;filter: alpha(opacity=50);}
h1{font-size: 1.6em;font-family: arial,helvetica;color: #ff0000;margin:0;}

/*-----------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #888;
    text-align: center;
    color: #222;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*-----------------------------------------------------------*/
.link  a, a:visited {
	color: #AD0002;
	font-weight: bold;
	text-shadow: none;
    padding: 0 .5em; }
.link  a:hover {color: #F26060;}
/*-----------------------------------------------------------*/
/* info CSS
------------------------------------------- */
.info dt {
  clear: left;
  float: left;
  width: 30%;
  font-weight: bold;
  font-size: .9em;
}
.info dd { margin: 0 0 0 30%; }

.info  a, a:visited {
	color: #000000;
	font-weight: bold;
	text-shadow: none;
    padding: 0 .5em; }
.info  a:hover {color: #F26060;}
/*-----------------------------------------------------------*/
/* TEXT CSS
------------------------------------------- */
.tx-blk {font-weight: 500;font-size:0.7em;color:#000000;}
.tx-red {font-weight: 600;font-size:1em;color:#ff0000;}
/* TEXT
* --------------------------------------- */	
h2.dotted_under_line{font-size: 1em ;border-bottom:1px dotted;}
h3.dotted_under_line{font-weight: bold ;font-size: 0.9em ;border-bottom:1px dotted;}
h1{font-size: 1.6em;font-family: arial,helvetica;color: #ff0000;margin:0;}
h4{font-size: 1em;font-family: arial,helvetica;color: #000000;margin:0;}
h5{font-size: 0.8em;font-family: arial,helvetica;color: #000000;margin:0;}
h6{font-size: 1.0em;font-family: arial,helvetica;color: #ff0000;margin:0;}
.intro p{color: #fff;}
*.h-wine{
 clear:both;
 padding:0.5em 0.5em;
 line-height:1;
 color:#fff;
 font-size:1.4em;
 font-weight:900;
 background:#8b0000;
 font-family: arial,helvetica;
}
*.h-red{
 clear:both;
 padding:0.5em 0.5em;
 line-height:1.6;
 color:#8b0000;
 font-size:1.4em;
 font-weight:900;
 background:#ffffff;
 font-family: arial,helvetica;
}
*.h-red2{
 clear:both;
 padding:0.5em 0.5em;
 line-height:1.6;
 color:#8b0000;
 font-size:1.2em;
 font-weight:900;
 background:#ffffff;
 font-family: arial,helvetica;
}
*.h-white{
 clear:both;
 padding:0 10px;
 line-height:2.0;
 color:#000;
 font-size:1.6em;
 font-weight:normal;
 background:#eeeeee;
}

/*-----------------------------------------------------------*/
/* BUTTON CSS
------------------------------------------- */
.myButton {
	
	background-color:#ffffff;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	border:1px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:1em;
	padding:3% 2%;
	margin-top: 10px;
	
	text-decoration:none;
	text-align: center;
	
}
.myButton:hover {
	background-color:#FF8B8B;
}
.myButton:active {
	position:relative;
	top:1px;
}
.infobox {
	
	display: block;
	width: 100%;
	text-align: center
	
}
.infobar {
	
	background-color:#ffffff;
	
	border-bottom: 1px solid #999999;
	display:inline-block;
	
	color:#000000;
	font-family:Arial;
	font-size:1.5em;
	font-weight: 600;
	padding-top: 10px;
	
	margin-top: 10px;
	
	
	width: 96%;
	text-decoration:none;
	text-align: right;
	
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
.button1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Arial;
	font-size:.8em;
	font-weight:bold;
	font-style:normal;
height:24px;
	line-height:24px;
width:140px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
	
}.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.button1:active {
	position:relative;
	top:1px;
	}
/*-----------------------------------------------------------*/
.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
text-indent:0;
	border:1px solid #268a16;
	display:inline-block;
	color:#306108;
	font-family:Arial;
	font-size:.8em;
	font-weight:bold;
	font-style:normal;
height:24px;
	line-height:24px;
width:280px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #aade7c;
	
}.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.button2:active {
	position:relative;
	top:1px;
	}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
*.thead {width:90%;height: 80px;margin: 0 auto;} 
#mainbox {width: 90%;margin: 0 auto;padding-bottom: 30px;}
#topbox {padding-left: 5px;padding-right: 5px;}

#banner{text-align: center;}
*.bannerL {float:left;width:30%;text-align: left;}
*.bannerR {float:right;width:70%;text-align: right;}

#site-footer {
font-size: .8em;
text-align: center;
  
 background: ＃#ffffff;
 padding: 1em 0;
 width: 100%; }
#site-footer  a, a:visited {
	color: #AD0002;
	font-weight: bold;
	text-shadow: none;
    padding: 0 .5em; }


#site-footer  a:hover {color: #F26060;}


/*-----------------------------------------------------------*/


@media screen and (min-width:100px) { 




#con1L {width:100%;}
#con1R {width:100%;}
#con2L {width:100%;}
#con2R {width:100%;}
#con3L {width:100%;}
#con3R {width:100%;}
#con4L {width:100%;}
#con4R {width:100%;}
*.logbox1L {
	display:block;
	width: 96%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
*.logbox1R {
	display:block;
	width: 96%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}

*.logbox2L {
	display:block;
	width: 96%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
*.logbox2R {
	display:block;
	width: 96%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
.myButton {
	width:80%;
	background-color:#ffffff;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	border:1px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:1em;
	padding:3% 2%;
	text-decoration:none;
	text-align: center;
	
}

}
/*-----------------------------------------------------------*/
@media screen and (min-width:600px) {



#con1L {float:left;width:50%;}
#con1R {float:right;width:50%;}
#con2L {float:left;width:50%;}
#con2R {float:right;width:50%;}
#con3L {float:left;width:50%;}
#con3R {float:right;width:50%;}
#con4L {float:left;width:50%;}
#con4R {float:right;width:50%;}
*.logbox1L {
	display:block;
	width: 94%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
*.logbox1R {
	display:block;
	width: 94%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}

*.logbox2L {
	display:block;
	width: 94%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
*.logbox2R {
	display:block;
	width: 94%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
.myButton {
	width:44%;
	background-color:#ffffff;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	border:1px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:1em;
	padding:2% 2%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 40px;
	text-decoration:none;
	text-align: center;
	
}
}
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
@media screen and (min-width:960px) {



#con1L {float:left;width:50%;}
#con1R {float:right;width:50%;}
#con2L {float:left;width:50%;}
#con2R {float:right;width:50%;}
#con3L {float:left;width:50%;}
#con3R {float:right;width:50%;}
#con4L {float:left;width:50%;}
#con4R {float:right;width:50%;}
*.logbox1L {
	display:block;
	width: 94%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
*.logbox1R {
	display:block;
	width: 94%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}

*.logbox2L {
	display:block;
	width: 94%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
*.logbox2R {
	display:block;
	width: 94%;
	height: 240px;
	line-height: 1.8;
	font-size: 10pt;
	text-align: left;
	padding: 0.5em;
	overflow: auto;
	position: relative;
	left: 0px;
	}
.myButton {
	width:22%;
	background-color:#ffffff;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	border:1px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:1em;
	padding:2% 2%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 40px;
	text-decoration:none;
	text-align: center;
	
}
}
/*-----------------------------------------------------------*/