@charset "UTF-8";

/* base */

* {
	margin: 0;
	padding: 0;
}

body, input, textarea, select {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	/*font-size: 75%;*/
	font-size: 87.5%;
	color: #333333;
	line-height: 166%;
	/*background: url(/images/back.png) repeat-x left top #E1D9C6;*/
}

ul,ol,li {
	list-style: none;
}

h1,h2,h3,h4,h6,p,ul,ol,li,div,table,th,td,dl,dt,dd {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

a:link {
	color: #1a5393;
	text-decoration: none;
}

a:visited {
	color: #660099;
}

a:hover {
	color: #1a5393;
	text-decoration: underline;
}

a:link,a:visited,a:focus {
	outline:none;
}

img	{
	border: none;
}

li img	{
	vertical-align: bottom;
}

* html .clear	{
	height: 1%;
}

*:first-child+html .clear {
	height: 1%;
}

.clear:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.over a:hover img{filter:alpha(opacity=60); opacity:0.6;}

#wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0 6px;
	background: url(/images/back_center.png) repeat-y center top;
}


/* header */

.header_top {
	position: relative;
	padding: 0 30px 12px;
}

h1 a {
	display: block;
	height: 46px;
	padding-top: 12px;
	float: left;
}

.header_top img {
  padding: 33px 0 10px 6px;
  width: 264px;
}

.header_top h2 {
	float: right;
	padding-top: 18px;
}

#search_area {
	position: absolute;
	padding-top: 12px;
	top: 18px;
	left: 678px;
	_left: 648px;
	width: 292px;
	height: 35px;
	background: url(/images/search_area.gif) no-repeat left top;
	border: none;
}

legend {
	display: none;
}

.input_area {
	position: absolute;
	top: 7px;
	left: 45px;
	width: 145px;
	height: 16px;
	padding: 2px;
	border: solid 1px #ccc;
	color: #666;
}

.search_btn {
	position: absolute;
	top: 7px;
	left: 202px;
	text-indent: -9999px;
	width: 69px;
	height: 21px;
	border: none;
}

#nav {
	width: 1000px;
	padding-bottom: 4px;
	background: url(/images/nav_bottom.gif) repeat-x left bottom;
}

#nav li {
	float: left;
	height: 62px;
}

#nav li a {	
	display: block;
	height: 62px;
	text-indent: -9999px;
}

.nav_concept a {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat 0 0;
}

.nav_company a {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat -167px 0;
}

.nav_history a {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat -334px 0;
}

.nav_business_overview a {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat -501px 0;
}

.nav_recruit a {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat -668px 0;
}

.nav_expansion_plan a {	
	width: 165px;
	background: url(/images/nav.gif) no-repeat -835px 0;
}

.nav_concept a:hover {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat 0 -62px;
}

.nav_company a:hover {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat -167px -62px;
}

.nav_history a:hover {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat -334px -62px;
}

.nav_business_overview a:hover {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat -501px -62px;
}

.nav_recruit a:hover {	
	width: 167px;
	background: url(/images/nav.gif) no-repeat -668px -62px;
}

.nav_expansion_plan a:hover {	
	width: 165px;
	background: url(/images/nav.gif) no-repeat -835px -62px;
}

.totop p {
	/*color: #ff6600;*/
	font-size: 85%;
	text-align: right;
}

.totop img {
	vertical-align: middle;
	margin-right: 5px;
}

.totop a,
.totop a:hover,
.totop a:visited {
	color: #666;
	text-decoration: none;
}


/* footer */

#footer {
	padding: 6px 30px 0;
	/*background: url(/images/footer_top.gif) repeat-x left top #f6f3e8;*/
	/*font-size: 85%;*/
	font-size: 75%;
	line-height: 100%;
}

#footer a:link {
	color: #fff;
}

