/*****全体に関する指定*****/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #666;
	background-image: url(img/bg.jpg);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

/* アキを作らない */
h1,h2,h3,h4,p,ul {
	margin: 0px;
	padding: 0px;
}
/* リストマークをつけない*/
li {
	list-style:none;
}
/* 画像のリンクに枠をつけない*/
img {
	border: none;
}
/* 基本のテキストリンク指定（２項目） */
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}
.color-red {
	color: #C00;
}
.color-blue {
	color: #009;
}
.color-green {
	color: #1F5208;
}
.all {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
}
address {
	font-size: 12px;
	color: #FFF;
	background-color: #1F5208;
	max-width: 920px;
	min-width: 320px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	padding-top: 3px;
	padding-bottom: 2px;
	line-height: 12px;
}
address a {
	color: #FFF;
}
.googlemap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.googlemap iframe,
.googlemap object,
.googlemap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
input,textarea {
	font-size: 120%;
}
dt {
	background-color: #EEF0D2;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 140px;
	color: #000;
}
blockquote {
	margin-top: 5px;
}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
.sp{
	display: none;
}
.all {
	max-width: 900px;
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 13px;
}
.hd-rogo {
	float: left;
	max-width: 317px;
}
.hd-right {
	float: right;
	width: 300px;
	text-align: center;
	margin-bottom: 8px;
}
.hd-right p {
	margin-bottom: 3px;
}
ul {
	clear: both;
}
li {
	text-align: center;
	width: 24.7%;
	min-width: 145px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0E2703;
	border-left-color: #6A926A;
	float: left;
	margin-bottom: 2px;
	font-size: 110%;
}
li a {
	background-image: url(img/btbg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
	height: 30px;
	padding-top: 8px;
}
li a:hover {
	background-image: url(img/btbg2.gif);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration:none;
}
.mein-img {
	max-width: 500px;
	min-width: 300px;
	margin-top: 20px;
	margin-right: 15px;
}
.mein-img img {
	margin-right:15px;
	margin-bottom: 15px;
}

.midashi {
	background-image: url(img/midashi_bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sisetu-img {
	float: left;
	text-align: center;
	margin-right: 7px;
	margin-left: 7px;
}
.foota {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFEC;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E2CE;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333;
}
.foota-left {
	width: 280px;
	float: left;
	margin-bottom: 20px;
}
.foota-left img {
	margin-bottom: 10px;
}
.foota-right {
	float: right;
	max-width: 800px;
	margin-bottom: 10px;
}

}


/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
.pc {
	display: none;
}
.all {
	max-width: 750px;
	margin-top: 0px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 13px;
}
.hd-rogo {
	float: left;
	max-width: 317px;
}
.hd-right {
	float: right;
	width: 270px;
	text-align: center;
	margin-bottom: 8px;
}
.hd-right p {
	margin-bottom: 3px;
}
ul {
	clear: both;
}
li {
	text-align: center;
	width: 24.6%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0E2703;
	border-left-color: #6A926A;
	float: left;
	margin-bottom: 2px;
	font-size: 110%;
}
li a {
	background-image: url(img/btbg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
	height: 35px;
	padding-top: 8px;
}
li a:hover {
	background-image: url(img/btbg2.gif);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration:none;
}
.mein-img {
	width: 100%;
	margin-top: 20px;
}
.mein-img img {
	width: 100%;
	margin-right:0px;
	margin-bottom: 15px;
}

.midashi {
	background-image: url(img/midashi_bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sisetu div {
	width: 45%;
	padding: 10px;
	float: left;
}
.foota {
	max-width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFEC;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E2CE;
	padding: 10px;
	color: #333;
}
.foota-left {
	float: none;
	margin-bottom: 20px;
}
.foota-left img {
	margin-bottom: 10px;
}
.foota-right {
	float: none;
	margin-bottom: 0px;
}

}


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
.pc {
	display: none;
}
.all {
	max-width: 620px;
	min-width: 300px;
	margin-top: 0px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 13px;
}
.hd-rogo {
	float: none;
	text-align: center;
}
.hd-right {
	width: 100%;
	float: none;
	text-align: right;
	margin-bottom: 8px;
}
.hd-right p {
	margin-bottom: 3px;
}
ul {
	clear: both;
}
li {
	text-align: center;
	width: 49%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0E2703;
	border-left-color: #6A926A;
	float: left;
	margin-bottom: 2px;
	font-size: 110%;
}
li a {
	background-image: url(img/btbg.gif);
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
	height: 35px;
	padding-top: 8px;
}
li a:hover {
	background-image: url(img/btbg2.gif);
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration:none;
}
.mein-img {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.mein-img img {
	margin-right:0px;
	margin-bottom: 15px;
	width: 100%;
}
.midashi {
	background-image: url(img/midashi_bg.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sisetu-img {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
.foota {
	max-width: 620px;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFEC;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E2CE;
	padding: 10px;
	color: #333;
}
.foota-left {
	float: none;
}
.foota-left img {
	margin-bottom: 10px;
}
.foota-right {
	float: none;
	margin-bottom: 0px;
}

}
