@charset "UTF-8";

* {margin: 0;
	padding: 40;
}
body {
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #00557e;
	background-image: url(image/back_i.jpg);
	background-repeat: repeat-x;
    }
#container  {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
	background-image: url(image/back_index.jpg);
	background-repeat: no-repeat;
	width: 768px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    }
#mainContent  {
	width: 768px;
    }
#navi  {
    text-align: left;
    margin-top: 250px;
    font-size: 120%;
    font-style: normal;
    line-height: 26px;
    margin-bottom: 40px;
}


