@charset "UTF-8";

body {
	background-color: #FFFFFF;
	text-align: center;
}

input, textarea {
	font-size:100%;
	font-family:"Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 1.8;
}

div#wrapper {
	width: 640px;
	text-align: left;
	background-color: #FFF;
	margin: 20px auto;
	border: solid 1px #003451;
}
div#wrapper div#header {
	padding: 10px 30px;
	background-color: #000033;
}
div#wrapper div#header h1 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 41px;
	line-height:160%;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
}
div#wrapper div#header h2 {
	color: #FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 24px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
}
div#wrapper div#header p {
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
}
div#wrapper div#container {
	padding: 0px 20px;
}
div#wrapper div#footer {
	color: #FFF;
	width: 640px;
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}

.footer2 {
	background-color:#066;
	width:100%;
	heigft
	}

.style12 {font-size: 12px; line-height: 160%;}
.style11 {font-size: 11px; line-height: 160%;}
.style14 {font-size: 14px; line-height: 160%;}
.style16 {font-size: 16px; line-height: 160%; color:#003451;}
.style18 {
	font-size: 18px;
	line-height: 160%;
	color:#CC0000;
}
.style24 {
	font-size: 24px;
	line-height: 130%;
	color:#003399;
}


/*3:header
=================================*/
#header {
	height: 80px;
	background: #003451;
	}

#header_inner {
	position:relative;
	width: 100%;
	margin: 0 auto;
}

#header #logo {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0;
	z-index: 2;
}

#header .info {
	position: absolute;
	top: 26px;
	right: 20px;
	color: #ffffff;
	font-size: 11px;
	text-align: right;
	line-height: 1.5;
}

#header .info td {
	text-align: left;
}

#header ul.sec_share {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
}

#header ul.sec_share li {
	float: left;
	margin: 0 10px 0 0;
}

#index #header ul.sec_share {
	display: block;
}



/*7:footer
=================================*/
#footer {
	height: 50px;
	margin: 20px 0 0;
	background: #003451;
}

#footer_inner {
	position:relative;
	width: 100%;
	margin: 0 auto;
}

#footer_inner p.copyright {
	padding: 20px 0 0;
	color: #ffffff;
	font-family: "Georgia","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
}

#footer_inner ul.fnav {
	padding: 45px 0 0 21px;
}

#footer_inner ul.fnav li {
	float: left;
	font-size: 0;
	line-height: 0;
}


.title_new {
	color: #003451;
	font-family: "Georgia","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 28px;
	line-height: 1;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	div#wrapper {
		width: 100%;
		border: none;
	}
	#header {
		height: auto;
	}
	#header #logo {
		padding: 10px 0;
	}
	#header #logo img {
		width: 100px;
		height: auto;

	}
	.title_new {
		color: #003451;
		font-family: "Georgia","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
		font-size: 28px;
		display: block;
		line-height: 1;
		text-align: center;
	}
	.style16  strong {
		margin-top: 10px;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
}