
/* global */
body { background:#ffffff; font:12px Arial, Helvetica, sans-serif; color:#666666; margin:0; padding:0;}
.clear {clear:both;}
a:link, a:visited, a:active {color: #590000; text-decoration:none;}
a:hover {color: #d00000; text-decoration:underline;}
ol, ul{ list-style:none; margin:0px; padding-left:0px;}
ul li, ol li { list-style:none; margin:0px; padding:0px;}

/* blockquote */
blockquote, pre {quotes: "\201C" "\201D"; font-style:italic;color:#999999; border-left:7px solid #F0F0F0; margin-left:20px; padding-left:10px;}

/* header */
.header {
	display:block;
	width:980px;
	height:auto;
	line-height:110px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header_left {float:left; display:block; width:700px; height:40px; padding-top:42px;}
.header_right {float:left; display:block; width:280px; height:110px; text-align:right;}
.header_right a{display:block; width:280px; height:110px;}

#orase li {
	display: inline-table;
	width:300px;
	padding:5px;
	}


/* single */
.container { background:transparent url(container.png) repeat-y scroll 0 0; display:block; width:980px; margin:0px auto; border:0px; }
.container_left {float:left; display:inline; width:660px; padding:20px;}
.container_content {
	float:left;
	width:500px;
	padding-right:10px;
}
.container_img {
	float:right;
	width:100px;
}
.container_right {
	float:left;
	display:inline;
	width:260px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 18px;
}
.container_top {
	display:block;
	width:920px;
	color:#333333;
	height:35px;
	margin:20px auto 0 auto;
	font-size:11px;
	line-height:35px;
	padding-left:60px;
	background-image: url(container_top.png);
	background-repeat: no-repeat;
}
.container_top a{color:#ffffff;}
.container_top a:hover { text-decoration:underline;}
.container_end { background:transparent url(container_end.png) no-repeat scroll 0 0; display:block; width:960px; height:25px; margin:0 auto; padding:0 0 0 20px; line-height:25px;}

/* sidebar */
#sidebar {width:260px; color:#666666; line-height: 160%;}
#sidebar p {margin:0px 0px 15px;}
#sidebar ul {margin: 0; padding:0 0 0 10px;}
#sidebar ul li {padding-left:18px; margin:2px 0 2px 0; list-style:none;}


/* footer */
.footer {
	background:url(footer.png) repeat-x scroll 0 0;
	display:block;
	width:100%;
	height:150px;
	text-align: center;
	font-size:14px;
	margin-top: 0px auto 10px auto;
	color: #700c01;
}

.footer a:link, .footer a:visited, .footer a:active {color: #ffffff; text-decoration:none; }
.footer a:hover {color: #700c01;}
.footer p a {line-height:42px; }

/* menu */
.menu1{
      padding-left:20px;
      padding-top:2px;
      padding-bottom: 2px;
	  margin-right: 20px;
      display:block;
      text-decoration: none;
	  color: #590000;
      height: 20px;
      font-family:Arial, Helvetica, sans-serif;
      font-size:12px;
}

.menu1 a:link, .menu1 a:visited {
	border-top: 1px solid #ddd;
	color: #590000;
	display: block;
	padding: 5px 10px;
}

 .submenu {
	  padding:2px 0px 2px 20px;
	  margin:0px 30px 0px 20px;
      display:block;
      text-decoration: none;
	  color: #590000;
      height: 20px;
      font-family:Arial, Helvetica, sans-serif;
      font-size:12px;

}
a.menu1 , a.submenu { background:transparent url(arrow.gif) no-repeat scroll 0 center; }

.hide{
      display: none;
}

.show{
      display: block;
}