@charset "utf-8";
/* formatting style
----------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
}
/* link style
----------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* other styles
----------------------------------*/
div#header {
	background-color: #FFFFFF;
	width: 800px;
	height: auto;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 0px none #333333;
	margin: 20px auto 0px;
	padding: 0px;
}
div#header h1 {
	float: left;
}
div#header div#info {
	float: right;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;
}

div#header div#info h2 {
	color: #CCCCCC;
}
div#header div#info ul li {
	list-style: none;
}
div#header p {
	clear: left;
	padding-top: 10px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div#main {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-top: 1px none #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px none #333333;
	border-left: 1px solid #333333;
}
div#main div#recruit {
	background-color: #000033;
	clear: both;
	height: 400px;
	padding-left: 50px;
	padding-top: 10px;
}
div#main div#recruit h2 {
	font-size: 2em;
	color: #CCCCCC;
	border-bottom: 1px solid #666666;
	border-left: 10px solid #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	padding-left: 10px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: -20px;
}
div#main div#recruit a {
	color: #CCCCCC;
}
div#main div#renewal {
	clear: both;
	height: 400px;
	padding-left: 50px;
	padding-top: 10px;
	background-position: left center;
	background-image: url(../img/bg_chubou2010.png);
}
div#main div#renewal h2 {
	font-size: 2em;
	color: #FF3300;
	border-right-color: #666666;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 60px;
	margin-left: 35px;
}
div#main div#renewal h3 {
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2.5em;
	letter-spacing: 0.2em;
	margin-left: 55px;
}



div#main div#renewal p {
	color: #000000;
	line-height: 3em;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	margin-left: 35px;
	margin-top: 20px;
}
div#main div#renewal a:link {
	color: #FFFFFF;
}
div#main div#renewal a:visited {
	color: #FFFFFF;
}
div#main div#renewal a:hover {
	color: #FFFFFF;
}
div#main div#renewal a:active {
	color: #FFFFFF;
	position: relative;
	left: 1px;
	top: 1px;
}



div#footer {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-top: thin none #333333;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #333333;
	padding-top: 5px;
	padding-bottom: 10px;
}
div#footer div#others {
	padding-left: 10px;
	line-height: 2;
	float: left;
}
div#footer div#address {
	float: none;
}
div#footer div#address p {
	font-size: 1.7em;
	padding-right: 15px;
	text-align: right;
}
div#footer div#address address {
	text-align: right;
	padding-right: 15px;
	clear: right;
	font-size: 0.9em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
table {
	border-width: 0px;
	width: 500px;
	color: #333333;
	margin-bottom: 15px;
}
th {
	width: auto;
	letter-spacing: 0.5em;
	padding: 5px;
	text-align: left;
}
td {
	padding: 5px;
}
tr.odd {
	background-color: #CCCCCC;
}
tr.even {
	background-color: #999999;
}
span.new {
	font-size:0.8em
.em;
	color: #FF0000;
	text-decoration: blink;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.2em;
	font-weight: bold;
	margin-left: 5px;
	padding: 5px 2px;
}

