@charset "shift_jis";
/* ---------------------------------------------------------------- */
/*  common css */
/* ---------------------------------------------------------------- */

/* ---------------------------------------------------------------- */
/* base：ベース */
/* ---------------------------------------------------------------- */
html{height:100%;}

body{
	margin:0;
	padding:0;
	height:100%;
	line-height:1.4;
	color:#000;
	font-family:
		"Osaka",
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		Verdana,
		Chicago,
		sans-serif;
	font-size:75%;
	background:#eee;
}

/* height100% hack */
body > #container{height:auto;}

/* 基本link */
a		{color:#000;text-decoration:none;}
a:link		{}
a:visited	{}
a:hover		{text-decoration:underline;}
a:active	{}

a:hover img{
	filter: alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
}


/* image */
img{border:none;}

/* font */
.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}
em,.em {font-weight:bold; font-style:normal;}
.red {color:#CC0000; font-style:normal;}

/* ---------------------------------------------------------------- */
/* container：外枠 */
/* ---------------------------------------------------------------- */
#container{
	margin:0 auto;
	padding:0;
	width:900px;
	background-color:#eee;
	position: relative;/*フッターリンクフロート要素の中央寄せ*/
	overflow: hidden;　/*フッターリンクフロート要素の中央寄せ*/
}

/* ---------------------------------------------------------------- */
/* wrapper：内枠 */
/* ---------------------------------------------------------------- */
#wrapper{
	margin:0 auto;
	padding:20px 0 0;
	background-color:#fff;
}

/* clear hack */
#wrapper{zoom:1;}
#wrapper:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}
/* ---------------------------------------------------------------- */
/* contents：コンテンツ */
/* ---------------------------------------------------------------- */
#contents{
	float:right;
	width:683px;
	margin-right:6px;
	margin-top:-15px;
}

/* ---------------------------------------------------------------- */
/* コンテンツ部分 */

#contents a{
	color: #A83E42;
	text-decoration: none;
}
#contents a:hover{
	text-decoration: underline;
}
#contents-head{
	margin-bottom: 2em;
}
/* パンくず：共通 */
ul#topic-path{
	margin-bottom: 8px;
}
#topic-path li, #topic-path2 li{
	list-style: url(none) none;
	display: inline;
	color: #333;
	font-size: 11px;
}
#topic-path li a, #topic-path2 li a{
	text-decoration: underline;
	background: url(../common_img/topicpath.gif) no-repeat right 2px;
	margin-right:5px; 
	padding-right:10px; 
}
#topic-path li a:hover, #topic-path2 li a:hover{
	text-decoration: none;
}
/* パンくず：カテゴリページ */
ul#topic-path2{
	margin-bottom:3px;
}


/* h1 */
#title{
	margin-bottom: 8px;
}
#catch{
	padding-left: 10px;
}
#catch a:link{
	color:#3A5C99;
	text-decoration:underline;
}
#catch a:visited{
	color:#3A5C99;
	text-decoration:underline;
}
#catch a:active{
	color:#3A5C99;
	text-decoration:underline;
}
#catch a:hover{
	color:#CF111B;
	text-decoration:none;
}
#catch img.r{
	margin-right:23px;
}

.highlight{
	width:650px;
	margin-bottom: 2.5em;
	padding-left: 10px;
	clear: both;
}
.highlight p{
	margin-bottom: 12px;
}
#contents .highlight li a:link{
	color:#3A5C99;
	text-decoration:underline;
}
#contents .highlight li a:visited{
	color:#3A5C99;
	text-decoration:underline;
}
#contents .highlight li a:active{
	color:#3A5C99;
	text-decoration:underline;
}
#contents .highlight li a:hover{
	color:#CF111B;
	text-decoration:none;
}

#contents .highlight a:link{
	color:#3A5C99;
	text-decoration:underline;
}
#contents .highlight a:visited{
	color:#3A5C99;
	text-decoration:underline;
}
#contents .highlight a:active{
	color:#3A5C99;
	text-decoration:underline;
}
#contents .highlight a:hover{
	color:#CF111B;
	text-decoration:none;
}


/* h2 */
.topic{
	margin-bottom: 20px;
}
.highlight-level1{
	padding-left: 16px;
}



