@charset "utf-8";

/**
 * 初期化
 *
 */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	margin-bottom: 10px;
	color: #333333;
	background-color: #0068B6; 
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: normal;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

/**
 * コンテナー定義
 *
 */
#container {
	position: relative;
	width: 800px;
	background-image: url(../images/bg_middle.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin: 10px auto;
}

#header {
	position: relative;
	width: 780px;
	height: 230px;
	margin-left: 10px;
	background: url(../images/bg_top.gif) top no-repeat;
}

#cover {
	position: absolute;
	top: 5px;
	left: 10px;
	width: 300px;
	height: 70px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	z-index: 1;
}

#util {
	position: relative;
	width: 780px;
	height: 30px;
}

#util ul {
	margin-right: 10px;
	padding-top: 6px;
	font-size: 0.8em;
	vertical-align: top;
	text-align: right;
}

#util ul li {
	display: inline;
}

#util a,
#util a:link,
#util a:visited {
	text-decoration: none;
	padding-left: 10px;
}

#logoflash {
	position: relative;
	width: 780px;
	height: 200px;
	background: url(../images/bg_header01.gif) no-repeat 10px;
}

#navi {
	position: relative;
	width: 780px;
	height: 20px;
	padding-top: 1px;
}

#navi ul {
	margin-top: 5px;
	margin-right: 15px;
	text-align: right;
}

#navi ul li {
	display: inline;
}

#contents {
	position: relative;
	width: 800px;
	height: 400px;
	z-index: 1;
}

#footer {
	position: relative;
	width: 800px;
	height: 60px;
	background:url(../images/bg_bottom.gif) bottom no-repeat;
	text-align: center;
}

#footer ul {
	font-size: 0.6em;
}

#footer ul li {
	display: inline;
}

#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: none;
}

#footer p.copyright {
	margin-top: 10px;
	font-size: 0.6em;	
}