@charset "UTF-8";
/* CSS Document */

/* reset5 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
}
body, td, th {
	color: #12a1db;
}
a:link {
	color: #12a1db;
}
a:visited {
	color: #12a1db;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #12a1db;
}
a:link {
	text-decoration: none;
}
.header {
	position: fixed;
	width: 100%;
	z-index: 9999999;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}
nav ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
mark {
	background: none;
}
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 #ccc;
	margin: 1em 0;
	padding: 0;
}
input[type=submit], input[type=button], button {
	margin: 0!important;
	padding: 0!important;
}
input, select, a img {
	vertical-align: middle;
}
/* reset5 */
body {
	background-image: url("bg.jpg");
	background-repeat: repeat-x;
}
.container {
	width: 960px;
	margin: auto;
}
.bttn {
	float: left;
	height: 18px;
	padding-top: 12px;
}
.sp {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
body, td, th {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #004282;
}
H1 {
	color: #004684;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
.newboxes {
	display: none;
}
.message_container {
	margin: auto;
	width: 80%;
	background-color: #e3f5ff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 3%;
	margin-bottom: 5%;
}
.message {
	text-align: left;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	padding: 5%;
}
sup {
	font-size: 0.63em;
	vertical-align: super;
	line-height: 0;
}
ul {
	list-style-type: decimal;
}
li {
	margin-left: 20px;
}
.tit{
	font-size:16px;
	color:#004a86;
	font-weight:600;
}
.tit1{

	font-size:16px;
	
	font-weight:600;
}