/* h3 */
.topic2{
	font-weight: bold;
	color: #9C4140;
	font-size: 14px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #999999;
}
.topic3{
	font-weight: bold;
	color: #9C4140;
	font-size: 14px;
	margin-left:-7px;
	padding:3px 0 2px 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 3px solid #999999;
	background-color:#F5F5DC;
}
.highlight-level2{
	margin-bottom: 20px;
}

/* list */
.list-circle{
	padding-left: 20px;
}
.list-circle li{
	background:url(../common_img/list-circle.gif) no-repeat left 4px;
	padding-left: 14px;
	list-style: url(none) none;
}

/* pdf */
.pdf{
	/*padding-top: 10px;*/
}
.pdf a{
	background: url(../common_img/pdf-icon.jpg) no-repeat left top;
	padding-top: 8px;
	padding-left: 34px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

.pdf-banner{
	background: #F3F3F3;
	margin: 0px auto;
	padding: 10px;
	clear: both;
	width: 500px;
	border: 1px solid #A49A98;
	height: 40px;
}
.pdf-banner p{
	margin: 0px;
	padding: 0px;
}
.pdf-banner img{
	float: left;
	padding-right: 10px;
}

/* clearfix */
.clearfix:after {
clear:both;
content:".";
display:block;
height:0pt;
visibility:hidden;}
.clearfix {}
* html .clearfix {height:1%;}
.clearfix {display:block;}

/* ---------------------------------------------------------------- */



/* ---------------------------------------------------------------- */
/* header css */
/* ---------------------------------------------------------------- */

/* ----------------------- header ------------------------- */

/* リセット */
#header *{margin:0;padding:0;}

/* ヘッダ:枠 */
#header{
	margin:8px auto 0;
	width:900px;
	background:url('../common_img/header/header_back.gif') repeat-x 0 0;
}

/* clear hack */
#header{zoom:1;}
#header:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}


/* ヘッダ:home */
#header #header-home{
	float:left;
	padding-left:15px;
}

/* ヘッダ:logo */
#header #header-logo{
	float:left;
	padding:8px 5px 12px;
}
/* ヘッダ:TEL、FAX */
#header #header-tel ul{
	padding:0 15px;
	text-align:right;
}

#header #header-tel li{
	padding-bottom:5px;
	list-style-type:none;
}




/* ----------------------- gloval_nav ------------------------- */
#gloval-nav *{margin:0;padding:0;}
#gloval-nav {clear:both;}

#gloval-nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#gloval-nav li{
	float:left;
	text-align:center;
	padding-right:1px;
}
/* ベーシックボタンのリンク */
#gloval-nav li.nav-basic a{
	display:block;
	background:url('../common_img/header/nav_back_basic.gif') no-repeat 0 0;	width:128px;
	line-height:29px;
}
#gloval-nav li.nav-basic a:hover{
	display:block;
	background:url('../common_img/header/nav_back_basic_on.gif') no-repeat 0 0;	width:128px;
	line-height:29px;
}

/* 短いボタンのリンク */
#gloval-nav li.nav-short a{
	display:block;
	background:url('../common_img/header/nav_back_short.gif') no-repeat 0 0;	width:117px;
	line-height:29px;
}
#gloval-nav li.nav-short a:hover{
	display:block;
	background:url('../common_img/header/nav_back_short_on.gif') no-repeat 0 0;
	width:117px;
	line-height:29px;
}

/* 長いボタンのリンク */
#gloval-nav li.nav-long a{
	display:block;
	background:url('../common_img/header/nav_back_long.gif') no-repeat 0 0;
	width:148px;
	line-height:29px;
}
#gloval-nav li.nav-long a:hover{
	display:block;
	background:url('../common_img/header/nav_back_long_on.gif') no-repeat 0 0;
	width:148px;
	line-height:29px;
}
/* リスト最後 */
#gloval-nav li#end{
	float:left;
	padding:0;
}
/* clear hack */
#gloval-nav ul{zoom:1;}
#gloval-nav ul:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}






/* ---------------------------------------------------------------- */
/* menu：左メニュー */
/* ---------------------------------------------------------------- */
/*------- メニュー大枠 -------*/
/* header:link色 */
#menu a		{color:#000;text-decoration:none;}
#menu a:link	{}
#menu a:visited	{}
#menu a:hover	{text-decoration:underline;}
#menu a:active	{}


#menu{
	margin:0;
	float:left;
	width:200px;
}


