@charset "EUC-JP";
/* -----------------------------
 * NeoBoots HomePage Style Sheet
 * -----------------------------*/

/* ------- Šî–{‚Ì—v‘fƒXƒ^ƒCƒ‹’è‹` ------ */
html {
	height: 100%;
}

body {
	height: 100%;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

body, div, ul,table, th, td, caption, h1, h2, h3, h4, h5, h6, p, pre, dl, dt, dd, form, input, select, textarea {
	margin: 0px; 
	padding: 0px; 
	font-weight: normal; 
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	list-style-type: none;
	color: #555;
}

a:hover {
	color: #C00;
}

a:visited {
	color: #00C;
}

a:link {
	color: #00C;
}

a:active {
	color: #00C;
}

* html div#container {
	height: 100%;
}

div#container {
	width: 100%;
	margin: 0px auto;
	position: relative;
	height: 100%;
	height: auto;
	min-height: 100%;
}

body > #container {
	height: auto;
}

div#main {
	padding-bottom: 20px;
}

div#foot {
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 100%;
	background-color: #003366;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

div#content {
	margin: 30px;
}

ul#header {
	width: 750px;
}

ul#header li {
	padding: 5px;
	float: left;
}

ul#header li a {
	height: 39px;
	width: 88px;
	text-align: center;
	text-indent: -100000px;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	display: block;
}

ul#header li a:hover {
	background-color: #F8F3ED;
}

ul#header li a.logo {
	width: 121px;
	background-image: url(../img/logo.gif);
	background-position: 0% 0%;
}

ul#header li a.top {
	background-image: url(../img/mn_top.gif);
}
ul#header li a.top:hover {
	background-image: url(../img/mn_top_o.gif);
}

ul#header li a.company {
	background-image: url(../img/mn_company.gif);
}
ul#header li a.company:hover {
	background-image: url(../img/mn_company_o.gif);
}

ul#header li a.works {
	background-image: url(../img/mn_works.gif);
}
ul#header li a.works:hover {
	background-image: url(../img/mn_works_o.gif);
}

ul#header li a.recruit {
	background-image: url(../img/mn_recruit.gif);
}
ul#header li a.recruit:hover {
	background-image: url(../img/mn_recruit_o.gif);
}

ul#header li a.contact {
	background-image: url(../img/mn_contact.gif);
}
ul#header li a.contact:hover {
	background-image: url(../img/mn_contact_o.gif);
}

div#main h1 {
	background-color: #003366;
	color: #FFF;
	text-align: right;
	padding-right: 5px;
	letter-spacing: 2px;
}

div#main h2 {
	margin-top: 16px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	background-image: url(../img/pt.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	text-indent: 14px;
}

div#main h3 {
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#main h3.top {
	text-align: center;
	font-size: 18px;
	margin-top: 160px;
	margin-bottom: 20px;
	text-decoration: underline;
}

div#main h4.top {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

div#content p {
	margin-top: 10px;
}

div#content table.company {
	width: 500px;
}

div#content table.company th,td{
	vertical-align: top;
	padding-bottom: 5px;
}

div#content table.company th {
	width: 100px;
}

div#content table.company td {
	width: 400px;
}

div#content ul.client {
	margin-left: 10px;
}

.clear {
	clear:both;
}

.logo2 {
	width: 155px;
	height: 49px;
	border: 0px;
}

.cation {
	color: #C00;
}

input.long {
	width: 250px;
}

textarea.big {
	width: 320px;
	height: 150px;
}

div#content table.contact {
	width: 500px;
}

div#content table.contact th,td{
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #EEE;
}

div#content table.contact th {
	width: 100px;
}

div#content table.contact td {
	width: 400px;
}
