@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-size:14px;
	line-height:1.5em;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	background-image: url(../img/sky.jpg);
	background-repeat: repeat-x;
	background-color: #000033;
}
#container{
	width:800px;
	margin:0px auto;
	background-color:#0000CC;
}
#header{
	width:800px;
	padding:0;
	text-align:left;
}
#left{
	float:left;
	width:150px;
	text-align:left;
}
#right{
	float:right;
	width:650px;
	text-align:left;
	padding:0;
}
#new{
	float:left;
	width:100px;
	margin-top:10px;
	padding-left:10px;
	font-size:18px;
	font-weight:bold;
	color:#0000CC;
}
#new-date{
	float:right;
	width:625px;
	margin-top:10px;
	padding-left:10px;
	border-left:double #0000CC 5px;
	margin-bottom: 10px;
}
#footer1{
	clear:both;
	width:770px;
	padding:15px;
	margin:10px 0;
	text-align:left;
	background:#FFFFFF;
}
#footer2{
	clear:both;
	width:800px;
	padding:15px 0px;
	text-align:center;
	background-color:#0000CC;
	color:#FFFFFF;
}
h1{
	font-size:20px;
	color:#003366;
}
.contact{
	clear:both;
	display:block;
	padding:10px;
	background:#6F9BDC;
	border:dashed 2px #0000CC;
	line-height:1em;
}
.boton{
	width:150px;
	height:49px;
	text-align:center;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#6B7C83;
	border-bottom: 1px solid #000000;
}
.boton a:link,a:visited{
	display:block;
	width:150px;
	height:50px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#6B7C83;
}
.boton a:hover{
	display:block;
	width:150px;
	height:50px;
	text-decoration:none;
	color:#990000;
	background:url(../img/boton01.jpg);
}