/* お問い合せはこちら */
#m-toi *{margin:0;padding:0;}
#m-toi{
	margin:0 auto 10px;
	padding:0 0 7px 0;
	background:url('../common_img/menu/toi_bottom.gif') no-repeat 0 bottom;
	width:186px;
}
#m-toi #box ul{
	padding:15px 0 5px 0;
	list-style-type:none;
	background:url('../common_img/menu/toi_back.gif') no-repeat 0 0;
}
#m-toi #box li{
	margin:0 auto;
	text-align:center;
}
/* 企業タイプで見る */
#type *{margin:0;padding:0;}
#type{
	margin:0 auto 15px;
	background:url(../common_img/menu/type_back.gif) no-repeat 0 0;
	width:186px;
	height:152px;
}
#type ul{
	list-style-type:none;
	text-align:right;
	font-size:0;
}

/* コンテンツ別メニュー */
#menu .m-contents *{margin:0;padding:0;}
#menu .m-contents{
	margin:0 auto 10px;
	width:186px;
}
#menu .m-contents dt{
	margin:0 auto;
	text-align:center;
	background:url(../common_img/menu/m-contents-top.gif) no-repeat 0 0;
	line-height:22px;
}
/* header:link色 */
#menu .m-contents dt a		{color:#fff;text-decoration:none;}
#menu .m-contents dt a:link	{}
#menu .m-contents dt a:visited	{}
#menu .m-contents dt a:hover	{text-decoration:underline;}

/*#menu .m-contents dd{
	font-weight: normal;
	color: #893B40;
	background:url(../common_img/menu/m-arrow-over.gif) no-repeat 10px 7px #f1c5c5;
	height: 21px;
	margin-top:1px;
	padding-left:25px;
	padding-top:4px;
}
#menu .m-contents dd a{
	background:url(../common_img/menu/m-arrow.gif) no-repeat 10px 7px #ecdfdf;
	display: block;
	height: 17px;
	width: 156px;
	padding:4px 5px 4px 25px;
	margin-left:-25px;
	margin-top:-4px;
}*/
#menu .m-contents dd{
	font-weight: normal;
	color: #893B40;
	background:url(../common_img/menu/m-arrow-over.gif) no-repeat 10px 7px #f1c5c5;
	height: auto;
	width:161px;
	margin-top:1px;
	padding-left:25px;
	padding-top:4px;
	padding-bottom:4px;
}
#menu .m-contents dd a{
	background:url(../common_img/menu/m-arrow.gif) no-repeat 10px 7px #efdfde;
	display: block;
	height: auto;
	width: 156px;
	margin:-4px 0 -4px -25px;
	padding:4px 5px 4px 25px;
}
#menu .m-contents dd a:hover{
	background:url(../common_img/menu/m-arrow-over.gif) no-repeat 10px 7px #f1c5c5;
	color: #893B40;
	text-decoration: none;
}


/* 会社概要 */
#m-office *{margin:0;padding:0;}
#m-office{
	margin:0 auto 10px;
	background:url('../common_img/menu/line.gif') no-repeat 0 0;
	width:184px;
}

#m-office ul{
	padding:15px 0 10px 0;
	background:url('../common_img/menu/line.gif') no-repeat 0 bottom;
	list-style-type:none;
}
#m-office li{
	padding-left:30px;
	padding-bottom:4px;
	background:url('../common_img/menu/arrow.gif') no-repeat 10px 0;
	list-style-type:none;
}
#m-office li#m-end{
	padding-bottom:3px;
}

/* デザイン+αコラム */
#m-column *{margin:0;padding:0;}
#m-column{
	margin:0 auto 10px;
	padding:0 0 7px 0;
	background:url('../common_img/menu/column_design_bottom.gif') no-repeat 0 bottom;
	width:186px;
}

#m-column #colunm-box ul{
	padding:5px 0 5px 5px;
	list-style-type:none;
	background:url('../common_img/menu/column_design_back.gif') repeat-y 0 0;
}
#m-column #colunm-box li{
	padding-left:30px;
	background:url('../common_img/menu/arrow_design.gif') no-repeat 10px 3px;
	list-style-type:none;
}



/* バナー一覧 */
#menu .bannar *{margin:0;padding:0;}
#menu .bannar{
	margin:0 auto 10px;
	text-align:center;
}

