﻿/* CSS レイアウト */
#container {
	text-align: left;
	margin: 0 auto;
	/* width: 770px; */
	width: 802px;
}
#masthead {
	border-style: solid;
	background-color: #FFFFFF;
	border-width: 1px 1px 0px 1px;
	border-color: #666666;
	font-size: xx-large;
	/* padding: 5px; */
	padding: 0px;
	/* font-weight: bold; */

	height: 250px;
	/* background-image: url("../images/header03.jpg"); */
	background-image: url("../images/hd-photo.png");
	background-repeat: no-repeat;
	background-position: center top;
	color: #0099FF
}
#top_nav {
	/* background-color: #C0C0C0; */
	background-color: #FFFFFF;
	/* height: 18px; */
	height: 45px;
	/* border: 1px solid #666666; */
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
#page_content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	font-size: small;
	border-color: #666666;
	border-right-style: solid;
	border-left-style: solid;
	line-height: 1.5em;
	border-top-width: thick;
	border-right-width: 1px;
	border-left-width: 1px;
}
#footer {
	/* padding: 3px; */
	padding: 0px;
	border: 1px solid #666666;
	background-color: #4B98EE;
	font-size: small;
	text-align: right;
}
/* ナビゲーションスタイル */
#top_nav ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#top_nav li {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	/* width: 100px; */
	width: 160px;
}
#top_nav li a {
	text-decoration: none;
	color: #333333;
	display: block;
	width: 100%;
	/* height:18px; */
	height:45px;
}
#top_nav a:hover {
	/* background-color: #808080; */
	background-color: #0099FF;
	color: white;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/* background-color: #CCCCCC; */
	background-color: #FFFFFF;
	background-image: url("../images/wallpaper.gif");
}
h1 {
	border-style: dotted;
	border-width: 0px 0px 3px 0px;
	border-color: #999999;
	padding: 3px;
	font-size: xx-large;
}
h2 {
	border-style: solid;
	border-width: 0px 0px 1px 5px;
	/* border-color: #999999; */
	border-color: #4B98EE;
	/* font-size: x-large; */
	font-size: medium;
	padding: 2px;
}
h3 {
	font-size: large;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #000080;
}
a:hover {
	color: #FF0000;
}
.border-none {
	border-width: 0px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* 印刷の設定 */
@media print
{
/* #top_nav {
	display: none;
}
#masthead, #container, #page_content, #footer {
	margin: 0px;
	width: auto;
	border-style: none;
} */
}
