@charset   "Shift_JIS";


/* 全体 */
* {
	color: #333333;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", "Osaka", "sans-serif";
	background-image: none;
}

body {
	background-color: #454500;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	clear: both;
	height: 1px;
}


/* ベース（背景以外） */
#base {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/base.jpg);
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #000000;
	text-align: left;
}


/* ヘッダー部 */
#header {
	width: 800px;
	height: 110px;
	background-image: url(../images/header.jpg);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #222222;
	padding-top: 20px;
	padding-bottom: 10px;
}


/* 上部メニュー */
#topmenu {
	float: left;
	width: 100%;
	line-height: normal;
	background-color: #00CC00;
	border-left: solid 1px #00CC00;
	border-right:solid 1px #00CC00;
}

#topmenu ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

#topmenu li {
	display: inline;
	margin: 0;
	padding: 0px;
}

#topmenu a {
	float: left;
	width: 110px;
	float: left;
	display: block;
	color: #000000;
	background-color: #C0C0C0;
	text-align: center;
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: underline;
	border-left: solid 2px #00CC00;
	border-right: solid 2px #00CC00;
}

#topmenu a:hover {
	color: #FFFFFF;
	background-color: #000080;
	text-decoration: none;
}

#topmenu .view li {
	width: 113px;
	float: left;
}

#topmenu .hd {
	display: none;
	position: absolute;
	top: 31px;
	left: 0px;
}

#topmenu .off {
	margin: 0;
}

#topmenu .on {
	position: relative;
}

#topmenu .on .hd {
	display: block;
}


/* メイン部（上部メニューから下） */
#main {
	float: left;
	padding: 5px;
	margin-top: 5px;
	width: 790px;
}


/* 左部 */
#side {
	float: left;
	width: 165px;
}


/* 左部メニュー */
.sidemenu {
	width: 160px;
}

.sidemenu h1 {
	display: block;
	width: 160px;
	line-height: 20px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	padding-top: 4px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	background-color: #000080;
}

.sidemenu ul {
	list-style: none;
}

.sidemenu li a {
	display: block;
	width: 160px;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	line-height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 1em;
	background-color: #C0C0C0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
}

.sidemenu li a:hover {
	background-color: #000080;
	color: #FFFFFF;
	text-decoration: none;
}


/* 右部 */
#contents {
	width: 605px;
	float: right;
	padding-left: 20px;
}

#contents a {
	color:#0000cc;
}

#contents a:visited {
	color:#0000cc;
}

#contents h1 {
	font-size: 14px;
	padding-left: 10px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #00CC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC00;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents h2 {
	padding-left: 10px;
	color: #000000;	background-color: #FFFF99;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 20px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

#contents table {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}


/* 著作権 */
address {
	width: 800px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #000080;
	font-size: 10px;
}
