* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	/*height: 100%;*/
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	/* color: #454545; */
	color:  #382b1d ;
	background:  white; 
	font-size: 12px;
    text-align:center;
    /*border: 1px solid #000000;*/
}
A {
	color:  #382b1d ;
}
A:hover {
	color: #cc3300;
}

a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/Adobe_PDF_file_icon_24x24.png) no-repeat;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

*  html #wrapper {/*IE6*/
	height: 100%;
}
/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

* html #top {/*IE6*/
}

*:first-child + html #top {/*IE7*/
}

/* *********************************** */
/* *********************************** */
/* ***** [       wrap-top      ] ***** */
/* *********************************** */
/* *********************************** */
#wrap-top {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-bottom: 50px;/*フッターの高さ分*/
}
/* *********************************** */
/* ***** [       header        ] ***** */
/* *********************************** */
#header01 {
	width: 1000px;
	height: 90px;
	margin: 0px auto;
    text-align:left;
}
#header02 {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	line-height: 1;
}
#header01-bg {
	background-color:  /*#f7fdfa*/#edfcf4;
    border-width: 0px 0px 3px 0px;
    border-color: /*burlywood #478d6a*/orange;
	border-style: double;
}
#header02-bg {
	background-color:  /*#dcf8ea*/#c7e2d5;
    border-width: 0px 0px 3px 0px;
    border-color: /*white*/orange;
	border-style: double;
	margin: 0;
	padding: 0;
}
#pagetitle {
	position: absolute;
	font-size: 1.35em;
    letter-spacing: 5px;
	margin-left: 25px;
	padding-top: 1.7%;
	color: ivory;
}

/* *********************************** */
/* ***** [       mainlogo      ] ***** */
/* *********************************** */
#mainlogo {
	margin-top: 0px;
	margin-left: 20px;
	padding-top: 10px;
}
/* *********************************** */
/* ***** [         nav         ] ***** */
/* *********************************** */
#top-nav,#btm-nav {
	width: 100%;
	margin-top: 0px;
    text-align:right;
	float: left;
	font-size: 14px;
    letter-spacing: 1px;
    padding:0px;

}
#top-nav ul,#btm-nav ul {
    margin:0px;
    padding:0px;
    list-style:none;
}
#top-nav li,#btm-nav li {
    margin:0px;
    padding:0px 20px;
	display: inline;
}
#top-nav li a,#btm-nav li a{
    text-decoration:none;
}
#pagetop{
	text-align: center;
	margin-left: auto;
	width: 80px;
	background-color: #222;
	font-size: 0.9em;
	font-color: white;
	border-radius: 4px;
	padding: 0.2em;
	display:none;
}
#pagetop a{
	color: #fff;
    text-decoration:none;
}

/* *********************************** */
/* ***** [       content       ] ***** */
/* *********************************** */
#content {
	text-align: left;
	margin: 0 auto;
	background-color: white;
}
#content {
	width: 1000px;
	/*overflow: auto;内容によって調整要*/
}

/* *********************************** */
/* *********************************** */
/* ***** [       wrap-btm      ] ***** */
/* *********************************** */
/* *********************************** */

#wrap-btm {
	clear: both;
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wrap-btmcol {
	width: 100%;
	height: 50px;
	background-color: #c7e2d5;
    border-width: 3px 0px 0px 0px;
    border-color: /*burlywood #478d6a*/#55aa80;
	border-style: double;
	bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* *********************************** */
/* ***** [      footer         ] ***** */
/* *********************************** */
#cmfooter {
	width: 1000px;
	margin: 0 auto;
    text-align:left;
	padding-top: 10px;
	bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* *********************************** */
/* ***** [      copylight      ] ***** */
/* *********************************** */
#copylight {
    padding-left: 20px;
    text-align:left;
    letter-spacing: 1px;
	bottom: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#inqnav {
    margin: 15px auto;
    width: 200px;
    letter-spacing: 3px;
	font-size: 1.25em;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	background-color: firebrick;
    border-right: 2px solid  darkred ;
    border-bottom: 2px solid  darkred ;
	border-radius: 5px 5px 5px 5px;
}
#inqnav a{
    text-decoration:none;
	color: #fff;
}
#inqnav a:hover {
	color: darkred;
}
#inqnav {
	display: none;
}

.space_h30 {
    margin-top: 30px;
}
/*--------------------------------------------------------------------

--------------------------------------------------------------------*/

/* styles for desktop */
.slicknav_menu {
 
display:none;
 
}

/* styles for mobile */
@media all and (max-width: 479px) {
	.js #topmenu  {
	 
	display:none;
	 
	}
	 
	.js .slicknav_menu {
	 
	display:block;
	 
	}
	#btm-nav ul {
	 
	display:none;
	 
	}
	#pagetop{
		display: block;
	}
	#header01 {
		height: 60px; 
	}
	#header01-bg{
		border-style: none;
	}
	#inqnav{
		display: block;
	}
	#inqnav a{
		display: block;
	}
}

@media all and (max-width: 999px) {
	#header01,#header02,#content,#cmfooter {
	/*height: 100%;*/
		width: 100%;
		margin: 0;
	}
	.top-nav {
		width: 100%;
		margin-right: 0px;
		display: block;
	}

}


