@charset "UTF-8";
/* CSS Document */

/* rest */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 11px;
	vertical-align: baseline;
	/*background: transparent;*/
	color:#999;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, object, embed, iframe {
	display: block;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
nav ul, nav li, ul li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	width: auto
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
legend {
	color: #333;
}
a, a:hover, a:visited:hover, a:active, a:active:hover {
	outline: none
	color: #8091a4;
}
a, a:hover, a:visited:hover, a:visited {
	text-decoration: none;
	color: #8091a4;
}

::-moz-selection {
background: #cccccc;
color: #fff;
text-shadow: none;
}
::selection {
	background: #cccccc;
	color: #fff;
	text-shadow: none;
}
a {
	color: #888;
	text-decoration: none;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
p {
	color: #8091a4;
}
body {
	color: #8091a4;
	font-family: "メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a {
	color: #00481d;
}
ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

* html .clearfix {
  height: 1px;
  /*
  height: auto;
  overflow: hidden;
  /**/
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  
  overflow: hidden;
}

#mainContentsBody{
	width:690px;
}

.mailService{
		display: inline;
	font-size:small;
	padding-left:500px;
}


/* Layout */
#menubar{width: 972px;
	overflow: hidden;
	margin: 0 auto;
	height:30px;
}

#header {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	height: 123px;
	background: url(../contents_header/head_info.jpg) top center no-repeat;
	margin-bottom: 0px;
	text-align: center;
}

#header h1 {
	font-size:24px;
	color:#FFF;
	text-align:left;
	padding: 40px 0 10px 30px;
	font-family:"Arial", Gadget, sans-serif;
	font-weight:bold;
}

#header h1 img {
	margin: 0 auto;
}

#header ul {
	display: table;
	margin: 0 auto;
}


#header ul li{
	display: table-cell;
	padding: 0 10px;
}

#header ul li a {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 20px;
}

#header ul li a:hover {
	color: #666666;
}


#main {
	width: 980px;
	background: url(../contents_header/bg.jpg) top center;
	margin: 0 auto;
	border-bottom:#CCC 1px solid;
}

#main h2 {
	padding: 10px 20px;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 20px;
	height: 30px;
	display: none;
}

#contents {
	width: 900px;
	/*height: 620px;*/
	margin: 0 auto;
	overflow: auto;
	padding: 30px 0px 60px 20px;
}

#contents_sp {
	width: 800px;
	/*height: 620px;*/
	margin: 0 auto;
	overflow: auto;
	padding: 30px 0px 60px 0px;
}

.box{
	margin-top:30px;
}