/* 左メニュー --------------------------------------------- */  

div#wraper
div#menuLeft
dl#mainmenu {
	background-image: url(../common/images/menu_bgimg1_top.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

/* イメージ写真 --------------------------------------------- */  
div#photo {
	background-image: url(../images/photo_corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 526px;
	height: 276px;
	text-align: right;
	position: relative;
}

div#photo
div.photo_child {
	position: absolute;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=0); /*IE*/
	-moz-opacity:0; /*FF*/
	opacity:0;
}

div#photo
div#photo_0 {
	filter:alpha(opacity=100); /*IE*/
	-moz-opacity:1; /*FF*/
	opacity:1;
}


/* コンテンツ --------------------------------------------- */  

div#wraper {
	background-color: #70A9E2;
	background-image: url(../images/wraper_bgimg_top.jpg);
}


/* コンテンツ(メイン) --------------------------------------------- */  

div.title {
	border-bottom: 1px solid #0066CC;
	clear: both;
	overflow: auto;
	padding: 10px 1px 5px 0;
	margin: 0 0 10px 0;
	zoom: 1;
}

div.title
h2 {
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	height: 16px;
	float: left;
}

div.title
p.update {
	font-size: 0.9em;
	float: right;
	height: 16px;
	line-height: 16px;
	margin: 0 0 0 1em;
	color: #999999;
}

*+html body
div.title
p.update,
* html body
div.title
p.update {
	font-size: 0.7em;
}

div.title
p.morelink {
	height: 16px;
	float: right;
	line-height: 1.3em;
	margin: 0 0 0 1em;
	background-image: url(../common/images/btn_link_allow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}

div.title
p.morelink
a {
	font-size: 0.9em;
	text-decoration: none;
	line-height: 16px;
}

*+html body
div.title
p.morelink
a,
* html body
div.title
p.morelink
a {
	font-size: 0.7em;
}


/* お仕事情報 */
div#content_works {
	width: 478px;
	padding: 0 0 0 20px;
}

div#content_works
div.title
h2 {
	background-image: url(../images/title_work_list.gif);
	width: 112px;
}

div#worklist {
	background-image: url(../images/worklist_bgimg_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 478px;
	padding: 12px 0 0 0;
}

div#worklist
ul {
	margin: 0 12px;	
}

div#worklist
ul
li {
	margin: 0 0 7px 0;
	clear: both;
	overflow: auto;
	zoom: 1;
}

div#worklist
ul
li
img {
	float: left;
}

div#worklist
ul
li
img {
	margin: 0 0.5em 0 0;	
}

div#worklist
ul
li
a {
	line-height: 1.3em;
}

div#worklist
p.moreworks {
	margin: 0 0 0 12px;
	background-image: url(../images/worklist_morelink_line.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
}

div#worklist
p.moreworks
a {
	color: #FFFFFF;
	display: block;
	height: 26px;
	width: 215px;
	background-image: url(../images/btn_work_list.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0 0 0 30px;
	text-decoration: none;
	margin: 0 0 7px 205px;
}

div#worklist
p.moreworks
a
span {
	display: block;
	height: 26px;
	background-image: url(../images/btn_work_list_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 26px;
	cursor: pointer;
	padding: 0 13px 0 0;
	font-size: 0.9em;
	text-align: center;
}

div#worklist
p#worklist_end {
	background-image: url(../images/worklist_bgimg_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 478px;
	height: 10px;
	text-indent: -9999px;
}


/* その他コンテンツ */
div#othercontents {
	position: relative;
}


/* お知らせ */

div#content_news {
	width: 478px;
	padding: 10px 0 0 20px;
}

div#content_news
div.title
h2 {
	background-image: url(../images/title_news.gif);
	width: 150px;
}

div#newslist {
	background-image: url(../images/worklist_bgimg_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 478px;
	padding: 12px 0 0 0;
}

div#newslist
dl {
	margin: 3px 15px;	
	width: 448px;
	overflow: auto;
	padding: 0 0 1px 0;
}

div#newslist
dt {
	color: #666666;
	float: left;
	width: 70px;
	clear: left;
	margin: 0 0 6px 0;	
}

div#newslist
dd {
	width: 370px;
	margin: 0 0 6px 0;
	float: left;
}

*+html body
div#newslist
dd {
	width: 370px;	/* IE7 only */
	float: none;
}

* html body
div#newslist
dd {
	width: 370px;	/* IE5-6 only */
	float: none;
}


div#newslist
p#newslist_end {
	background-image: url(../images/worklist_bgimg_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 478px;
	height: 10px;
	text-indent: -9999px;
}



/* 派遣スタッフの声 */

div#content_parson {
	width: 478px;
	padding: 10px 0 0 20px;
}

div#content_parson
div.title
h2 {
	background-image: url(../images/title_parson.gif);
	width: 128px;
}

div#parsonlist {
	background-image: url(../images/worklist_bgimg_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 478px;
	padding: 12px 0 0 0;
}

div#parsonlist
ul {
	margin: 0 0 0 12px;
}

div#parsonlist
ul
li {
	width: 100px;
	padding: 5px 7px;
	float: left;
}

div#parsonlist
ul
li
a {
	color: #666666;
	text-decoration: none;
}

div#parsonlist
ul
li
a
img {
	display: block;
	margin: 0 0 5px 0;
	border: 1px solid #CCC;
}

div#parsonlist
ul
li
a:hover {
	color: #FF6600;
}

div#parsonlist
ul
li
a:hover
img {
	border: 1px solid #FF6600;
}


div#parsonlist
p#parsonlist_end {
	background-image: url(../images/worklist_bgimg_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 478px;
	height: 10px;
	text-indent: -9999px;
	clear: both
}


/* スタッフブログ */

div#content_blog {
	width: 133px;
	padding: 10px 0 0 0;
	position: absolute;
	top: 0px;
	right: 20px;
}

div#content_blog
div.title
h2 {
	background-image: url(../images/title_blog.gif);
	width: 101px;
}

div#bloglist {
	background-image: url(../images/blog_bgimg_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 133px;
	padding: 12px 0 0 0;
}

div#bloglist
p#blogimage {
	margin: 0 0 6px 6px;
}

div#bloglist
p#blognew {
	background-color: #E7E0CE;
	text-align: center;
	padding: 0.2em 0;
}

div#bloglist
ul {
	margin: 0 12px;	
}

div#bloglist
ul
li {
	background-image: url(../common/images/btn_link_allow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 19px;
	margin: 10px 0;
}

div#bloglist
p#blogrss {
	margin: 0 12px 10px 12px ;
	padding: 0 0 0 20px;
	background-image: url(../images/btn_blog_rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#bloglist
p#blogrss
a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

div#bloglist
p#blogrss
a:hover {
	color: #CC0000;
}

div#bloglist
p#bloglist_end {
	background-image: url(../images/blog_bgimg_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 133px;
	height: 10px;
	text-indent: -9999px;
}

