@charset 'utf-8';

/* ----- HTML定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: normal;
	text-align: left;
}

body {
	padding: 0px;
	background: #DDD url(body_bg.gif) top left repeat-x;
	text-align: center;
}

div#container {
	width: 880px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
	border-left: 10px solid #EEE;
	border-right: 10px solid #EEE;
}

html>body div#container {
	width: 880px;
	margin: 0px auto;
	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
	border-left: 10px solid #EEE;
	border-right: 10px solid #EEE;
}


a:link {
	color: #005699;
	text-decoration: none;
}

a:hover,
a:active {
	color:#0099CC;
	text-decoration:underline!important;
}

a:visited {
	color: #666;
	text-decoration: none;
}

div#navigation {
	width: 280px;
	float: left;
	border-right: 1px solid #AAA;
	margin-right: -1px;
}

* html div#navigation {
	width: 280px;
	float: left;
}

div#navigation .block {
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: left;
}

div#contents {
	float: right;
	width: 599px;
	border-left: 1px solid #AAA;
}


.toplogo {
	width: 280px;
	height: 160px;
	background: #FFF url(toplogo.jpg) no-repeat;
}

.toplogo p {
	display:none;
}

.sidebardl
{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #AAA;
}
.sidebardl dt
{
	display:none;
}
.sidebardl dd
{
	background: #FFFFFF;
	font-size: 12px;
	padding: 12px 0px;
	margin: 0px;
	text-indent: 12px;
	border-top: 1px solid #AAA;
}
.sidebardl dd a:link,
.sidebardl dd a:visited
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
}
.sidebardl dd:hover
{
	background: #EEE;
	padding: 12px 0px;
	margin: 0;
	border-top: 1px solid #AAA;
}

.sidebardl dd a:hover
{
	color: #CC0000;
	text-decoration: none;
}

div#reference {
	height: 50px;
}

div#reference address {
	padding: 15px;
	text-align: right;
	background: url(redallow.gif) no-repeat 85% center;
}

div#reference address a:link {
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

div#title {
	height: 40px;
	background: #FFF url(titlebar.jpg) repeat-x;
}

div#title h1 {
	color: #FFF;
	font-size: 14px;
	font-family: sans-serif;
	text-align: center;
	padding: 12px;
}

.photo{
	width: 597px;
	height: 220px;
	text-align: right;
	clear: both;
}

.photo>div{
	margin: 0 auto;
}

html>body .photo{
	width: 599px;
	height: 220px;
	text-align: right;
	clear: both;
}

div#news {
	margin-top: 10px;
	margin-left: 20px;
}

div#news h2 {
	height: 30px;
	background: #FFF url(newbar.jpg) no-repeat;
	color: #000;
	font-size: 14px;
	font-family: sans-serif;
	text-align: left;
	padding: 7px 0px 0px 10px;
}

div#news table {
	width: 550px;
	position: relative;
	left: 8px;
	border-collapse :collapse;
	margin-bottom: 25px;
}
div#news tr {
	background-image: url(dotline.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div#news td {
	width:100%;
}
div#news th p {
	background-image: url(glayallow.gif);
	background-position: 10px;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 30px;
	color: #333;
	font-weight: nomal;
}
div#news td p {
	background-image: url(line.gif);
	background-position: left 10px;
	background-repeat: no-repeat;
	padding: 10px 0 10px 20px;
}

.clear {
	clear: both;
}

div#footer {
	background-color: #FFF;
	border-top: 1px solid #999;
}

div#footer p{
	text-align: center;
	color: #000;
	font-size: 10px;
	padding: 5px 0px;							
}
