@charset "utf-8";

	*{margin:0;padding:0;
	}

	a{
	outline:none;
	border:0;
	}

	body {
	font-family: '???C???I', Meiryo, 'Lucida Grande', Verdana, '?q???M?m?p?S Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, '?l?r ?o?S?V?b?N', sans-serif;
	background: #fff;
	color: #333;
	-webkit-text-size-adjust: none; /* ?t?H???g?T?C?Y???????? */
	-moz-text-size-adjust: none; /* ?t?H???g?T?C?Y???????? */
	}

	li{list-style-type:none;}
	.img {vertical-align: middle;}
	.bannerImg {width: 100%;}

	
/* ???????N?F???????・*/
A:link    {COLOR: #81bcc8; TEXT-DECORATION: underline;}
A:visited {COLOR: #4a93a2; TEXT-DECORATION: underline;}
/* ???????N?F?????܂ﾅ */

/* ?w?b?_?[???????・*/
header {
	background:url("../img/top_header_bg.png") no-repeat left top;
	-webkit-background-size:100% 85px;
	-moz-background-size:100% 85px;
	background-size:100% 85px;
	height: 85px;
	width:100%;
	}

#blogAria ul,
header,
.ftList ul,
.searchAria ul:after {
	content:"";
	display:block;
	clear:both;
}

#logo {
	width:100%;
}

#logo h1 a {
	display:block;
	padding-top: 70px;
	overflow: hidden;
	height: 0;
	background:url("../img/logo.png") no-repeat center 5px;
	-webkit-background-size: 140px 65px;
	-moz-background-size: 140px 65px;
	background-size: 140px 65px;
}
		
#headerBtn{/*???O?C???{?^??*/
	position: relative;
	width: 100%;
}
#headerBtn ul{
	margin: 0 auto;
	overflow: hidden;	
}
#headerBtn ul li{
	float: left;
	width: 48%;
	margin-left: 1%;
}
#headerBtn a{
}
#headerBtn img{
	width: 100%;
}

.imgTop {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 10px auto;
}
.imgTop a{
	color: rgb(20, 116, 221);
}

