@charset "utf-8";
/* CSS Document */

html,body, h1,h2,h3,h4,h5,h6,div,p,ul,li,img{
	padding: 0;
	margin:0;
}

body{
	color:#000000;
	font-size:0.7em;
	line-height:1.3em;
	background-color:#020167;
}

a{
	color: #000;
}

#wrapper{
	background-color:#ceccfe;
	width:760px;
	margin: 0 auto;
	text-align: left;
	display: inline-table;
	border-left:solid 2px #c9ff04;
	border-right: solid 2px #c9ff04;
}

#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #wrapper {
    height: 1em;
}

#wrapper {
    display: block;
}


#navi li{
	list-style:none;
	float:left;
}

#navi li img{
	border:0px;
	vertical-align:bottom;
}

#subNavi{
	width: 132px;
	float: left;
	padding: 15px 0px 0px 10px;
    background-color:#ceccfe;
	height:auto;
}

#subNavi ul{
	padding: 0px 0px 0px 12px;
}

#subNavi li{
	list-style: none;
	padding-bottom: 3px;
 }

#subNavi p{
	font-weight:bold;
	padding-bottom: 3px;
}

#mainContent{
	width:608px;
	background-color:#FFFFFF;
	float:right;
}

#main{
	padding: 20px 20px 10px;
}

#main h3{
	font-size:1em;
	font-weight:bold;
}

.text1{
	padding: 0px 10px 10px 0px;
}

.text2 {
	padding: 20px 10px 0px 0px;
}

.text2 h3{
	font-weight:100;
}

.text2 p{
	padding: 5px 0px 15px;
	line-height:1.7em;
}

.text2 h2{
	padding: 5px 0px 30px;
	font-size:1em;
	font-weight:100;
}

#footer{
	background-color:#FFFFFF;
	width: 578px;
	padding:15px 20px 5px 10px;
	float: right;
	color: #636363;
}

#footer a{
	color: #636363;
}