@charset "shift_jis";

* {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}

body {
	font: bold 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(images/bg2.gif) repeat-x;
}

#wrapper {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0px auto;
	width: 758px;
}
header {
	background: url(images/titleImgBg.jpg);
	height: 60px;
	width: 758px;
}
header h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #690;
}

header a#toTop {
	background: url(images/titleImg_01.jpg);
	display: block;
	height: 60px;
	width: 97px;
	text-indent: -999px;
	float: left;
}

header p {
	background: url(images/titleImg_01.gif);
	height: 38px;
	width: 306px;
	margin: 0px 0px 0px 97px;
	padding: 0px;
	text-indent: -999px;
}

nav {
	overflow: hidden;	
}

nav #mainNav {
	list-style: none;
	width: 480px;
	float: left;
	height: 20px;
	margin-left: 20px;
}
nav #mainNav li {
	width: 98px;
	float: left;
	height: 20px;
	margin-right: 6px;
	text-align: center;
}



nav #mainNav li a:link {
	display: block;
	height: 18px;
	background: #06F;
	color: #FFF;
	font-style: normal;
	text-decoration: none;
	padding-top: 2px;
	font-weight: normal;
	font-size: 12px;
}


nav #mainNav li a:visited{
	color: #FFF;
	background: #06F;
}

nav #mainNav li a:hover {
	background: #6C0;
	color: #000;
}




nav #subNav {
	list-style: none;
	width: 210px;
	float: right;
	height: 20px;
	clear: none;
}
nav #subNav li {
	width: 98px;
	float: left;
	height: 20px;
	margin-right: 6px;
	text-align: center;
}

nav #subNav li a:link {
	display: block;
	height: 18px;
	font-style: normal;
	background: #039;
	color: #FFF;
	text-decoration: none;
	padding-top: 2px;
	font-weight: normal;
	font-size: 12px;
}

nav #subNav li a:visited {
	background: #039;
	color: #FFF;
}


nav #subNav li a:hover {
	background: #FC3;
	color: #000;
}




section h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066FF;
	width: 270px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #99CCFF;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #99CCFF;
	background-image: url(images/bgImage02.gif);
	background-repeat: repeat-x;
	margin: 2px 0px 20px 3px;
	padding: 2px 0px 1px 5px;
}
section article {
	display: block;
	width: 520px;
	margin-left: 25px;
	margin-bottom: 15px;
	padding: 10px;
	background: #FFC;
	border: 1px solid #690;
}
section article h3 {
	background: #039;
	color: #FFF;
	width: 300px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
}
#recruit section article a{
	display: block;
	float: right;
	background: url(images/RecruitLink.gif) no-repeat;
	height: 60px;
	width: 180px;
	text-indent: -999px;
}
#recruit section article a#done {
	display: block;
	float: right;
	background: url(images/RecruitThanks.gif) no-repeat;
	height: 60px;
	width: 180px;
	text-indent: -999px;
}







footer {
	background: #039;
	color: #FFF;
	text-align: center;
	height: 20px;
	padding-top: 2px;
}