/* ライン */
#menu .line{
	padding-bottom:12px;
	background:url('../common_img/menu/line.gif') no-repeat center bottom;
}


/* ---------------------------------------------------------------- */
/* footer css */
/* ---------------------------------------------------------------- */

/* ----------------------- footer ------------------------- */

#footer{
	margin:0 auto;
	width:900px;
	height:41px;
	text-align:center;
	background:url(../common_img/footer/footer_back.gif) repeat-x 0 0;
	clear:both;
}
#footer img{
	padding-top:10px;
	text-align:center;
}

/*-------------　フッターのリンク --------------------------*/

/*フロート要素の中央寄せ*/
ul#footerLink{
	list-style-type:none;
	position:relative;
	left:50%;
	float:left;
	padding: 5px 0;

}
ul#footerLink li{
	position:relative;
	left:-50%;
	float:left;
}


/*------------- このページのトップへ -----------------------*/
div.retop{
	width:890px;
	background:#fff;
	text-align:right;
	padding-right:10px;
	padding-bottom:5px;
	margin:0 auto;
}
div.retop a:link{
	color:#A83E42;	
}


/* ---------------------------------------------------------------- */
/* 共通お問合せ(ここから追加) css */
/* ---------------------------------------------------------------- */

#con{
	margin:40px auto 5px;
	text-align:center;
}

/* ---------------------------------------------------------------- */
/* 共通お問合せ（外枠付き） */
/* ---------------------------------------------------------------- */

.toiawase2{
	width:615px;
	background-color:#F1EAD3;
	padding:15px 17px;
	border: 1px #987373 solid;
	margin:0 auto 0 10px;
}

.toiawase2 h4{
	margin:10px 0 10px 5px;	
	font-size:14px;
}

.toiawase2 p{
	padding:0;
	margin:0;
}

.toiawase2 p.toi_title{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

.toiawase2 ul{
	float:left;
	padding-left:0;
	margin-top:0;
	margin-left:10px;
	margin-bottom:3px;
	list-style:none;
}

.toiawase2 ul li{
	background: url(../common_img/toi_yaji.gif) left 3px no-repeat;
	padding-left:15px;
	margin-bottom:5px;
}

.toiawase2 p.title{
	margin-bottom:10px;
}

.toiawase2 p.toi_photo{
	float:right;
}

.toiawase2 p.toi_box{
	clear:both;
}

.clear{clear:both;}


/* ---------------------------------------------------------------- */
/* 共通お問合せ（TOPページのみ） */
/* ---------------------------------------------------------------- */

.toiawase3{
	clear:both;
	margin:0 auto 50px;
	width:615px;
	background-color:#F1EAD3;
	padding:15px 17px;
	border: 1px #987373 solid;
}

.toiawase3 h4{
	margin:10px 0 10px 5px;	
	font-size:14px;
}

.toiawase3 p{
	padding:0;
	margin:0;
}

.toiawase3 p.toi_title{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

.toiawase3 ul{
	float:left;
	padding-left:0;
	margin-top:0;
	margin-left:10px;
	margin-bottom:3px;
	list-style:none;
}

.toiawase3 ul li{
	background: url(../common_img/toi_yaji.gif) left 3px no-repeat;
	padding-left:15px;
	margin-bottom:5px;
}

.toiawase3 p.title{
	margin-bottom:10px;
}

.toiawase3 p.toi_photo{
	float:right;
}

.toiawase3 p.toi_box{
	clear:both;
}

/* ---------------------------------------------------------------- */
/* 各ページカテゴリ */
/* ---------------------------------------------------------------- */

#line{
	margin:0 0 25px;
}	

/* カテゴリタイトル */
#category-title{
	margin:0 auto 40px;
	text-align:center;
}
/* カテゴリ枠共通 */
.category-box,.category-box-nofig{
	margin:0 0 10px 40px;
	width:558px;
	letter-spacing:0.8px;
}
/* リンクボタン共通 */
.category-box img.sub-t, .category-box-nofig img.sub-t{
	margin:0 auto 10px;
}


/*---------------- カテゴリ枠：サムネイルあり共通 ----------------*/


/* カテゴリ：左 */

.category-box-l{
	margin:0;
	padding:0 0 0 20px;
	float:left;
	width:355px;
}

/* カテゴリ：右 */

.category-box-r{
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
	float:right;
	width:160px;
}
.category-box-r img{
	margin:0 auto 18px;
}


