* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	/*background-color: #e7e7e7;*/
	background:url('../images/bg.png');
	font-size: 1.0em;
	font-family:'Hiragino Kaku Gothic Pro W3','Osaka',Tahoma, 'MS UI Gothic' ,'Lucida Grande', sans-serif;
}
body div {
	text-align: left;
/*	margin: 0 auto;*/
}
a img{
	border: 0;vertical-align: middle;
}
.nodisp{
	display:none;
}
div.bg{
	margin: 20px auto;
	width: 734px;
	background-color: #fff;
	border: solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align:center;
}

div.container{
	width: 734px;
     background:url('../images/menu_bg.png') repeat-y;
}
div.header{
	width: 734px;
/*	padding-top: 12px;*/
/*	border-bottom: solid 2px #eee;*/
	height: 70px;
}

div.header h1{
	width:240px;float:left;
}
div.searchbar{
	width:180px;float:right;
	margin-top:20px;
	padding-right:15px;
}
div.searchbar fieldset{
	border: 0;
}
div.searchbar span{
  display:block;
  float:left;
  width:144px;
  height:22px;
  background: url(../images/search.gif) top left no-repeat;
  padding-left: 6px;
}
div.searchbar input{
  margin-top:3px;
  width:130px;
  border: 0;
  color: #aaa;
}
div.searchbar img{
  margin-top:3px;
  float:right;
}
div.searchbar p#warning{
	clear:both;
	font-size:0.6em;
	color:red;
}


div.rightbar{
	clear: left;
	float: left;
	width: 184px;
	margin: 10px 0 0 0;
/*	border-right: 2px solid #ccc;*/
}

div.rightbar ul {	
	list-style: none;
	margin: 5px 5px 20px 0;
	padding: 0;
	font-size: 16px;
}

div.rightbar li {
	margin-top: 3px;
	margin-bottom: 3px;
}

div.rightbar li a {
	font-size:0.75em;
	height: 28px;
	text-decoration: none;
	color: #9790C3;
	display: block;
	padding: 8px 0 0 16px;
	background:url('../images/menu_a.gif') no-repeat;
}
div.rightbar li a:hover {
	color: #4734B9;
	background:url('../images/menu_hover.gif') no-repeat;
}

div.infobar{
	margin: 9px 0 10px 0;
	padding: 3px 10px 5px 10px;
	width: 130px;
	color: #6B6B6B;
	line-height: 1.6em;
}
div.infobar a {
	text-decoration: underline;
}

div.infobar p {
	margin: 5px;
}
div.contents {
	width: 548px;
	float: right;
}


div.footer{
	clear: both;
	color: #666;
	background: #fff;
	font-size: 0.6em;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 5px 10px 5px;
	border-top: 1px solid #999;
}
div.footer2{
	clear: both;
	color: #666;
	background: #fff;
	font-size: 0.8em;
	text-align: right;
	padding: 5px;
}
div.footer2 a{
	color: #666;
	text-decoration: underline;
}
div.footer p{
  float:right;
}