header {
  color: #00407f;
}

.code{
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
	background-color:#e2e2e2;
	color:#000;
	font-family:'Fira mono', 'Courier New', Courier, monospace;
	font-size:100%;
	letter-spacing:.05em;
	padding:1em;
}

input {
    margin: .5em;
    border: 0;
    min-width: 100px;
    background-color: #00407f;
    color: #f8f8f8;
    font-family: inherit;
    font-size: inherit;
    border-bottom: 5px solid #e84e40;
    padding: .5em 1em;
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.75);
    outline: none;
}

input:active {
    box-shadow: 0 0 0 0;
    outline: none;
}

input:hover {
    outline: none;
}

input:active, input:hover {
    background-color: #e84e40;
    border-color: #00407f;
}

main {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #00407f;
}

main a,
main a:active,
main a:focus,
main a:hover,
main a:link,
main a:visited {
	font-family: "fira mono";
	font-size:90%;
	color:#09F;
	border-bottom: 0px dotted black;
}

main header {
    font-size: 80%;
}

#main1 {
	background-image:url(../image/bg2.jpg);
	background-color: #00407f;
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	float;:center;
}

#main1_in {
	margin: 0em;
	text-align:center;
	padding-bottom: 15px;
	padding-top: 20px;
	padding-left: 0px;
	background-color: rgba(225,225,225,0.5);
	max-width:500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

.item2 {
	color:#000;
	font-size:120%;
	width:90%;
	padding: 10px;
	background-color: rgba(255,255,255,0.9);
	max-width:500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#item3 {
	text-align:left;
	float:center;
	color:#CCC;
	font-size:14px;
	width:100%;
	max-width:500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #06F;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	both:clear;
}

#item3 img{
	margin-right:10px;	
}

#item3 p{
	font-size:12px;
	font-weight: bold;
}

section h1{
	border-bottom:10px #FFFFFF;
}

#main1_in h3{
	font-size: 14px;
	width:95%;
	height:30px;
	margin-top:0px;
	background-color: #00407f;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}






.item2 table{
	width:100%;
	text-align:left;
	
}


.item2 tr{
	border-bottom:1px;
	border-color:#fff;
	border-style:solid;
}

.item2 td, th {
padding: 5px 10px;
}


#main1_in li{
	margin-right: 10px;
	}
	
#main1_in h2{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	}
#main1_in h3{
	font-size: 14px;
	width:95%;
	height:30px;
	margin-top:0px;
	background-color: #00407f;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}



#main1_in h6{
	font-size: 8px;
	}
	
#main2 {
	background-image:url(../image/bg2.jpg);
	background-color: #00407f;
	background-repeat: repeat-x;
	width:90%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

section {
	background-image: url(../image/bg.jpg);
	background-repeat: repeat-x;
	background-color: #00407f;
	margin: 0em;
	padding-top: 1.2em;
	padding-right: 0em;
	padding-bottom: 1.2em;
	padding-left: 0em;
}

section img{
	padding: 0px;
	}


.aligncontent-center {
    text-align: center;
}

.wrapper {
	margin-top:0px;
	background-color: transparent;
	margin-bottom: 0px;
	padding: 0em;
}

.main-header {
	text-align: left;
	font-size: 120%;
	color: #FFF;
	height: 25px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	
}

.main-header1 {
	float:left;
	font-size: 100%;
	color: #FFF;
}

.main-header2 {
	text-align: center;
	font-size: 120%;
	color: #FFF;
	height: 25px;
	margin:10px auto 0 auto;
	
}

.toolbar {
	position: absolute;
	top: -12px;
	left: 34px;
	right: 0;
	background-color: transparent;
	line-height: 68px;
	border-top: 2px solid #00407f;
	font-size: 80%;
}

.menu-button {
	position: relative;
	margin: 0px;
	height: 36px;
	width: 36px;
	cursor: pointer;
}
.menu-button:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 3px;
  border-bottom: 12px double #ffffff;
  border-top: 4px solid #ffffff;
  width: 25px;
  height: 5px;
}
#item1{
	padding:10px;
	margin:10px;
	
	}

.menu-left {
	float: right;
	margin-right: 0.5em;
}

.sidebar {
	text-align:left;
    margin: 0;
    padding-top: 1em;
    color: white;
    background-color:#00407f;
}

.sidebar h6 {
    margin: 0.8em;
    padding: 0;
    font-weight:300;
}

.sidebar li {
	line-height: 32px;
	color: white;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: -20px;
	padding-top: 0;
	padding-right: 0em;
	padding-bottom: 0;
	padding-left: 0.5em;
	
}

li a {
	display: block;
}


.sidebar li:hover {
    background-color: #226fdc;
}

.sidebar hr {
	border: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background-color: #91c3eeF;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

.topnews {
	background-color: #000000;
	width: 100%;
	text-align:center;
}

/* ====================================================================================================================

@media screen and (max-device-width: 480px)
 {
#scroll{
	overflow:auto;
	height:295px;
	-webkit-overflow-scrolling: touch;
}
}
 * ====================================================================================================================*/

#footer_a {
	bottom:10px;
	padding-top:30px;
	padding-bottom:20px;
	background-color: #00407f;
	text-align:center;
}

#footer_a img{	
	padding-right:10px;	
}


#footer {
	bottom:0;
	padding-top:40px;
	padding-bottom:10px;
	background-color: #00407f;
	text-align:center;
}
