@charset "UTF-8";

/* Reset CSS
-------------------------*/

*{
	text-decoration:none;
	margin:0;
	padding:0;
}
html {
	height: 100%;
}
ul {
	list-style: none;
	text-align: left;
}
p,dl,table,h1,h2,h3,h4,h5,div {
	text-align: left;
}
th,td {
	font-size: 100%;
}
img {
    border:0;
	vertical-align: bottom;
}

/* Clearfix
-------------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* GENERAL STYLES
-------------------------*/

body {
	font: normal normal normal 90%/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',Meiryo,sans-serif;
	background: #fff3e7;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	height: 100%;
}
#container {
	position: relative;
	width: 850px;
	margin: 0px auto;
	background: #fff3e7;
	height: 100%;
}


/* FONT */

a{
	overflow:hidden;
	font-size:100%;
}
a:hover{
	color:#F60;
	text-decoration:none;
}
a,a:visited{
	color: #333;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.red {
	color: #E80209;
}
.f100{
	font-size:100%!important;
}
.small  {
	font-size: 70% !important;
}
.middle {
	font-size: 90% !important;
}
.large  {
	font-size: 120% !important;
}


/* LAYOUT STRUCTURE */

.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.pt0 {
	padding-top: 0px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.cl {
	clear: both;
}
.cl_r {
	clear: right;
}
.cl_l {
	clear: left;
}
.fl_r {
	float: right;
}
.fl_l {
	float: left;
}
.ta_r {
	text-align: left;
	display: flex;
	justify-content: flex-end;
}
.ta_l {
	text-align: left;
}
.ta_c {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.pic_r {
	margin: 0px 0px 10px 15px;
	float: right;
	color: #666;
	text-align: center;
	font-size: 80%;
}
.pic_l {
	margin: 0px 15px 10px 0px;
	float: left;
	color: #666;
	text-align: center;
	font-size: 80%;
}
.pic_r img,.pic_l img {
	margin-bottom: 5px;
}

.photo_img{
	margin: 2em 0;
	text-align: center;
}

.menu_02_list li{
	list-style-type:disc;
	margin: 0px 0px 2em 40px;
}

.menu_p{
	text-align: right;
}

.menu_05_list{
	margin-bottom: 2rem;
}

/* HEADER ELEMENTS 
----------------------------*/

#header {
	width: 850px;
	height: 70px;
}
h1 {
	margin-top: 13px;
}



/* NAV ELEMENTS 
----------------------------*/

#nav {
	height: 34px;
}
#nav li {
	float: left;
}


/* CONTENTS ELEMENTS 
----------------------------*/

#contents {
	width: 850px;
	clear: left;
	padding: 40px 0px;
}
#contents h2 {
	border-left: 6px solid #630;
	color: #630;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 2em;
	padding: 0 0 0 10px;
}
#contents h3 {
	margin: 0px 0px 1em 20px;
	font-size: 16px;
	font-weight: bold;
	color: #F63;
}
#contents p,#contents .dlB  {
	margin: 0px 0px 2em 20px;
}
#contents ol {
	margin: 0px 0px 2em 3em;
}

#contents .dlA {
	float: left;
	width: 520px;
}
#contents .dlA dt {
	float: left;
	width: 7em;
	margin-bottom: 5px;
}
#contents .dlA dd {
	margin-left: 7em;
	margin-bottom: 5px;
}

#contents .dlB dt {
	float: left;
	width: 10em;
	margin-bottom: 5px;
}
#contents .dlB dd {
	margin-left: 7em;
	margin-bottom: 5px;
}
#contents .tbA {
	background: #dfbeab;
	margin: 0px 20px 2em;
	width: 810px;
}
#contents .tbA tr th {
	background: #ffdeca;
	padding: 7px 10px;
	text-align: left;
}
#contents .tbA tr td {
	background: #FFF;
	padding: 7px 10px;
}
#pageTop {
	text-align: right;
	font-size: 12px;
	margin-bottom: 10px;
	clear: both;
}
#contents input[type="button"] {
	padding: 3px 10px;
}



/* FOOTER
-----------------------------------*/

#footer {
	width: 850px;
	background: url(images/footer.gif) no-repeat;
	height: 70px;
	position: relative;
}
#footer #fmenu {
	float: left;
	margin: 15px 0px 0px 15px;
	font-size: 12px;
}

#footer #copyright {
	text-align: right;
	color: #666;
	font-size: 12px;
	float: right;
	margin: 15px 15px 0px 0px;
}

span.ermsg{color:red;}