body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/background.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 20px;
  color: #F58426;
  margin-bottom: 5px;
}
h2 {
  font-size: 14px;
  color: #F58426;
  margin-bottom: 3px;
}
p {
  margin: 0;
  padding: 8px 0;
  font-size: 12px;
	line-height: 18px;
}
a {
  color: #666;
}
.gray {
  color: #666;
}
#outside_wrapper {
  width: 904px;
  margin: 0 auto;
  border: 1px solid #000;
}
#header {
	height: 88px;
	background-color: #fff;
	text-align: center;
}
#menu {
	height: 53px;
	background: url(/images/menubar.png) top left repeat-x;
}
#menu_wrapper {
  width: 850px;
  text-align: left;
}
#menu_wrapper ul {
  margin: 0;
  padding: 0;
  height: 53px;
  overflow: hidden;
}
#menu_wrapper li {
  display: inline;
  margin: 0;
  padding: 0;
}
#menu_wrapper li img {
  position: relative;
  top: -53px;
  left: 0px;
  cursor: pointer;
}
#menu_wrapper li:hover img {
  top: -106px;
}
#menu_wrapper li.active img {
  top: 0px;
}
#menu_wrapper li.active:hover img {
  top: 0px;
}
#contents_top {
	margin: 0 auto;
	width: 854px;
	height: 13px;
	background: url(/images/main_top.png) top left repeat-y;
}
#contents {
	margin: 0 auto;
	width: 854px;
	background: url(/images/main_back.png) top left repeat-y;
}
#footer {
	margin: 0 auto 50px auto;
	width: 854px;
	background: url(/images/main_bottom.png) top left no-repeat;
}
.ten_pad {
  padding: 10px 20px;
}
.split_container {
  
}
.left {
  float: left;
  width: 450px;
}
.right {
  float: right;
  width: 340px;
}
.clear {
  clear: both;
}
.footer_container {
  padding: 18px 5px 0 5px;
  color: #aaa;
  font-size: 12px;
}
.footer_container a {
  text-decoration: none;
  color: #aaa;
}
.footer_container a:hover {
  text-decoration: underline;
  color: #fff;
}
ul {
  margin: 3px 0;
  padding: 0 0 0 20px;
}
ul li {
  list-style: square;
  color: #666;
  font-size: 12px;
}
fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0 0 0 10px;
  background: #efefef;
}
fieldset legend {
  font-weight: bold;
  font-size: 14px;
  color: #F58426;
  margin-bottom: 3px; 
}
label {
  font-size: 15px;
  text-align: left;
  margin-right: 10px;
  display: block;
  color: #666;
}
input.text, textarea.text {
  font-size: 17px;
  padding: 3px;
  border: 1px solid #ccc;
  width: 270px;
}
fieldset a {
  font-size: 12px;
  color: #666;
}
input.wide, textarea.wide {
  width: 330px;
}
.asterisk {
  font-size: 15px;
  color: #666;
}

div.notice {
  padding: 5px 8px;
  margin: 10px 0;
}

div.notice {
  background-color: #F6BF93;
  border: solid 1px #F68428;
}
