@charset "utf-8";
@import "header.css";
@import "footer.css";
@import "contents.css";

/* Reset 
--------------------------------------------------------------------------*/
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p, input{
	margin: 0;
	padding: 0;
	
	}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	line-height:140%;
	font-family:'メイリオ',Meiryo,ＭＳ Ｐゴシック,Osaka,ヒラギノ角ゴ Pro W3;
	
	}

ul,ol,li,dl,dt,dd {
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	text-indent:0;
	line-height:140%;
	font-family:'メイリオ',Meiryo,ＭＳ Ｐゴシック,Osaka,ヒラギノ角ゴ Pro W3;
	}
	
ul,ol{
	list-style: none;
	}
img {
	border: none;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
	}
	
hr{
	position:absolute;
	display:none;
	}
	
/* Base 
--------------------------------------------------------------------------*/
html{
	overflow-y:scroll;
	background:#fff;
	}

body {
	position:relative;
	font-size:12px;
	font-family:'メイリオ',Meiryo,ＭＳ Ｐゴシック,Osaka,ヒラギノ角ゴ Pro W3;
	color:#171717;
	background:#ffffff;
	height: 100%;
	width: 100%;
	}
	
/* Link 
--------------------------------------------------------------------------*/
a:link,
a:visited{
	color:#3baaea;
	overflow:hidden;
	}
a{
	text-decoration:none;
	}
	
a:hover,
a:active{
	text-decoration:underline;
	}
a: hover{
	cursor: pointer;
}
/* new clearfix 
--------------------------------------------------------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* search
--------------------------------------------------------------------------*/
.section .search_area{
	border: 2px solid #9bc15d;
	background-color: #f0fddb;
	padding: 15px;
	margin-bottom: 27px;
	font-size: 15px;
}

.section .search_area select{
	display: block;
	height: 32px;
	line-height: 32px;
}

.section .search_area select option{
	/*height: 32px;
	line-height: 32px;*/
	padding: 8px; 0
}

.section .search_area select option.c1,
.section .search_area select option.c1dom,
.section .search_area select option.c1dom:disabled,
.section .search_area select option.c1srv,
.section .search_area select option.c1srv:disabled{
	background-color: #f1f1f1;
	color: #2e7bb0;
}

 

.section .search_area input.keyword{
	font-size: 16px;
	margin-top: 5px;
	width: 506px;
	/*
	height: 32px;
	line-height: 32px;
	*/
	padding: 3px 5px 5px 5px;
}

input[type="submit"], button {
	#background: #29dc00 url("/National_Library/oe_/https://www.onamae.com/help/images/buttonGradientCombo.png") repeat-x scroll 0 0;
	#background: url("/National_Library/oe_/https://www.onamae.com/help/images/searchbutton.png") no-repeat scroll 0 0;
}


p.resultnum{
	font-size: 16px;
	float: left;
	margin-bottom: 25px;
}

p.search_word{
	text-align: right;
	font-size: 14px;
}

ul.link-list{
	clear: both;
}

input[type="submit"], button {
  border: none;
  #background: #0E53A7 url(/National_Library/oe_/https://www.onamae.com/help/images/buttonGradientCombo.png) 0px 0px repeat-x;
  background: url(/National_Library/oe_/https://www.onamae.com/help/images/searchbutton.png) 0px 0px no-repeat;
  #-moz-border-radius: 4px;
  #-webkit-border-radius: 4px;
  #border-radius: 4px;
  #-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  #-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  #box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  #border: 1px solid #304764;
  color: #FFF;
  cursor: pointer;
  font: bold 12px Helvetica,Arial,sans-serif;
  line-height: normal;
  #margin-right: 6px;
  #padding: 8px 8px;
  text-decoration: none;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  width: 74px;
  height: 34px;
  *width: auto;
  *overflow: visible;
  box-shadow: none;
}
input[type="submit"]:hover, input[type="submit"]:focus, button:hover, button:focus {
  background: url(/National_Library/oe_/https://www.onamae.com/help/images/searchbutton_hover.png) 0px 0px no-repeat;
  #background-position: 0px -40px;
  #border-color: #46494D;
  cursor: pointer;
}


/* attention
--------------------------------------------------------------------------*/
.section .attention{
	border: 1px solid #eed664;
	background-color: #fffce3;
	background: #fffce3 url("/National_Library/oe_/https://www.onamae.com/help/images/icon.gif") no-repeat scroll 11px 8px;
	padding: 12px 10px 10px 40px;
	margin-bottom: 13px;
	width: 571px;
	margin-left: 15px;
}

.section .attention span.hh4{
	font-weight: bold;
}
