*{
	margin:0;
	padding:0;
}

body{
	background:url(images/back.gif);
	text-align:center;
	margin:0 auto;
	padding:0;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	font-size:12px;
}

* html body{
	font-size:small;
	font-family:
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
}
*+html body{
	font-size:small;
	font-family:
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
}

#mainwrapper{
	width:900px;
	background:url(images/mainbg.gif);
	margin:0 auto;
}
#header{
	background:url(images/head.gif) top center no-repeat;
	height:120px;
}
#header h1,
#header h2{
	font-size:10px;
	text-indent:-900em;
}
#wrapper{
	margin:0 35px;
}
#leftnavi{
	width:200px;
	float:left;
	text-align:left;
}
#container{
	width:470px;
	float:left;
	text-align:left;
}
#sidebarcontainer{
	width:150px;
	float:right;
	text-align:left;
}
#pagetitle{
	background:url(images/pagetitle_recruit.gif) top right no-repeat;
	height:120px;
	text-indent:-900em;
	text-align:left;
}
#pagetitle a{
	width:630px;
	height:101px;
	display:block;
	z-index:100;
}


/*--- 左ナビ ---*/
#leftnavi .touroku a{
	background:url(images/tourok.gif) top left no-repeat;
	width:190px;
	height:80px;
	display:block;
	text-indent:-500em;
}
#leftnavi .touroku a:hover{
	background:url(images/tourok_on.gif) top left no-repeat;
}

#leftnavi ul{
	margin:10px 0;
	padding:24px 0 120px 0;
	background:url(images/menu_bg.gif) top left no-repeat;
	list-style-type:none;
}

#leftnavi li,
#leftnavi li a{
	margin:0;
	padding:0;
	width:185px;
	height:45px;
	display:block;
	text-indent:-500em;
}


#leftnavi li.ln01 a{
	background:url(images/menu.gif) 0px -24px no-repeat;
}
#leftnavi li.ln01 a:hover{
	background:url(images/menu_on.gif) 0px -24px no-repeat;
}
#leftnavi li.ln02 a{
	background:url(images/menu.gif) 0px -69px no-repeat;
}
#leftnavi li.ln02 a:hover{
	background:url(images/menu_on.gif) 0px -69px no-repeat;
}
#leftnavi li.ln03 a{
	background:url(images/menu.gif) 0px -114px no-repeat;
}
#leftnavi li.ln03 a:hover{
	background:url(images/menu_on.gif) 0px -114px no-repeat;
}
#leftnavi li.ln04 a{
	background:url(images/menu.gif) 0px -159px no-repeat;
}
#leftnavi li.ln04 a:hover{
	background:url(images/menu_on.gif) 0px -159px no-repeat;
}
#leftnavi li.ln05 a{
	background:url(images/menu.gif) 0px -204px no-repeat;
}
#leftnavi li.ln05 a:hover{
	background:url(images/menu_on.gif) 0px -204px no-repeat;
}
#leftnavi li.ln06 a{
	background:url(images/menu.gif) 0px -249px no-repeat;
}
#leftnavi li.ln06 a:hover{
	background:url(images/menu_on.gif) 0px -249px no-repeat;
}
#leftnavi li.ln07 a{
	background:url(images/menu.gif) 0px -294px no-repeat;
}
#leftnavi li.ln07 a:hover{
	background:url(images/menu_on.gif) 0px -294px no-repeat;
}
#leftnavi li.ln08 a{
	background:url(images/menu.gif) 0px -339px no-repeat;
}
#leftnavi li.ln08 a:hover{
	background:url(images/menu_on.gif) 0px -339px no-repeat;
}

#leftnavi .toi1{
	padding:0px;
	margin:0px;
	border:0px;
	height:70px;
	overflow:hidden;
}

#leftnavi .toi2{
	padding:0px;
	margin:0px;
	border:0px;
	height:80px;
	overflow:hidden;
}




/*--- サイドバー ---*/
#sidebarcontainer ul{
	margin-left:15px;
}
#sidebarcontainer ul ul{
	margin-left:10px;
}
#sidebarcontainer .sidebar{
	padding-top:10px;
	margin-bottom:15px;
	background:url(images/side_01.gif) top left no-repeat;
	font-size:10px;
}
#sidebarcontainer .sidebar dl{
	padding-bottom:10px;
	background:url(images/side_03.gif) bottom left no-repeat;
}
#sidebarcontainer .sidebar dt{
	background:url(images/side_02.gif) top left repeat-y;
	border-bottom:1px dotted #ccc;
	text-align:center;
	font-size:12px;
	font-family:Arial;
	padding-bottom:3px;
}
#sidebarcontainer .sidebar dd{
	padding:5px 10px;
	background:url(images/side_02.gif) top left repeat-y;
}

ul.nobullets li{
	text-indent:-5000em;
	font-size:1px;
	line-height:1px;
	list-style-type:none;
}
ul.nobullets ul{
	margin:0;
}

ul.nobullets li li{
	text-indent:0em;
	line-height:1.5;
	font-size:10px;
	list-style-type:disc;
}


#sidebarcontainer a:link, a:visited{
	color:#666;
	text-decoration:none;
}
#sidebarcontainer a:hover{
	color:#c00;
	text-decoration:underline;
}

/*--- 記事部分 ----*/

#container .content h3{
	background:#eee;
	border-left:10px solid #666;
	padding:5px;
}
#container .content h3 a{
	color:#333;
}


#container .content h4{
	border-left:10px solid #666;
	margin:0 0 10px;
	padding:2px 7px;
	font-size:12px;
	font-weight:normal;
}

#container .content{
	padding:0px;
	margin:0 0 30px 0;
}
#container .contentfoot{
	margin-bottom:10px;
	padding-top:0px;
}
#container .contentfoot ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#container .contentfoot li{
	font-size:10px;
	padding:3px 5px;
	margin:1px;
	border-left:1px solid #ccc;
	display:inline;
	white-space:nowrap;
}

#container .contentbody{
	padding:10px 0;
	clear:right;
}




.clr,
.clearing{
	clear:both;
	height:1px;
	overflow:hidden;
}

#footer .footer{
	padding:10px;
	font-size:12px;
}
#footer .copyrights{
	padding:5px;
	margin:0 16px 0 14px;
	background:#fccde6 url(images/footer.gif) top left repeat-x;
	font-family:Arial;
	font-size:10px;
}


table.detail,
table.detail2{
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.detail th{
	padding:3px;
	white-space:nowrap;
	background:#eee;
	border:1px solid #ccc;
	text-align:center;
}
table.detail td{
	padding:3px;
	border:1px solid #ccc;
}

.pageswitch{
	padding:10px 0 30px;
	text-align:center;
}