/* clear hack */
.category-box{zoom:1;}
.category-box:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}

/*---------------- カテゴリ枠：サムネイルあり：お客様の声 ----------------*/
/* カテゴリ：左 */

.category-box-lv{
	margin:0;
	padding:0 0 0 20px;
	float:left;
	width:260px;
}
.category-box-lv p{
	margin-bottom:8px;
}

/* カテゴリ：右 */

.category-box-rv{
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
	float:right;
	width:250px;
}
.category-box-rv img{
	margin:0 auto 18px;
}
/*---------------- カテゴリ枠：サムネイルなし ----------------*/

/* サムネイルなし：文章 */
.category-box-nofig p{
	margin:0 auto 15px;
	width:520px;
}

/* 詳細ボタン */
.category-box-nofig .b-detail{
	margin:0 auto 18px;
	padding:0;
	width:538px;
	text-align:right;
}


/* ---------------------------------------------------------------- */
/* 企業タイプ別派遣人材カテゴリ */
/* ---------------------------------------------------------------- */

/* カテゴリ：model枠 */
.category-model{
	margin:0 auto 30px;
	width:580px;
}
/* 画像：左 */
.category-model .fig{
	float:left;
	width:205px;
}
/* 画像：左 */
.category-model .model-txt *{margin:0;padding:0;}
.category-model .model-txt{
	float:right;
	width:360px;
}
/* EC部門：カラー */
.category-model .model-txt p#color-ec{
	margin-top:8px;
	font-size:14px;
	color:#793f3d;
	font-weight:bold;
}
/* WEB部門：カラー */
.category-model .model-txt p#color-web{
	margin-top:8px;
	font-size:14px;
	color:#4d6321;
	font-weight:bold;
}
/* 制作部門：カラー */
.category-model .model-txt p#color-seisaku{
	margin-top:8px;
	font-size:14px;
	color:#144771;
	font-weight:bold;
}

.category-model .model-txt .btn-model{
	margin-bottom:3px;
	padding-bottom:3px;
	text-align:right;
	border-bottom:1px solid #b5b5b5;
}

/* clear hack */
.category-model{zoom:1;}
.category-model:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}


/* ---------------------------------------------------------------- */
/* 会社概要カテゴリ */
/* ---------------------------------------------------------------- */
/* カテゴリ共通枠 */
#category-box{
	margin:0 auto 20px;
	width:600px;
}
/* イラストあり */
#category-box dl{
	margin:0 auto 22px;
}

/* リンクボタン */
#category-box dt{
	margin:0 auto 3px;
}
#category-box dd{
	margin:0 5px;
	text-align:right;
}
/* テキスト */
#category-box dd p{
	margin:0 0 5px;
	text-align:left;
}

/* カテゴリ：左 */
#category-box-l *{margin:0;padding:0;}

#category-box-l{
	float:left;
	width:283px;
}

/* カテゴリ：右 */
#category-box-r *{margin:0;padding:0;}

#category-box-r{
	float:right;
	width:283px;

}

/* clear hack */
#category-box{zoom:1;}
#category-box:after{content:" ";clear:both;height:0;display:block;visibility:hidden;}



/* ---------------------------------------------------------------- */
/* 各ページカテゴリ(ここまで) */
/* ---------------------------------------------------------------- */


.ya_arrow {background:url("../common_img/menu/arrow.gif") no-repeat 0 50%; padding-left:20px;}
.ya {background:url("../common_img/p_ya.gif") no-repeat 0 50%; padding-left:10px;}
.ya1 {background:url("../common_img/p_ya_a1.gif") no-repeat 0 50%; padding-left:20px;}
.ya-top {background:url("../common_img/p_ya_a.gif") no-repeat 0 50%; padding-left:20px;}
div.tenline {background:url("../common_img/p_tenline.gif") repeat-x 0 50%; line-height:1%; font-size:1%; height:1px;}
div.tenline img{margin-top:-15px;}

.mrg-t5 {margin-top:5px;}
.mrg-t15 {margin-top:15px;}
.mrg-t30 {margin-top:30px;}
.mrg-b15 {margin-bottom:15px;}
.mrg-b30 {margin-bottom:30px;}

/*枠付き写真*/
.ph{
	padding:2px;
	border:1px solid #ccc;
	background:#FFF;
}
