﻿/******************************/
/***********　layout  ***********/
/******************************/
body {
	width: 760px;
	margin: 4px;
	padding: 0px;
}
div#header {
	width: 760px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#logo {
	width: 760px;
}
div#language {
	position: absolute;
	top: 30px;
	left: 680px;
	height: 30px;
	width: 70px;
}
div#container {
	clear: both;
	width: 760px;
	margin: 0px;
	padding: 0px;
}
div#left_col {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
div#content {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
div#footer {
	clear: both;
	margin-top: 5px;
	width: 760px;
}
/******************************/
/*********** design **********/
/******************************/
body {
	font-size: 0.75em;
	background-color: white;
	color: #666699;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #6666ff;
}
a:hover {
	color: #996666;
	text-decoration: underline;
}
a:visited {
	color: #cc6666;
}
a:active {
	color: #996666;
}
img {
	border: 0px;
	margin: 4px;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 4px 4px 4px 20px;
	padding: 0px 0px 0px 8px;
}
hr {
	border: 1px #ff8888 solid;
}
.num {
	text-align: center;
}
.amount {
	text-align: right;
}
/*********** header ***********/
div#logo img {
	margin: 0px;
}
div#language a {
	padding-left: 18px;
}
div#language a:hover {
	background: url('images/select.gif') no-repeat left center;
}
div#navigation {
	width: 100%;
	height: 3em;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 4px;
}
div#navigation a {
	display: inline-block;
	margin: 0px 6px;
	color: black;
	text-decoration: none;
	border-bottom: 2px solid white;
}
div#navigation a:hover {
	text-decoration: none;
	border-bottom: 2px solid #009900;
}
/*********** menu ***********/
div.menu {
	width: 150px;
	text-align: left;
	font-weight: normal;
	color: #333355;
	position: static;
}
div.menu dl {
	width: 144px;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	border-top: 0px;
	border-left: 6px #ccffbb solid;
}
div.menu dt {
	margin: 0px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	background-color: #ccffbb;
	border-width: 0px;
}
div.menu dd {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #ccffbb solid;
}
div.menu a {
	display: block;
	border: 0px;
	margin: 0px;
	padding: 2px 1px 2px 15pt;
	color: #333355;
	text-decoration: none;
	background: #ffffff url('images/menu_a.gif') no-repeat left center;
}
div.menu a:hover {
	background: #eeffdd url('images/menu_h.gif') no-repeat left center;
	text-decoration: none;
	color: #333355;
}
div.menu a:visited {
	color: #333355;
}
div#google {
	width: 150px;
}
div#google fieldset {
	margin: 0px;
	padding: 4px 0px 0px 6px;
}
div#google input.text {
	width: 90%;
}
div#google input.button {
	margin: 4px;
	border: solid 1px #5e8eab;
	height: 1.5em;
	cursor: pointer;
	background-color: #eeeeff;
	width: 80px;
}
div#google input.button:hover {
	background-color: #ccccff
}
div#google img {
	margin: 0px;
}
div#intra a {
	display: block;
	margin: 10px;
	padding: 2px;
	border: 2px #9999cc dotted;
	background: #eeeeff;
	font-weight:bold;
	text-align: center;
}
div#intra a:hover {
	background: #ccccff;
	text-decoration: none;
}
/*********** contents ***********/
div#content a:hover {
	text-decoration: underline;
}
div#content h1 {
	padding: 4px 20px 2px 20px;
	margin: 0px 0px 6px 0px;
	height: 20px;
	color: #334433;
	font-size: 1.25em;
	font-weight: bold;
	background-image: url('images/h1.gif');
	background-repeat: repeat-x;
}
div#content h2 {
	padding: 0px 20px 0px 20px;
	margin: 12px 0px 4px 0px;
	height: 18px;
	border-top: #6699ff 2px solid;
	background: white url('images/h2.gif') no-repeat top left;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}
