* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body {
	color: Black;
	background-color: White;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #2298D4;
	text-decoration: underline;
}

a:hover {
	color: White;
	text-decoration: none;
	background: #d4cdcd;
}

p {
	margin-bottom: 20px;
	line-height: 1.5em;
}

h1 {
	display: none;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #51e122;
	font-weight: bold;
	margin-bottom: 5px;
}

ul li {
	list-style: none;
}

.date {
	color: #bbb;
	font-style: italic;
	text-align: right;
	margin-top: 10px !important;
}

div.ticker {
	padding: 5px;
	border: 1px solid #eee;
	margin: 10px;
	background: #fff;
}

div.ticker b.new {
	color: #51e122;
	font-weight:bold;
}

div.new {
  border: 2px solid #2298D4;
}

.notice {
	color: #777;
}

#header {
	width: 935px;
	_width: 936px;
	height: 165px;
	background-image: url(header_logo.png);
	background-repeat: no-repeat;
}

#header #language {
	float: right;
	margin-top: 20px;
	height:30px;
	display: block;
	color: #777;
}

#header #language a.active {
	font-weight: bold;
}

#header #navi {
	padding-top: 134px;
	padding-left: 260px;
}

#header #navi ul li {
	display: block;
	width: 134px;
	height: 31px;
	background-image: url(navi_tab_bg.png);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	line-height: 3.2em;
	_line-height: 2.5em;
	margin-left: 1px;
}

#header #navi ul li.active {
	background-position: 0px -31px;
}

#header #navi ul li a {
	color: #555;
	text-decoration: none;
}

#header #navi ul li a:hover {
	background: transparent;
	color: #222;
}

#header #navi ul li.active a {
	color: #000;
}

#main {
	display: block;
	width: 935px;
	margin: 0 auto;
}

#main #sidebar {
	width: 260px;
	background-image: url(logo_reflection.png);
	background-repeat: no-repeat;
	min-height: 100px;
	float: left;
  padding-top: 30px;
}

#main #sidebar p{
	margin: 0px;
}

#main #content{
	margin-left: 260px;
	background: #fff;
	background-image: url(content_bg.png);
	background-repeat: repeat-x;
	/*width: 615px;
	_width: 612px;*/
	min-height: 500px;
	_height: 500px;    
	
	padding: 30px;
	text-align: left;
}
      
#main #content.index_content{
  margin-left: 260px;
  width: auto;
}
#main #content #subnavi {
	text-align: center;
	margin-bottom: 10px;
}

#main #content ul {
	margin-bottom: 10px;
}

#main #content ul li {
	list-style: square;
	list-style-position: outside;
	line-height: 2em;	
	margin-left: 2em;
}

#main #content ol {
	margin-bottom: 10px;
}

#main #content ol li {
	margin-left: 2em;
	line-height: 2em;
}

#main #content ol li ol li {
	list-style: lower-latin;
}
#main #content ul.pullup,
#main #content ol.pullup {
  margin-top: -10px;
}

#main #content div.indent {
  margin-left: 20px;
  line-height: 1.5em;
}

#main #content hr {
  height: 1px;
  color: #000;
  background: #ccc;
  margin-top: 30px;
  margin-bottom: 30px;
}

#main #content form {
	
}

#main #content form div {
	text-align: left;
	margin-left: 150px;
	margin-top: 20px;
}

#main #content form textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	height: 200px;
	padding: 5px;
}

#main #content form select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 364px;
	margin-bottom: 10px;
}

#main #content form input {
	width: 360px;
	margin-bottom: 10px;
}

#main #content form input.submit {
	height: 32px;
	width: 80px;
	margin-top: 10px;
	margin-left: 285px;
}

#footer {
	padding-left: 240px;
	color: #777;
	margin-bottom: 30px;
	margin-top: 10px;
}
