@charset "utf-8";
/* CSS Document */

/* ===================================================================
 リセット
=================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,p,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
	vertical-align:middle;
}
li {
	list-style-type: none;
}

body {
	font-size:85%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	color:#333;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*--- clearfix */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}

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

/* ===================================================================
 ここからcss表記
=================================================================== */
/*body {
	background:url(../../img/header/bg.gif) repeat-x top;
}
*/
#footer #foote_in,
#header div,
#header #menu ul,
#wrapper,
.wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

/* ===================================================================
 header
=================================================================== */
#header {
	padding:5px 0;
	background:url(../../img/header/bg.gif) repeat-x bottom;
}

#header h1 {
	float:left;
}

header div p {
	float:right;
}


#header nav ul {
	width:1000px;
	margin:0 auto 4px; 
	}

#header nav ul li {
	/*margin-top:-60px;*/
	position:relative;
	float:left;
	height:92px;
	text-indent:-99999px;
}
#header nav ul li a {
	display:block;
	opacity:1;
	filter: alpha(opacity=100);
	height:92px;
}

#header nav ul #menu1:hover,
#header nav ul #menu2:hover,
#header nav ul #menu3:hover,
#header nav ul #menu4:hover,
#header nav ul #menu5:hover,
#header nav ul #menu6:hover {
	opacity:0.96;
	filter: alpha(opacity=96);
}

#header nav ul #menu1 {
	width:166px;
	background:url(../../img/header/menu.jpg) no-repeat 0 0;
}
#header nav ul #menu2 {
	width:166px;
	background:url(../../img/header/menu.jpg) no-repeat -166px 0;
}
#header nav ul #menu3 {
	width:166px;
	background:url(../../img/header/menu.jpg) no-repeat -332px 0;
}
#header nav ul #menu4 {
	width:166px;
	background:url(../../img/header/menu.jpg) no-repeat -498px 0;
}
#header nav ul #menu5 {
	width:166px;
	background:url(../../img/header/menu.jpg) no-repeat -664px 0;
}
#header nav ul #menu6 {
	width:165px;
	background:url(../../img/header/menu.jpg) no-repeat -829px 0;
}

/* ===================================================================
 nav
=================================================================== */
#side {
	float:left;
	width:230px;
	text-align:center;
	margin-top:40px;
}

#side h1 {
	background-color:#bfbdb9;
	width:230px;
	color:#fff;
	font-size:1.2em;
	padding:25px 0;
}

#side ul li {
	border-bottom:dotted 1px #ccc;
	display:block;
}
#side ul li a {
	text-decoration:none;
	color:#333;
	padding:20px 0;
	display:block;
	width:230px;
}
#side ul li a:hover {
	color:#666;
}

/* ===================================================================
 トップへ戻るボタン
=================================================================== */
#pagetop {
    position: fixed;
    bottom:50px;
    right:60px;
	z-index:1000;
}


/* ===================================================================
 footermenu
=================================================================== */
#footer_nav {
	clear:both;
	background-color:#3ea47d;
}

#footer_nav ul {
	font-size:13px;
	margin:60px auto 0;
	width:1000px;
}

#footer_nav ul li {
	width: 199px;
	text-align: center;
	border-right: 1px solid #ffffff;
	float:left;
	text-decoration:none;	
}

#footer_nav ul li a {
	width: 199px;
	padding:7px 0;
	color:#FFF;
	text-decoration:none;
	display:block;
}

#footer_nav ul li a:hover {
	color:rgba(192,237,232,0.5);
}

#footer_nav ul li:first-child {
	border-left: 1px solid #ffffff;
	width: 198px;
}

/* ===================================================================
 footer
=================================================================== */
/*#footer{
	clear:both;
	background-color:#ece8e8;
	padding:10px 0;
}*/

#footer{
	clear:both;
	background:url(../../img/footer_bg.jpg);
	height: auto;
    max-width: 100%;
	padding:10px 0;
	
}

/*#footer #footer_l {
	float:left;
}

#footer #foote_in #footer_l dl dt {
	clear:left;
	float:left;
	color:#006600;
	width:11em;
}	

#footer #foote_in #footer_l dl dd {
	color:#006600;
	text-align:right;
	margin-left:11em;
	font-weight:400;
}
		
#footer #footer_r {
	float:right;
}

#footer #foote_in #footer_r nav {
	float:right;
	padding-bottom:35px;
}

#footer #foote_in #footer_r nav li {
	float:left;
	margin-left:30px;
}
#footer #foote_in #footer_r nav li a {
	color:#515151;
}
	
#footer #foote_in #footer_r dl {
	clear:right;
	line-height:1.6;
}

#footer #foote_in #footer_r dl dt {
	clear:left;
	float:left;
	color:#006600;
	font-size:1.1em;
	font-weight:bold;
}	

#footer #foote_in #footer_r dl dd {
	color:#006600;
	text-align:right;
	white-space:nowrap;
	clear:right;
	float:right;
	font-weight:500;
}
*/
/* ===================================================================
 フッターリデザイン
=================================================================== */
#foote_in .f-left{
	float:left;
	}
#foote_in .f-right{
	float:right;
	margin-top:2%;
}
#foote_in .f-right a{
	text-decoration:none;
	color:#333;
	}
	
#foote_in .f-right li{
	display:inline-block;
	}
#foote_in .f-right li:first-child {
	margin-right:10px;
}
#container{
	clear:both;
	display: flex;
	}
#container dl{
	margin-right:4%;
	}
#container dl dt,
#container dl dd{
	color:#006600;
	}




/* ===================================================================
 共通
=================================================================== */
#content {
	margin-top:40px;
	float:right;
	width:750px;
}

.textc {
	text-align:center;
}

.textr {
	text-align:right;
}


.grecaptcha-badge { visibility: hidden; }

