/* CSSリセット */html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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, 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: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/*****初期設定系******************************************/
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
/********* 一般・共通設定 ************/
html {
    height: 100%;
}

body {
	height: 100%;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FF9900;
	margin-top: 0px;
	line-height: 18px;
}
a:link {
	font-weight: bold;
	color: #003399;
}
a:visited {
	font-weight: bold;
	color: #FF9900;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
}
a:active {
	font-weight: bold;
	color: #FF9933;
}
p {
	color: #212121;
}
/***********見出し*************/
h1 {
	padding: .5em .75em;
	background-color: #00477f;
	border-radius: 6px;
	color: #FFF;
	font-size: 24px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 30px 0px;
}
h2 {
	position: relative;
	text-align: center;
	padding: .25em 0 .5em .75em;
	margin: 30px 0;
	font-size: 24px;
}
h2::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 2px solid #ccc;
}
h3 {
	font-size: 20px;
	color: #00477f;
	font-weight: bold;
	margin: 30px 0;
}
/*********** メインエリア ***********/

#container{
	width: 100%;
    position: relative;
    height: auto !important;
}

#content {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: -5px;
}
#content ul {
	width: 727px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content li {
	float: left;
}
#content li:nth-child(2) {
	margin: 0px 18px 0px 18px;
}

.shadow {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
.sp {
	margin-bottom: 30px;
}
#content p {
	margin-top: 10px;
}
.modoru {
	text-align: center;
	margin-bottom: 30px;
}
/************** ヘッダー ***************/

#header {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

header{
	background-image: url(../img/hbg.png);
	background-repeat: repeat-x;
	height: 40px;
	position: relative;
	z-index: 200;
}

/************** フッター ***************/

#footer {
	position: relative;
    bottom: 0;
    width: 850px;
    height: 350px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #003366;
}
#footer ul {
	width: 640px;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 15px;
}

#footer li{	float: left;}

#footer li:nth-child(2), li:nth-child(5) {
	margin: 0px 18px 0px 18px;
}
#footer ul li:nth-child(-n + 3) {
	margin-bottom: 10px;
}
#footer ul li:nth-child(-n + 5) {
	margin-bottom: 10px;
}
