/*index専用スタイル*/
*{
	margin: 0;
	padding: 0;
}
body{
	color: #003366;
	background-color: #003366;
	font:normal normal normal 100%/1.2 "Osaka","ＭＳ Ｐゴシック",sans-serif;
}
div#container{
	background-color: #ffffff;
	border-width: 1px;
	border-style: none solid none solid;
	border-color: #6699cc;
	margin-left: 5px;
	width: 728px;
	height: 100%;
    margin: 0 auto;  
}
div#title{
	background-color: #ffffff;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #6699cc;
    margin: 0 auto;
	position: relative;
}
h1{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	width: 728px;
	font-size: 0.8em;
	font-weight: normal;
}
/*ロゴ*/
div#title h2 img{
	position: relative;
	left: 0px;
	top: 0px;
}
div#midarea{
	border-color: #000000;
	border-width: 0px;
}
div#menu{
	float: left;
	border-width: 1px;
	border-style: none solid none none;
	border-color: #6699cc;
	width: 172px;
	background-image: url("./image/menu_bg.jpg");
}
div#menu ul{
}
div#menu ul li{
	border-width: 1px;
	border-style: none none solid none;
	border-color: #6699cc;
	height: 58px;
}
div#menu ul li a:hover{
	opacity:0.7;
}
div#menu ul li a img{
	border-style: none;
}
div#main{
	float:left;
	width: 554px;
	height: 236px;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #6699cc;
	background-image: url("./image/main_bg.jpg");
	background-repeat: no-repeat;
}
/*メインメッセージ*/
div#main h3{
	position: relative;
	top: 30px;
	left: 20px;
	font-weight: bold;
}
div#main h4{
	position: relative;
	top: 50px;
	left: 30px;
	font-weight: normal;
	line-height: 150%;
}
/*サブメッセージ*/
div#main h5{
	position: relative;
	top: 120px;
	left: 20px;
	font-weight: bold;
	line-height: 150%;
}
div#main p.top{
	position: relative;
	top: 120px;
	left: 30px;
	font-weight: normal;
	line-height: 150%;
	font-size: 90%;
}
div#subarea{
	height: 19px;
	border-width: 0 0 0 0;
	border-style: none none none none;
	border-color: #6699cc;
}
div#space{
	float: left;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
	border-color: #6699cc;
	background-image: url("./image/space.gif");
	width: 172px;
	height: 20px;
}
div#submenu{
	float: left;
	width: 553px;
	height: 19px;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	border-color: #6699cc;
}
div#submenu ul{
}
div#submenu ul li{
	display : inline;
	width : 130px;
}
div#submenu ul li a img{
	border-style: none;
}
div#footerarea{
	width: 100%
}
div#bannerarea{
	width : 100%;
	float: right;
	hight: 39px;
	border-width: 0 0 1px 0;
}
div#copy{
	float: right;
}
div#logo{
	width: 100%;
}

div#copy p{
	margin-top: 10px;
	margin-right: 10px;
	font-size: 0.8em;
}