div#content h3 {
	padding: 1px 2px 0px 8px;
	margin: 12px 0px 4px 0px;
	border-left: 12px #ffcccc solid;
	border-bottom: 1px #ffcccc solid;
	font-size: 1em;
	font-weight: bold;
}
div#content h4 {
	padding: 1px 2px 0px 16px;
	margin: 10px 0px 6px 4px;
	background: #ffffff url('images/h4.gif') no-repeat left center;
	font-size: 1em;
	font-weight: bold;
}
div#content h4 a {
	background-image: url('images/link.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	text-decoration: none;
}
div#content h3 a {
	background-image: url('images/link.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
	text-decoration: none;
}
div#content h4:hover a {
	text-decoration: none;
	background-color: #ddddee;
}
div#content h3 a:hover {
	text-decoration: none;
	background-color: #ddddee;
}
div#content table {
	margin-left: 20px;
	border-collapse: collapse;
	border: 1px solid #006666;
	border-spacing: 0px;
	empty-cells: show;
}
div#content th {
	padding: 3px;
	border: 1px solid #006666;
	background-color: #ffffcc;
}
div#content td {
	padding: 3px;
	border: 1px solid #006666;
	background-color: white;
}
div#content table.program {
	margin-left: 20px;
	border-collapse: collapse;
	border: 0px;
	border-left: 8px solid #ffffaa;
	border-spacing: 0px;
	empty-cells: show;
}
div#content table.program th {
	padding: 3px 3px 3px 8px;
	border: 0px;
	background-color: white;
	text-align: left;
	font-weight: bold;
}
div#content table.program td {
	padding: 3px 3px 3px 8px;
	border: 0px;
	background-color: white;
}
div#content ul {
	margin: 6px 4px 6px 24px;
}
div#content ul li {
	list-style-type: circle;
	list-style-image: url('images/li1.gif');
	margin-top: 3px;
	margin-bottom: 3px;
}
div#content ul ul li {
	list-style-type: square;
	list-style-image: url('images/li2.gif');
	margin-top: 3px;
	margin-bottom: 3px;
}

div#content dl {
	margin: 2px auto 2px 2em;
}
div#content dt {
	text-decoration: none;
	margin-top: 12px;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #99CCFF;
	padding-left: 4px;
	font-weight: bold;
}
div#content dd {
	margin-left: 40px;
	margin-top: 0px;
	display: list-item;
	list-style: circle outside url('images/dd.gif')
}

div#content p {
	margin: 4px 4px 4px 10px;
	text-indent: 1em;
}
div#content blockquote {
	margin-top: 10px;
	margin-left: 50px;
}
div#content blockquote p {
	margin: 0px;
	padding: 4px 10px;
	text-indent: 0px;
	border-left: 12px #cccccc solid;
}
div#content .inside {
	text-align: center;
}
div#content .inside a {
	display: inline-block;
	min-width: 120px;
	border: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px 10px 2px 10px;
	color: #555577;
	background-color: #ffffee;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #eeeedd;
	border-left: 1px solid #eeeedd;
	border-right: 1px solid #ddddcc;
	border-bottom: 1px solid #ddddcc;
}
div#content .inside a:hover {
	background-color: #aaeecc;
	color: white;
	text-decoration: none;
	border-top: 1px solid #bbffdd;
	border-right: 1px solid #99eebb;
	border-bottom: 1px solid #99eebb;
	border-left: 1px solid #bbffdd;
}
div#content #responsible {
	float: right;
	margin: 40px 0px 8px auto;
	padding: 8px;
	font-size: x-small;
	text-align: right;
	background-color: #eeeeee;
}
/*********** footer ***********/
div#footer {
	border-top: 2px #888888 dotted;
	padding: 4px;
	font-size: x-small;
}
div#footer span.sitepolicy {
	float: left;
}
div#footer span.contact {
	margin-left: 15px;
	float: left;
}
div#footer span.copyright {
	float: right;
}

