@charset "utf-8";

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-color: #fff;
	margin: 0;
	font-size: 8pt;
	line-height: 1.2;
	color: #333;
}

a {
	color: #007591;
	background-color: transparent;
}

a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

td {
	font-size: 8pt;
/*	line-height: 12pt;  */
}

#container {
	border: 1px solid #007591;
}

.left {
	border-bottom: 1px solid #ccc;
	background-color: #F3F3F3;
}

.welcome {
	padding: 10px 8px 10px 18px;
	border-left: 5px solid #cce5e9;
	background-color: #F3F9F9;
	color: #007591;
}

.center {
	background-image: url(../imgs/flame_line170.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.center_content {
	padding: 10px;
}

.menu {
	padding: 15px;
	border-top: 5px solid #007591;
}

.footer {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

td.footer a {
	color: white;
}

.toptopics {
	padding: 10px 30px;
}

.content_left {
	padding: 13px 7px 7px 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.content {
	padding: 15px 15px 20px 15px;
	border-left: 1px solid #ccc;
}

div.content_list {
	margin: 1em;
}

div.item {
	margin-bottom: 1em;
}

div.content_title {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: .5em;
}
div.content_description {
	margin-bottom: 1em;
}
div.content_text {
}
.fs1 { font-size:  8pt; }
.fs2 { font-size: 10pt; }
.fs3 { font-size: 12pt; }
.fs4 { font-size: 14pt; }
.fs5 { font-size: 18pt; }
.fs6 { font-size: 24pt; }
.fs7 { font-size: 36pt; }
