@charset "shift_jis";
p.header {
	background-color: #FF00FF;
	height: auto;
	margin: 0px;
}
.img_header {
}
@media screen and (max-width: 360px){
.img_header {
	width: 100% !important;
	height: auto !important;
}
}
.img_h1 {
	margin-left: 1em;
}
@media screen and (max-width: 600px){
.img_h1 {
	width: 95% !important;
	height: auto !important;
}
}
.table_wide {
}
@media screen and (max-width: 780px) and (min-width: 481px){
.table_wide {
	width: 70% !important;
}
}
@media screen and (max-width: 480px){
.table_wide {
	width: 90% !important;
}
}
.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1em;
	color: #000000;
	line-height: 1.5em;
}

.main_contents {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #e8ffe8;
	margin: 0px;
	height: auto;
	width: 100%;
	float: left;
}
.page-wrapper {
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 0px;
	min-height: 100%;
	overflow: auto;
	background-color: #e8ffe8;
}
@media screen and (max-width: 768px){
.page-wrapper {
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 0px;
	min-height: 100%;
	overflow: auto;
	background-color: #e8ffe8;
	max-width:1024px
}
}

.ippan {
	background-color: #FFFFCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 10px;
}
.img_float {
	float: left;
}

p.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin: 0px;
	height: 220px;
	width: 22%;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
	background-color: #FFFFFF;
}
.indent {
	padding-left: 1em;
}
.indent2 {
	padding-left: 2em;
}
.indent3 {
	padding-left: 3em;
}
.manto {
	background-color: #FFE6EA;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 10px;
}
p.menu a {
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFAA;
	display: block;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}




h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #0000CC;
	margin-left: 5px;
}
.table_title {
	font-size: 1.2em;
	color: #FF0000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #0000FF;
	padding-left: 1em;
}
h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.1em;
	color: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(image/background.gif);
	height: auto;
}
.img_floatheader {
	float: right;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

p.footer {
	background-color: #FF00FF;
	height: 35px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.img_floatCopy {
	float: left;
	margin-top: 1px;
	top: 86px;
}
