@charset "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Abel);

/* @group sanitize.css */

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
}

/* @end */

/* @group common */

body {
	width: 100%;
	height: 100%;
	background: #1B4992;
	font: normal 15px/200% Abel, 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
	color: #333333;
}

img {
	border: none;
}

a {
	color: #000000;
	text-decoration: underline;
	outline: none;
}
a:hover{
color:#1B4992;
_text-decoration:none;
}

em {
	font-style: normal;
}

ul {
	list-style: none;
}

div#contents {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

p {
	text-align: justify;
}

p.image img {
	width: 100%;
}

/* @end */

/* @group main */

article {
	margin: 0 10px;
	background: url(../images/top_bg.png) #FFFFFF;
}

div#main {
	background: url(../images/back_gray.png) #FFFFFF;
}

div#main > h2 {
	display: none;
}

section {
	max-width: 100%;
	margin: 0px auto;
	margin-bottom: 50px;
	padding:  50px 15px 0 15px;
}

section h4 {
	color: #1B4992;
	font-size: 18px;
	font-weight: 100;
	text-align: left;
	margin: 5px;
	padding: 5px; 
}

section h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	text-align: left;
	margin: 0px;
	padding: 5px 10px;
}

section h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-align: left;
	margin: 0px;
	padding: 5px 5px;
}

section h7 {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	text-align: right;
	margin: 0px;
	padding: 5px 10px;
}

section h8 {
	color: #000;
	font-size: 15px;
	font-weight: 100;
	text-align: left;
	margin: 0px;
	padding: 5px 5px;
}

section h9 {
	color: #000;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	margin: 0px;
	padding: 5px 5px;
}

section p {
	margin: 20px 20px;
}

section > ul li {
	margin-bottom: 1em;
	line-height: 150%;
}

section dl {
	display: table;
	width="100%;"
	line-height: 110%;
	background: #444444;
	border-top: solid 6px #1B4992;
}

section dl dt {
	display: table-cell;
	width: 200px;
	color: #000000;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
}

section dl dd {
	display: table-cell;
	width: 400px;
	text-align: right;
}

/* @end */

/* @group footer */

footer {
	padding: 40px 15px 140px 15px;
	background-color: #FFFFFF;
}

footer .pagetop {
	position: fixed;
	left: 50%;
	bottom: 20px;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background-color: #1B4992;
	overflow: hidden;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
}

footer small {
	display: block;
	max-width: 728px;
	margin: 0 auto;
	padding-bottom: 100px;
	font-size: 100%;
}

/* @end */

@media (max-width:640px) {

/* @group common */

body {
	background-image: none;
}

/* @end */

/* @group main */

section {
	margin-bottom: 70px;
	padding-top: 0px;
}

section h4 {
	font-size: 18px;
}

/* @group footer */

footer .pagetop {
	bottom: 10px;
}

/* @end */
}