@charset "utf-8";
#index_flash {
	height: auto;
	width: 700px;
	margin-left: 105px;
	margin-top: 8%;
	margin-bottom: auto;
	vertical-align: bottom;
}
#sp1 {
	height: 28px;
}
#sp2 {
	height: 20px;
}



* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/sky_01.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/sun.png);
	background-repeat: no-repeat;
	background-position: center -90%;
}
#copyright {
	background-attachment: fixed;
	background-image: url(../images/copyright.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	height: 100%;
	width: 100%;
}
#title {
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#natas {
	background-attachment: fixed;
	background-image: url(../images/natas.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	width: 100%;
}



#header {
}
#notify {
	margin-left: 240px;
	font-size: 12px;
	font-weight: bold;
	color: #929292;
	width: auto;
	margin-right: 460px;
	font-family: "Courier New", Courier, monospace;















	*width: auto;
}


#logo {
	background-color: #FFFFFF;
	background-image: url(../images/logo.gif);
	height: 50px;
	width: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	float: left;

}
#content {
	width: auto;
	height: 401px;
	margin-top: 5%;
	margin-left: 150px;
	background-attachment: scroll;
	background-image: url(../images/content_bg2.png);
	background-repeat: repeat;
	background-position: left top;
	margin-right: 100px;
	clip: rect(auto,22px,auto,auto);
}
.content_right {
	background-attachment: scroll;
	background-image: url(../images/content_bg3.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	float: right;
	padding-right: 20px;
}

#nav1 {
	color: #FFFFFF;
	overflow: auto;
	height: 360px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 12px;
	overflow-x: hidden;
}
#nav1 h1 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B597C6;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#nav1 h2 {
	font-size: 18px;
	font-weight: bold;
}
#nav1 p {
	font-size: 12px;
	line-height: 20px;
}