.obi {/*?^?C?g???ﾑ*/
	display:block;
	background: -moz-linear-gradient(top, #fff 3%, #ffedad 5%, #ff99cc);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #fff),
    			color-stop(0.05, #ffedad),
    			color-stop(1.0, #ff99cc));
	-webkit-box-shadow: 0 1px 4px #999;
	-moz-box-shadow: 0 1px 4px #999;
	box-shadow: 0 1px 4px #999;
	margin-bottom:10px;
	height: 35px;
	font-size: 100%;
	line-height: 35px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #cc6666;
	padding-left: 10px;
	border-top: solid 1px #cc6699;
	border-bottom: solid 1px #cc6699;
	}

.topMenu {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
.topMenu li {
	width: 50%;
	margin-bottom: 10px;
	float: left;
}

.topMenu li a {
	display: block;
	width: 80%;
	height: 35px;
	margin: 0 auto;
	font-size: 60%;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #990000;
	font-weight: 700;
	text-shadow: 0 1px 1px #fff;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgb(71, 34, 34),inset 1px 0 2px rgb(160, 71, 36),inset -1px 0 2px rgb(206, 73, 21);
	background: #ffe5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe5e5 0%, #ffd5d5 45%, #ffc1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe5e5), color-stop(45%,#ffd5d5), color-stop(100%,#ffc1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe5e5 0%,#ffd5d5 45%,#ffc1c1 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ffe5e5 0%,#ffd5d5 45%,#ffc1c1 100%);
}
	
.searchAria {
	width: 100%;
	margin: 20px auto;
}
.searchAria li {
	width: 25%;
	margin-bottom: 10px;
	float: left;
}

.searchAria li a {
	display: block;
	width: 80%;
	height: 35px;
	margin: 0 auto;
	font-size: 60%;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #990000;
	font-weight: 700;
	text-shadow: 0 1px 1px #fff;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgb(71, 34, 34),inset 1px 0 2px rgb(160, 71, 36),inset -1px 0 2px rgb(206, 73, 21);
	background: #ffe5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe5e5 0%, #ffd5d5 45%, #ffc1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe5e5), color-stop(45%,#ffd5d5), color-stop(100%,#ffc1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffe5e5 0%,#ffd5d5 45%,#ffc1c1 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(top, #ffe5e5 0%,#ffd5d5 45%,#ffc1c1 100%);
}

/*?t?b?^?[*/
.btnTop a {/*TOP?փ{?^??*/
	display: block;
	font-size: 100%;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px #333;
	width: 45%;
	height: 32px;
	position: relative;
	right: 5px;
	top:3px;
	margin-left: auto;
	border:1px solid #fff;
	-webkit-box-shadow: 0 0 2px #999;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-box-shadow: 0 0 2px #999;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
	box-shadow: 0 0 2px #999;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: -moz-linear-gradient(top, #ccc, #999);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #ccc),
    			color-stop(1.0, #999));
    position: relative;
    top: 5px;
    z-index: 10;
}

/*?g?b?v?y?[?W?J?ڃA?C?R??*/
.btnTop img{
	height: 50%;
	position: relative;
	top: -2px
}

footer {
	display: block;
    position: relative;
    z-index: 200;
    width: 100%;
}
footer ul {
	overflow: hidden;
}
footer ul li {/*?t?b?^?[?̃??j???[*/
	width: 50%;
	background: -moz-linear-gradient(top, #fff, #eae9e9 5%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom,
    			color-stop(0, #fff),
    			color-stop(0.05, #eae9e9),
    			color-stop(1.0, #ccc));
    float: left;
}
#ftList li a {
	display: block;
	font-size: 68%;
	line-height: 26px;
	text-decoration: none;
	color: #333;
	font-weight: 700;
	text-shadow: 0 1px 1px #fff;
	background:url("../img/arrow_s.png") center right no-repeat;
	-webkit-background-size:11px 13px;
	-moz-background-size:11px 13px;
	background-size:11px 13px;
	width: 100%;
	padding: 8px 0;
}
.ftText{
	display: block;
	height: 26px;
	width: 90%;
	padding-left: 5px;
	background:url("../img/line_g.gif") center left no-repeat;
	-webkit-background-size:2px 26px;
	-moz-background-size:2px 26px;
	background-size:2px 26px;
}
.ftTextNone{
	display: block;
	height: 26px;
	width: 90%;
	padding-left: 5px;
}

#ftList .fontS a {font-size:50%;}

footer p img{
    position: relative;
	text-align: center;
    width: 100%;
}
	
/*form*/
#searchform4 {  
    width: 90%;
    background: #fff;
    -webkit-box-shadow: inset 0 0 2px #ccc;
    -moz-box-shadow: inset 0 0 2px #ccc;
    border-radius: 20px;
    border: solid 1px #ccc;
    display: block;
    height: 24px;
    position: relative;
    margin: 0 auto;
}  
#keywords4  {  
    width: 80%;  
    position: absolute;  
    top: 3px;  
    left: 12px;  
    border: 0;  
}  
#searchBtn4 {  
    position: absolute;  
    top: 3px;  
    right: 5px;  
}


/* ?e?y?[?W*/
.eachPage{
	width: 100%;
	color: #333;
	line-height: 1.4em;
}
.eachPage a{
	color: rgb(20, 116, 221);
}
.eachPage h2{
	color: #fff;
	font-weight: lighter;
	text-shadow: 0 1px 1px #fff;
	font-size: 1.2em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	background: url(../common/img/empty.png) no-repeat;
	background-size: 100% 100%;
	padding:5px 0;
	padding-left: 5px;
}
.eachPage #info{
	padding-top: 5px;
	padding-left: 5px;
}

/*?T?C?g?־?y?[?W?@?V?K?・・o?^*/
.eachPage .toNewPage{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
.eachPage .toNewPage img{
	width: 50%;
}

/*???⍇?킹?y?[?W*/
.inquiry input, .inquiry textarea{
	width: 90%;
}

/*?T・ﾅ?֘A*/
.consumptionTax{
	text-align: center;
	font-size: 0.95em;
	margin-top: 10px;
}
.consumptionTax p{
	color:#444;
	font-weight: bold;
}
.consumptionTax p a{
	color: #bb0000;
	line-height: 2em;
}