@charset "utf-8";

*{
margin:0;
padding:0;
}
html {
	width:100%;
	overflow-x: hidden;
}
body {
	width:100%;
	color:#1d56a5;
	font-size:0.8rem;
	padding-top:5px;
	line-height: 150%;
	font-family:Meiryo,'Hiragino Kaku Gothic ProN','MS PGothic',sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
#wrapper {
	width:100%;
}
a {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
h1 {
	margin-left:5px;
}
.headerCM {
	height:60px;
	background:#ffcc99;	
	min-width:950px;
}
#searchword {
	width:200px;
}
.aside {
	padding-right:20px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.aside2 {
	position:relative;
	padding-left:5px;
}
#wrap-main {
  height:970px;
	margin-left:190px;
}
#pagercnt {
	padding-top:20px;
	padding-left:0;
}
#htmlInner {
 min-width:640px;
}
#paging-top-hr {
	position:relative;
	top:85px;
	margin:0 30px;
	background: #ffffff;
	border-top:1px solid #E8E8E8;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
#wrap-paging {
	margin:110px auto 0;
	width:500px;
	padding-left:80px;
}
hr {
	position:relative;
	top:10px;
	background: #ffffff;
	border-top:1px solid #E8E8E8;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}
select#indexselect::-ms-expand {
  display: none;
}
select#indexselect {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance: none;
	color: #1d56a5;
	font-size:0.7rem;
	padding: 3px 20px 2px 8px;
	border: 1px solid #1d56a5;
	border-radius: 0px;
	text-indent: 0.01px;
	text-overflow: "";
	background: #FFF url(/agora_rakusearch/images/select_ui.gif) no-repeat right;
	cursor:pointer;
}
.inpform{
  float:left;
	width: 240px;
  height: 30px; 
  margin-left: 10px; 
  letter-spacing: 0.1em;
  font-weight: bold; 
  line-height: 0;    
}
.inptext {
  display: block;              
  float: left;               
  box-sizing: border-box;         
  height: 30px;               
  width: 200px;    
  margin: 0;                  
  padding: 0 8px;   
  border: 2px solid #1d56a5;
  color: #1d56a5;  
  font-size: 14px;   
  outline: 0;                  
  transition: .3s;                
}
.searchbutton {
  float: left;               
  box-sizing: border-box;         
  height: 30px;               
  margin: 0;                  
  padding: 6px 10px;           
  border: none;                 
  background: #1d56a5;
  color: #fff;               
  cursor: pointer;            
}
.searchimg {
  display: inline-block;       
  width: auto;               
  height: 18px;               
  margin: 0 3px 0 0;          
  vertical-align: middle;             
}
.sample1Text::-ms-clear {
  display: none;
}
div#contact  {
	color:#FFFFFF;
	font-size:0.9rem;
	font-weight:nomal;
}
div#contact a {
	color:#FFFFFF;
	font-size:0.9rem;
	font-weight:nomal;
	text-decoration : none;	
}
div#contact a:hover {
	text-decoration : underline;
}
#footer {	
	width:100%;
	position:relative;
	top : 20px;
	color:#333333;
	font-size:0.6rem;
	background:#EEEEEE;
}
#footer a {
	color:#000000;
}	
#footer td {
  color:#000000;
	line-height : 1.5rem;
}
#footer hr {
	background:#eee;
	border-top:1px solid #ddd;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}