/*----------------------------------------
	common
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size:100%;
	color:#666666;
	font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
fieldset,img,abbr {
	border:0;
}
caption,th {
	text-align:left;
}
table{
	font-size:inherit;
	font:100%;
}
img {
	vertical-align: top;
}
a {
	outline: none;
/*\*/
	overflow: hidden;
/**/
}

/*----------------------------------------
	default
----------------------------------------*/

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd { margin:0; padding:0;}

/*回り込みクリア*******************/
.clear {
	clear: both;
}

/*clearfix*******************/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac ?*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*html {
	overflow-x: hidden;
}
*/
/*img  {
	vertical-align: top;
}*/
/*top page*/
a:link {
	color:#6C8095;
	text-decoration:none;
}
a:visited { color:#6C8095; text-decoration:none;}
a:active { color:#7f7f7f; text-decoration:none;}
a:hover { color:#7f7f7f; text-decoration:underline;}

img {
	border:none;
}

h1{
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	
	background: #cce3e3;
    /* Webkit系 */
  background: -webkit-gradient(linear, left top, left bottom, from(#cce3e3), to(#eef2f2));
    /* Mozilla系 */
  background: -moz-linear-gradient(top, #cce3e3, #eef2f2);
    /* IE10+ */
  background: -ms-linear-gradient(top, #cce3e3, #eef2f2);
    /* IE8-9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce3e3', endColorstr='#eef2f2', GradientType=0)";
    /* IE5.5-7 */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce3e3', endColorstr='#eef2f2', GradientType=0); */
	
	font-size: 150%;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}

#main {
	width:771px;
	margin:0 auto;
	height: auto;
	display: block;
}

/* フォント指定 */
.fnt_txt {
	font-size:70%;
	color:#666666;
	line-height:150%;
}
.page_top{
	text-align:right;
}
.bold{
	font-weight: bold;
}
.bold2{
	font-weight: bold;
	padding-left: 20px;
}
.c1{
	color:#5386c6;
}
.c2{
	color:#baa56d;
}
*>/**/sup { vertical-align: text-top; line-height: 80%; }

table {
	margin:0;
	padding:0;
}

#hdl1826d_contents{
	text-align:left;
	width: 770px;
	margin:0 auto 10px;
	border: 1px solid #CCCCCC;
	padding:0;
	background-image: url(../img/title01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 88%;
}
*+html body #hdl1826d_contents{
	width: 768px;
}
* html body #hdl1826d_contents{
	width: 768px;
}
#hdl1826d_text01{
	width: 696px;
	margin: 30px 40px;
}

.date_top {
	text-align:right;
	font-size:82%;
	line-height:150%;
}


.mb-10{
	margin-bottom:-10px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.p20{
	padding:20px;
}
.pl20{
	padding-left:20px;
}
.pl30{
	padding-left:30px;
	margin-left:30px;
}
.pt10{
	padding-top:10px;
}
.lh20 {
	line-height: 20px;
}
#pagetop{
	height:0;
	width:0;
	margin:0;
	padding:0;
}

.about{
  margin: 40px auto;
  line-height: 20px;
}
.about h2{
  text-align: center;
  margin-bottom: 25px;
}
.about h2 span{
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 8px 0;
  font-weight: normal;
}
.contact{
  border: 1px solid #666;
  padding: 10px 20px;
  margin: 20px 0;
  box-sizing: border-box;
  line-height: 20px;
}
.contact h3 {
  margin-bottom: 10px;
  font-weight: normal;
}



