@charset "utf-8";

body{
	min-width: 950px;
	text-align: left;
	padding:0 4px;
}

#container {
	width: 100%;
	height:auto;
}

/* header
-----------------------------------------------------------------------*/
div#header {
	width:800px;
	padding-bottom:18px;
}
div#header div#header_mg {
	width: 950px;
}
div#header h1 {
	float:left;
	margin:0 0 0 15px;
}
div#header div.search_box {
	float:left;
	margin:13px 0 0 2px;
	position :relative; 
}
div#header div#keyword_link a{
	color:#0032AB;
	font-size:12px;
}
div#header div.search_box input.sch_box {
	font-size: 14px;
	height: 17px;
	padding: 2px 0;
	text-align: left;
	width: 310px;
}
*html div#header div.search_box input.sch_box {
	height: 24px;
	+height: 18px;
}
*:first-child+html div#header div.search_box input.sch_box {
	height: 16px;
}
div#header div.search_box input.search {
	font-size: 13px;
	width: 60px;
	height: 26px;
	padding-bottom: 2px;
	position :absolute;
	top:-1px;
	+top:0px;
	right:-70px;
}
*html div#header div.search_box input.search {
	padding: 2px;
}
*:first-child+html div#header div.search_box input.search {
	padding: 2px;
}

/* sub_s
-----------------------------------------------------------------------*/
div#sub_s {
	clear: both;
	background: url("../img/search_bg_x.gif") repeat-x;
}
div#sub_s p.sub_s_p {
	margin: 0;
	width: 930px;
	text-align: left;
	line-height: 26px;
	padding: 0 0 0 20px;
}
* html div#sub_s p.sub_s_p {
	width: 950px;
}

/* sub
-----------------------------------------------------------------------*/
div#sub {
	clear: both;
	background: url("../img/search_bg_x.gif") repeat-x;
}
div#sub p.sub_p {
	margin: 0;
	width: 930px;
	text-align: left;
	line-height: 26px;
}
* html div#sub p.sub_p {
	width: 950px;
}
div#sub p.sub_p span {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #006666;
}

/* big_main
-----------------------------------------------------------------------*/
div#big_main {
	width: 950px;
}
div#big_main p.sub_p {
	width: 950px;
}
div#big_main ul.s_result {
	width: 870px;
}

/* search_bottom
-----------------------------------------------------------------------*/
div#search_bottom {
	min-width: 950px;
	height: 60px;
	background: transparent url(../img/search_bg.gif) repeat-x scroll 0 0;
	border-bottom: 1px solid #3F738A;
	border-top: 1px solid #3F738A;
	clear: both;
	text-align: center;
	position :relative; 
}
div#search_bottom form {
	display: block;
	width: 950px;
	margin: 0 auto;
	padding-top: 18px;
}
div#search_bottom form span{
	width: 500px;
	margin: 0 auto;
}
div#search_bottom form span input.sch_box {
	font-size: 14px;
	height: 17px;
	padding: 2px 0;
	text-align: left;
	width: 310px;
}
*:first-child+html div#search_bottom form span input.sch_box {
	height: 16px;
}
div#search_bottom form span input.search {
	font-size: 13px;
	width: 60px;
	height: 26px;
	padding-bottom: 2px;
	margin-left:5px;
	position :absolute;
	top:18px;
}
*html div#search_bottom form span input.search {
	padding: 2px;
}
*:first-child+html div#search_bottom form span input.search {
	padding: 2px;
}

/* footer
-----------------------------------------------------------------------*/
div#footer {
	min-width: 950px;
	margin: 0 auto 4px;
	text-align: center;
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯","HiraKakuPro-W3","¥Ò¥é¥®¥Î½Ç¥´ Pro W3","MS UI Gothic","Osaka",sans-serif;
	font-size: 12px;
	line-height:1.5em;
}
#footer p {
	color: #616161;
	margin:0 auto;
	padding-top: 10px;
	width:950px;
}
#footer p a {
	padding: 0 5px;
	color: #0032ab;
	text-decoration: none;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
}

/* clearfix
-----------------------------------------------------------------------*/
div#header:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#header {
	min-height: 1%;
}


