
* { padding: 0; margin: 0; }
img, a img { display: block; border: 0; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0; }
p { font-size: 1.2em;  }
h1, h2, h3, h4, h5, h6 { }
h1 { font-size: 1.2em; }
h2 { font-size: 1.4em; font-weight: bold; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1.0em; font-weight: bold; }
ul, ol { font-size: 1.2em; list-style-position: inside; }
div { margin: 0; padding: 0; background-color: transparent; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
table { font-size: 1.2em; }
td {border: 0;}
body {
	margin: 0; padding: 0; border: 0;
	font-size: 62.5%;
	font-family: Helvetica, Verdana, Arial, Georgia, Times, sans-serif, serif;
	color: #fff;
	text-align: left; line-height: 1.6;
	width: 100%; height: 100%;
	background: #000;
}
#accessibility {
position: absolute;
top: -10000px;
}
#container {
	position: relative;	
	width: 768px;
	height: auto;
	margin: 0 auto;
	border: 0;
	padding: 0;
	overflow: auto;
}
#header {
	width: 762px; height: 80px;
	padding: 0;	
	border-right: 2px dashed #fff;
	border-bottom: 2px dashed #fff;
	border-left: 2px dashed #fff;
}
#header a {
	display: block;
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	font-size: 3em;
	font-weight: bold;	
	color: #fff;
	text-align: left;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header #navigation, #header #navigation ul {
	float: right;
	margin-right: 30px;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	position: relative; 
	width: 300px; height: 80px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#header #navigation li {
	width: 100px; height: 80px;
	list-style-position: outside;
	margin: 0; padding: 0; display: block;
	float: left; position: relative;
	background: transparent url(none);
	border: 0; 
}
#header #navigation li a {
	display: block;
	float: left;
	width: 100px;
	height: 37px;
	background: transparent;
	border: 0;
	text-align: center;
	color: #ffea00;
	font-size: 1.4em;
	text-decoration: none;
	padding-top: 43px;
}
#header #navigation li a:hover, #header #navigation li a.now {

	text-decoration: underline;
}
#subnavi, #subnavi ul {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin-top: 0px;
	position: relative; 
	width: 762px; height: 43px;
	background: transparent;
	border: 2px dashed #fff;
	white-space: nowrap;
}
#subnavi li {
	width: 70px;
	text-align:center;
	height: 25px;
	list-style-position: outside;
	margin: 0 0px;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	border: 0;
	padding-top: 10px;
}
#subnavi li a {
	display: block;
	float: left;
	width: 76px;
	height: 25px;
	border: 0;
	text-align: center;
	color: #ffea00;
	font-size: 1.2em;
	text-decoration: none;

}
#subnavi li a:hover, #subnavi li a.now {
	color: #f6eaac;
	text-decoration: underline;
}
#content {
	float: left;	
	width: 762px;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	background: #000 url(images/content_top.jpg) scroll no-repeat top left;
	text-align: left;
	color: #fff;
	border: 2px dashed #fff;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 15px 15px 10px 15px;
}
#content a, #footer a {
	text-decoration: none;

}
#content a:hover, #content .comment a:hover, #footer a:hover {
	color: #f6eaac;
	border-bottom: 1px dashed #f6eaac;
}
#content p, #right p, #content img, #content ul {
	margin: 10px 15px 10px 15px;
}
#content img {
	border: 4px solid #ffea00;
}
#content a:hover img {
	border: 4px solid #f6eaac;
}
#content blockquote {
	margin: 10px 30px;
	background: #f6eaac url(img/quote.png) scroll no-repeat 5px 5px;
	border: 2px dashed #000;
	color: #000;
	padding: 5px;
}
#content span {
	margin-left: 15px;
}

#content input,#content textarea {
	background-color:#E0E0E0;
}

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}

.list_index{

	margin: 0 10px;
	border: 1px #FEFEFE solid;
	background-color:#3054BF;
	padding:2px 5px;
	font-size:15px;
	font-weight: bold; 
	color:#E0E0E0;

}

.list_index_contents {
	color: #ffea00;
	margin-left:20px;
}
.list_index_contents a{
	color: #ffea00;
}
.item{

	margin: 0 10px;
	border: 2px #FEFEFE solid;
	background-color:#3054BF;
	padding:2px 5px;
	font-size:15px;
	font-weight: bold; 
	color:#E0E0E0;

}
.item a{

	color:#E0E0E0;

}

.item_contents{

	margin: 0px 10px 20px 10px;
	color: #ffea00;

}
.item_contents a{
	color: #ffea00;

}

.item_contents table{
	width:100%;
	border: 1px #FEFEFE solid; 

}

.item_contents td{
	border: 1px #FEFEFE solid; 
	padding:2px 5px;
	text-align:center;
	color: #ffea00;

}