/*このスタイルシートの著作権はテンプレート工房TAKEにあります*/
@charset "UTF-8";
#wrap3{
	background-image: url(images/haikei07.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
}
body{
	background-color: #020c18;
}
img {
	border-width: 0px;
}
/* コンテンツの部分 */
#container {
	background-color: #;
	width: 820px;
	text-align: center;
                  margin-top:0;
	margin-left: auto;
	margin-right: auto;
	position: static;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #d9d9d9;
}
/*ヘッダー部分の設定 */

/*トップメニュー*/
ul#topmenu {
	background-color:#666666;	/*背景画像*/
	background-repeat: repeat-x;
	width: 780px;
	height: 25px;
	text-align: left;
	padding-top: 5px;
	border-left-style: none;
	position: relative;
	overflow: hidden;
  
}

ul#topmenu li {
	color :#FFFFFF;		/*リンクなし　文字色*/
	font-weight: bold;	/*文字の太さ*/
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}


ul#topmenu li a {
	color : #FFFFFF;		/*文字色*/
	text-decoration: none;	/*下線を表示しない設定*/
}

ul#topmenu li a:hover {
	color : #000066;		/*マウスオーバー時の文字色*/
}

a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
}



/* メイン部分 */
#main {
	width: 800px;/*コンテンツより少し小さめにする*/
                  height:500px;/*高さを固定する*/
	margin-left: auto;
	margin-right: auto;
        color:#ffffff;
}
.footer{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-family: ;
}
a:link{
	color:#2f96ff;
}
a:visited{
	color:#2f96ff;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
}