@charset "utf-8";

/*--------------------------------------
　基本設定
---------------------------------------*/

* {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
    -webkit-font-smoothing
}
#wrapp {
	margin: auto;
	width: 100%;
	background-color: #000000;
}
#wrapp #main {
	width: 950px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	clear: both;
}

/*----clearfix------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*----フォントサイズ------*/

p {
	line-height: 180%;
	color: #CDCDCD;
	font-size: 100%;
}

.fs10 { font-size: 72% } /* 10px */
.fs11 { font-size: 79% } /* 11px */
.fs12 { font-size: 86% } /* 12px */
.fs13 { font-size: 93% } /* 13px */
.fs15 { font-size: 108% } /* 15px */
.fs16 { font-size: 115% } /* 16px */
.fs17 { font-size: 122% } /* 17px */
.fs18 { font-size: 129% } /* 18px */
.fs19 { font-size: 136% } /* 19px */
.fs20 { font-size: 143% } /* 20px */

span.strong {
	font-size: 150%;/* 21px */
	font-weight: bold;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
span.en{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
span.red {
	color: #B7282E;
}

span.loose {
	line-height: 250%;
	font-weight: normal;
}

/*----キャプション------*/
.chap {
	color: #3366CC;
	font-size: 10px;
	font-weight: normal;
}

/*----囲み文字------*/
.enc {
	color:#666666;
	border: 1px solid #3366CC;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline-block;
	margin-right: 10px;
	background-color: #FFFFFF;
}
.enc_r {
	color:#FFFFFF;
	font-weight: normal;
	background-color: #3366CC;
	display: inline-block;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 90%;
}
.enc_r a {
	color:#FFFFFF;
	font-weight: normal;
	background-color: #3366CC;
	display: inline-block;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 90%;
}
.enc_r a:hover {
	color:#B3EBF7;
	font-weight: normal;
	background-color: #3366CC;
	display: inline-block;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 90%;
}

p.more a{
	background-color: #3399FF;
	border: 1px solid #FFCCFF;
	display: inline;
	margin-bottom: 20px;
	float: right;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 92%;
	font-weight: normal;
}
p.more a:hover{
	background-color: #3366CC;
	border: 1px solid #FFCCFF;
	display: inline;
	margin-bottom: 20px;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 92%;
	font-weight: normal;
}



/*Safariのみ見え方が異なるため、ハックで調整*/
body:last-child:not(:root:root) .cubettl {
padding-top:0px;
padding-bottom:1px;
}

.sub {
	font-size: 125%;
	font-weight: bolder;
	border-bottom: 1px dotted #555555;
	line-height: 100%;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
img {
	vertical-align: top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.float_r {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
img.float_l {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

ul.img {
	list-style-position: inside;
	list-style-image: url(../img/common/icon/list_img.png);
}

a {
	color: #20773D;
}
a:hover {
	color: #33CC33;
	text-decoration: none;
}
table {
    font-size:inherit;
    font:100%;
}

ul{
}
li {
}
ul.link{
	list-style-type: none;
}
ul.link li{
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.link li a{
	text-decoration: none;
}
ul.link li a:hover{
	text-decoration: underline;
}
span.red {
	color: #CC3333;
}
span.ttl {
	color: #333333;
	font-size: 13px;
}
span.cap {
	color: #996600;
	font-size: 10px;
	font-weight: normal;
}

ol{
	padding-left: 25px;
	font-size: 100%;
	line-height: 200%;
	color: #CDCDCD;
	zoom : 1;
}
ol li{
	zoom : normal;
	list-style-type: decimal;
}
li span {
	font-size: 14px;
	font-weight: bold;
}
li span.blue {
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
}

/*----main(default)------*/

#wrapp #main #btp {
	clear: both;
	height: 20px;
	width: 150px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-right: 0px;
	padding-left: 800px;
}


#main #clear {
	clear: both;
	height: 20px;
	width: 950px;
	position: relative;
}
#contents .clear {
	clear: both;
	height: 20px;
	width: 700px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}
#contents .clear2 {
	clear: both;
	height: 20px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
#contents .clearboth {
	clear: both;
	height: 5px;
	width: 100%;
	margin-bottom: 5px;
}

/*--------------------------------------
　ヘッド
---------------------------------------*/

#wrapp #head {
	background-image: url(../img/common/head/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	line-height: 0px;
	height: 130px;
	position: relative;
}
#head #header {
	background-repeat: repeat-x;
	height:130px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../img/common/head/header.png);
	z-index: 2;
}

#head #header h1 {
	font-size: 11px;
	position: absolute;
	top: 10px;
	line-height: 16px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	left: 0px;
	z-index: 3;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#head #header #logo {
	height: 83px;
	width: 82px;
	position: absolute;
	left: 460px;
	top: 10px;
	z-index: 3;
	right: 460px;
}
#header #logo a#toppage {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 117%;
	font-style: normal;
	line-height: normal;
	color: #333333;
	overflow: hidden;
	background-image: url(../img/common/head/logo_gr.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 83px;
	width: 82px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #logo a#toppage:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 117%;
	font-style: normal;
	line-height: normal;
	color: #333333;
	overflow: hidden;
	background-image: url(../img/common/head/logo_gr.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 83px;
	width: 82px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}

#head #header #logotype {
	height: 22px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 2;
}
#header #logotype a#top {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 117%;
	font-style: normal;
	line-height: normal;
	color: #333333;
	overflow: hidden;
	background-image: url(../img/common/head/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 22px;
	width: 300px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header #logotype a#top:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 117%;
	font-style: normal;
	line-height: normal;
	color: #333333;
	overflow: hidden;
	background-image: url(../img/common/head/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 22px;
	width: 300px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
}

#head #header #tel {
	height: 30px;
	width: 180px;
	position: absolute;
	top: 30px;
	right: 0px;
	background-image: url(../img/common/head/tel.png);
}
#head #header #hd {
	height: 25px;
	width: 170px;
	position: absolute;
	top: 0px;
	right: 120px;
}
#head #header #en {
	height: 25px;
	width: 110px;
	position: absolute;
	top: 0px;
	right: 10px;
}

/*----グローバルナビゲーション------*/
#navi {
	background-image: url(../img/common/head/bg_navi.jpg);
	background-repeat: repeat-x;
	height: 41px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 44px;
}
ul#navigation {
	width:1000px;
	height: 50px;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 0px;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 1;
	right: 0px;
}
ul#navigation li {
	float:left;
	list-style:none;
}
ul#navigation li a {
	display:block;
	height:50px;
	font-weight:bold;
	text-indent:-9999px;
	background-image:url(../img/common/head/navi.jpg);
	background-repeat:no-repeat;
	background-position: center;
	width: 1000px;
}

ul#navigation a.service {
    width:200px;
	background-position:0px -50px;
}
ul#navigation li a.service:hover {
    background-position:0px 0px;
}

ul#navigation a.corporate {
    width:200px;
	background-position:-200px -50px;
}
ul#navigation li a.corporate:hover {
    background-position:-200px 0px;
} 

ul#navigation a.home {
    width:200px;
	background-position:-400px -50px;
}
ul#navigation li a.home:hover {
    background-position:-400px 0px;
} 

ul#navigation a.recruit {
    width:200px;
	background-position:-600px -50px;
}
ul#navigation li a.recruit:hover {
    background-position:-600px 0px;
} 

ul#navigation a.contact {
    width:200px;
	background-position:-800px -50px;
}
ul#navigation li a.contact:hover {
    background-position:-800px 0px;
} 

/*--------------------------------------
　パンくずリスト
---------------------------------------*/
#bg_path {
	background-image: url(../img/common/path/bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	margin-bottom: 30px;
}
#bg_path #path {
	height: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	background-image: url(../img/common/path/path.jpg);
	top: 130px;
	padding-top: 10px;
	padding-left: 20px;
}
ul#topicpath {
	margin-right: 0;
	margin-left: 0;
}
ul#topicpath li {
	display:inline;
	list-style-type:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	color: #FFFFFF;
	font-weight: normal;
}   
ul#topicpath li a {
	padding-right:10px;
	background-image: url(../img/common/icon/crumbs.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #0099CC;
}  
ul#topicpath li a:hover {
	padding-right:10px;
	background-image: url(../img/common/icon/crumbs.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	color: #CCCCCC;
}  

/*--------------------------------------
　ページタイトル（ビジュアル部分）
---------------------------------------*/
/*----下層ページ------*/
#title_l  {
	height: 100px;
	width: 100%;
	background-color: #000000;
}
#title_l #ttl  {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/*----親ページ------*/
#title_p  {
	height: 300px;
	width: 100%;
	background-color: #000000;
	margin-bottom: 30px;
}
#title_p #ttl  {
	height: 300px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/*----親ページ------*/
#title_t  {
	height: 500px;
	width: 100%;
	background-color: #000000;
	margin-bottom: 30px;
}
#title_t #ttl  {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



/*--------------------------------------
　ＴＯＰページ用レイアウト
---------------------------------------*/
#wrapp #main #container {
	float: right;
	width: 750px;
	margin-top: 40px;
}

/*----コンテンツ部分(TOPページ）------*/
#wrapp #main #container #contents_t {
	width: 550px;
	font-size: 100%;
	float: left;
}

#contents_t .box_t {
	width: 550px;
	margin-bottom: 15px;
}

#contents_t #topics {
	height: 600px;
	width: 548px;
	border: 1px solid #CCCCCC;
}

/*----右サイド部分(TOPページ）------*/
#wrapp #main #container #side_r {
	width: 180px;
	float: right;
}

#container #side_r .sidebanner {
	width: 180px;
}

/*----バナー（グループ会社）------*/
#container #side_r .sidebanner #group {
	background-image: url(../img/common/side/top/base_group.jpg);
	height: 227px;
	width: 180px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	position: relative;
}
#container #side_r .sidebanner #group #hd {
	height: 32px;
	width: 150px;
	position: absolute;
	left: 15px;
	top: 101px;
	right: 15px;
}
#container #side_r .sidebanner #group #hd img:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}
#container #side_r .sidebanner #group #j-logi {
	height: 32px;
	width: 150px;
	position: absolute;
	left: 15px;
	top: 141px;
	right: 15px;
}
#container #side_r .sidebanner #group #j-logi img:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}
#container #side_r .sidebanner #group #firm {
	height: 32px;
	width: 150px;
	position: absolute;
	left: 15px;
	top: 180px;
	right: 15px;
}

#container #side_r .sidebanner #group #firm img:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}



/*----左サイド部分(TOPページ）------*/
#wrapp #main #side_l {
	width: 180px;
	margin-right: 20px;
	float: left;
	margin-top: 40px;
}
#main #side_l .sidebanner .bnttl {
	height: 30px;
	width: 180px;
	float: left;
}

#main #side_l .sidebanner .bannerBox {
	width: 180px;
}


/*----バナー（お問い合わせ）------*/
#side_l .sidebanner .bn_contact {
	height:20px;
	width: 150px;
	margin-bottom: 5px;
	margin-top: 0px;
	background-image: url(../img/common/side/top/bn_info.jpg);
	padding-top: 110px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
}

/*----各種バナー------*/
ul#banner_t {
	width:180px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	margin: 0px;
}
ul#banner_t li {
	list-style:none;
	overflow: hidden;
}
ul#banner_t li a {
	display:block;
	font-weight:bold; 
	text-indent:-9999px;
	width: 180px;
	margin-bottom: 3px;
}
ul#banner_t li a:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}

ul#banner_t a.recruit {
	width:180px;
	background-image: url(../img/common/side/top/bn_recruit.jpg);
	height:110px;
}

/*--------------------------------------
　Box-full（幅950px用レイアウト）
---------------------------------------*/


.box-full {
	width: 100%;
	margin-bottom: 20px;
}

/*----インデックス（950px）------*/
.index-box {
	height: 320px;
	width:950px;
	margin-bottom: 20px;
}
/*----index_mov------*/
.index_mov {
	text-align: center;
	width: 540px;
	float: left;
	margin-bottom: 10px;
	height: 320px;
	margin-right: 30px;
	position: relative;
}

.index_mov .img {
	height: 180px;
	width: 540px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index_mov .title {
	font-size: 122%;
	font-style: normal;
	font-weight: normal;
	color: #CDCDCD;
	text-align: center;
	height: 32px;
	width: 540px;
	position: absolute;
	top: 185px;
	left: 0px;
	background-color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
}

.index_mov .chap {
	font-size: 93%;
	font-style: normal;
	font-weight: normal;
	color: #CDCDCD;
	text-align: left;
	height: 60px;
	width: 540px;
	position: absolute;
	top: 230px;
	line-height: 150%;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.index_mov .btn {
	height: 20px;
	width: 110px;
	position: absolute;
	top: 300px;
	right: 215px;
	left: 215px;
}

/*----index_trans------*/
.index_trans {
	text-align: center;
	width: 380px;
	float: left;
	margin-bottom: 10px;
	height: 320px;
	position: relative;
}

.index_trans .img {
	height: 180px;
	width: 380px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index_trans .title {
	font-size: 122%;
	font-style: normal;
	font-weight: normal;
	color: #CDCDCD;
	text-align: center;
	height: 32px;
	width: 380px;
	position: absolute;
	top: 185px;
	left: 0px;
	background-color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
}

.index_trans .chap {
	font-size: 93%;
	font-style: normal;
	font-weight: normal;
	color: #CDCDCD;
	text-align: left;
	height: 60px;
	width: 380px;
	position: absolute;
	top: 230px;
	line-height: 150%;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.index_trans .btn {
	height: 20px;
	width: 110px;
	position: absolute;
	top: 300px;
	right: 135px;
	left: 135px;
}


/*----index3------*/
.index_3 {
	text-align: center;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	height: 290px;
	margin-right: 25px;
	position: relative;
}

.index_3 .img {
	height: 150px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index_3 .title {
	font-size: 122%;
	font-style: normal;
	font-weight: normal;
	color: #CDCDCD;
	text-align: center;
	height: 32px;
	width: 300px;
	position: absolute;
	top: 155px;
	left: 0px;
	background-color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
}

.index_3 .chap {
	font-size: 93%;
	font-style: normal;
	font-weight: normal;
	color: #CDCDCD;
	text-align: left;
	height: 60px;
	width: 300px;
	position: absolute;
	top: 200px;
	line-height: 150%;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.index_3 .btn {
	height: 20px;
	width: 110px;
	position: absolute;
	top: 270px;
	right: 95px;
	left: 95px;
}

.index_3r {
	text-align: center;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	height: 290px;
	position: relative;
}

.index_3r .img {
	height: 150px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index_3r .title {
	font-size: 122%;
	font-style: normal;
	font-weight: normal;
	color: #CDCDCD;
	text-align: center;
	height: 32px;
	width: 300px;
	position: absolute;
	top: 155px;
	left: 0px;
	background-color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
}

.index_3r .chap {
	font-size: 93%;
	font-style: normal;
	font-weight: normal;
	color: #CDCDCD;
	text-align: left;
	height: 60px;
	width: 300px;
	position: absolute;
	top: 200px;
	line-height: 150%;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.index_3r .btn {
	height: 20px;
	width: 110px;
	position: absolute;
	top: 270px;
	right: 95px;
	left: 95px;
}

/*----index5------*/
.index_5 {
	text-align: center;
	width: 160px;
	float: left;
	margin-bottom: 10px;
	height: 290px;
	margin-right: 15px;
	position: relative;
	margin-left: 15px;
}

.index_5 .img {
	height: 100px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-right: 30px;
	margin-left: 30px;
}
.index_5 .title {
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	width: 160px;
	position: absolute;
	top: 120px;
	left: 0px;
}

.index_5 .chap {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-align: left;
	height: 60px;
	width: 160px;
	position: absolute;
	top: 150px;
	line-height: 130%;
	left: 0px;
}

.index_5 .btn {
	height: 20px;
	width: 110px;
	position: absolute;
	top: 230px;
	right: 25px;
	left: 25px;
}

.index_5r {
	text-align: center;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	height: 290px;
	position: relative;
}

.index_5r .img {
	height: 150px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index_5r .title {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	height: 15px;
	width: 300px;
	position: absolute;
	top: 170px;
	left: 0px;
}

.index_5r .chap {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	height: 60px;
	width: 300px;
	position: absolute;
	top: 200px;
	line-height: 130%;
	left: 0px;
}

.index_5r .btn {
	height: 20px;
	width: 110px;
	position: absolute;
	top: 270px;
	right: 95px;
	left: 95px;
}



/*--------------------------------------
　サイドバー
---------------------------------------*/
#wrapp #main #side {
	width: 230px;
	margin-right: 20px;
	float: left;
}
#side .sidebanner .bnttl {
	height: 30px;
	width: 230px;
}

#side .sidebanner .bannerBox {
	width: 230px;
}

/*----ローカルナビゲーション------*/
#side .sidebanner .side_box {
	background-image: url(img/common/side/side_box.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 220px;
	border: 1px solid #C5C5BE;
	margin-bottom: 5px;
	background-color: #F1F1ED;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#side .sidebanner .side_box h3 {
	background-color: #638F9D;
	background-image: none;
	line-height: 18px;
	text-indent: 5px;
	height: 18px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #66B8CF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#side .sidebanner .side_box .side_inbox {
	background-image: url(img/common/side/side_inbox.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #D6D5CB;
	width: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#side .sidebanner .side_menu li {
	line-height:0;
	list-style-type: none;
}
#side .sidebanner .side_menu li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #14130C;
	text-decoration: none;
	background-color: #F8F8F5;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E0;
	background-image: url(../img/common/side/arrow_li.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#side .sidebanner .side_menu li a:hover {
	background-color: #A9A9A9;
	color: #FFFFFF;
	background-image: url(../img/common/side/arrow_li_ov.gif);
}
#side .sidebanner .side_menu li ul {
	background-color: #A9A9A9;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#side .sidebanner .side_menu li ul li a {
	background-position: 15px;
	width: 155px;
	padding-left: 34px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDD2D3;
	border-bottom-color: #CDD2D3;
	border-left-color: #CDD2D3;
	border-top-style: none;
	color: #B72D27;
}

/*----バナー部分------*/
#side .sidebanner {
	width: 230px;
	margin-bottom: 2px;
	margin-top: 0px;
	padding: 0px;
}
/*----バナー（お問い合わせ）------*/
#side .sidebanner #bn_contact {
	height:25px;
	width: 190px;
	margin-bottom: 5px;
	margin-top: 0px;
	background-image: url(../img/common/side/bn_contact.jpg);
	padding-top: 140px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
/*----バナー（グループ会社）------*/
#side .sidebanner #group {
	background-image: url(../img/common/side/base_group.jpg);
	height: 290px;
	width: 230px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	position: relative;
}
#side .sidebanner #group #hd {
	height: 40px;
	width: 190px;
	position: absolute;
	left: 20px;
	top: 130px;
	right: 20px;
}
#side .sidebanner #group #hd img:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}
#side .sidebanner #group #r-logi {
	height: 40px;
	width: 190px;
	position: absolute;
	left: 20px;
	top: 180px;
	right: 20px;
}
#side .sidebanner #group #r-logi img:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}
#side .sidebanner #group #firm {
	height: 40px;
	width: 190px;
	position: absolute;
	left: 20px;
	top: 230px;
	right: 20px;
}

#side .sidebanner #group #firm img:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}

/*----各種バナー------*/
ul#banner {
	width:230px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	margin: 0px;
}
ul#banner li {
	list-style:none;
	overflow: hidden;
}
ul#banner li a {
	display:block;
	font-weight:bold; 
	text-indent:-9999px;
	width: 230px;
	margin-bottom: 3px;
}
ul#banner li a:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}

ul#banner a.recruit {
	width:230px;
	background-image: url(../img/common/side/bn_recruit.jpg);
	background-repeat: no-repeat;
	height:140px;
}

/*--------------------------------------
　フッター
---------------------------------------*/
#wrapp #foot {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 320px;
	background-repeat: repeat-x;
	background-image: url(../img/common/foot/bg.png);
	background-position: center top;
}
#wrapp #foot #footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 320px;
	background-image: url(../img/common/foot/bg_footer.png);
}

#footer #inner {
	width: 1000px;
	height: 320px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/common/foot/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer #inner li {
	display:inline;
	padding:0 5px 0 17px;
}

#inner #innerbox {
	height:215px;
	width:1000px;
	position: absolute;
	top: 135px;
}
#inner #innerbox .box {
	float: left;
	width: 229px;
	padding: 5px;
	margin-left: 10px;
}

#footer #inner #btp a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 117%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/common/foot/btp.png);
	position: absolute;
	height: 45px;
	width: 30px;
	left: 485px;
	top: 10px;
	right: 485px;
	text-indent: -9999px;
}
#footer #inner #btp a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 117%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/common/foot/btp.png);
	position: absolute;
	height: 45px;
	width: 30px;
	left: 485px;
	top: 5px;
	right: 485px;
	text-indent: -9999px;
}

/*----footer navi------*/
ul.footernavi img {
	margin-bottom: 5px;
}
ul.footernavi li {
	list-style-type:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	color: #666666;
	text-indent: 10px;
	font-weight: normal;
	line-height: 100%;
}   
ul.footernavi li a {
	background-image: url(../img/common/icon/crumbs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	color: #333333;
}  
ul.footernavi li a:hover {
	background-image: url(../img/common/icon/crumbs.gif);
	background-position: 5px center;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	color: #3399CC;
}  

.txt_logo {
	background-image: url(../img/common/foot/f-logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 22px;
	width: 300px;
	position: absolute;
	left: 13px;
	top: 85px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 117%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
.txt_copyright {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/common/foot/footer_copyright.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 10px;
	width: 300px;
	position: absolute;
	top: 290px;
	left: 355px;
}
.txt_mail {
	background-image: url(../img/common/foot/footer_mail.png);
	background-repeat: no-repeat;
	height: 12px;
	width: 180px;
	position: absolute;
	left: 10px;
	top: 155px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-indent: -9999px;
}
.txt_tel {
	background-image: url(../img/common/foot/tel.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 160px;
	position: absolute;
	left: 13px;
	top: 112px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-indent: -9999px;
}
.txt_address {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	position: absolute;
	top: 140px;
	height: 40px;
	width: 600px;
	left: 13px;
	line-height: 140%;
	font-weight: normal;
}


/*--------------------------------------
　コンテンツ部分
---------------------------------------*/
#wrapp #main #contents {
	width: 700px;
	float: right;
	font-size: 100%;
}
/*----見出し(h3／h4)------*/
h4.default {
	font-size: 108%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	height: 24px;
	margin-bottom: 10px;
	padding-top: 6px;
	text-indent: 15px;
	margin-top: 0px;
	overflow: hidden;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/common/midashi/h3.jpg);
	background-repeat: no-repeat;
	width: 700px;
	margin-right: 0px;
	margin-left: 0px;
}
h4.default_t {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	height: 23px;
	width: 545px;
	margin-bottom: 10px;
	padding-top: 7px;
	text-indent: 15px;
	margin-top: 0px;
	background-image: url(../img/common/h3.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-left-color: #D8D8D8;
}
h4.default span {
	font-size: 11px;
	color: #FF6633;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
h4.head {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 1px;
	font-weight: bold;
	background-color: #DDDDDD;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
h3.img_1l{
	height: 40px;
	width: 700px;
	margin-bottom: 15px;
}
h3.img_2l{
	height: 60px;
	width: 700px;
	margin-bottom: 15px;
}

h5 {
	font-size: 115%;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/common/h5.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 700px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/*----リード部分------*/
h2 {
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin-bottom: 15px;
	line-height: 120%;
}
h2 span {
	font-size: 16px;
}

/*----リード部分(背景画像)------*/

#read #trans {
	width: 320px;
	padding-top: 130px;
	padding-right: 338px;
	padding-left: 40px;
	background-image: url(../img/read/trans.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-bottom: 30px;
}

#read_service {
	background-image: url(../img/read/service.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 330px;
	margin-bottom: 30px;
	padding-top: 110px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 320px;
}
#read_service p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: 180%;
	font-weight: normal;
	color: #CDCDCD;
}
#sbj #moving,#trans,#packing,#warehouse,#waste,#other{
	text-indent: -9999px;
	height: 150px;
	width: 700px;
	margin-bottom: 30px;
}
#sbj #moving{
	background-image: url(../img/read/moving.jpg);
}
#sbj #trans{
	background-image: url(../img/read/trans.jpg);
}
#sbj #packing{
	background-image: url(../img/read/packing.jpg);
}
#sbj #warehouse{
	background-image: url(../img/read/warehouse.jpg);
}
#sbj #waste{
	background-image: url(../img/read/waste.jpg);
}
#sbj #other{
	background-image: url(../img/read/other.jpg);
}
/*----TOPページスライド------*/
.slide {
	width: 696px;
	margin-bottom: 15px;
	padding: 1px;
	height: 196px;
	border: 1px solid #B4B4B4;
}

/*----各種BOX------*/
.box {
	WIDTH: 100%;
	MARGIN-BOTTOM: 20px;
}
.box_m10 {
	WIDTH: 100%;
	MARGIN-BOTTOM: 10px;
}
.box_out {
	background-color: #DCDCDC;
	margin-bottom: 20px;
	padding: 10px;
}
.box_in {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 20px;
}
.box_index {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	padding: 20px;
	line-height: 300%;
}
.box_l {
	WIDTH: 230px;
	MARGIN-BOTTOM: 20px;
	FLOAT: left;
	MARGIN-RIGHT: 5px;
}
.box_r {
	WIDTH: 230px;
	MARGIN-BOTTOM: 20px;
	FLOAT: right
}
.imgbox_l {
	margin-right: 15px;
	float: left;
	background-color: #000000;
	padding: 1px;
}
.imgbox_r {
	float: right;
	margin-left: 15px;
	background-color: #000000;
	padding: 1px;
}
.imgbox_l2 {
	margin-right: 15px;
	float: left;
	margin-bottom: 150px;
}
.imgbox_r .chap {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 5px;
	text-align: center;
}

/*----ボックス（左写真265px／右テキスト420px）------*/
.box_fleet {
	width: 700px;
	height: 160px;
	position: relative;
	margin-bottom: 15px;
}
.box_fleet .f_img {
	WIDTH: 225px;
	margin-right: 15px;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 5px solid #FFFFFF;
}
.box_fleet .f_cap {
	WIDTH: 450px;
	height: 160px;
	position: absolute;
	left: 250px;
	top: 0px;
}

.box_fleet2 {
	width: 700px;
	height: 200px;
	position: relative;
	margin-bottom: 15px;
}
.box_fleet2 .f_img {
	WIDTH: 225px;
	margin-right: 15px;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 5px solid #FFFFFF;
}
.box_fleet2 .f_cap {
	WIDTH: 450px;
	height: 200px;
	position: absolute;
	left: 250px;
	top: 0px;
}


/*----アンダーバナー------*/
.ubn {
	background-image: url(../img/common/bn/info_f.gif);
	height: 30px;
	width: 175px;
	margin-bottom: 15px;
	position: relative;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 515px;
}
/*----バックページトップ（clear)------*/
#clear .bpt {
	display: block;
	height: 20px;
	width: 150px;
	position: absolute;
	left: 800px;
	top: 0px;
}
.clear .bpt_s {
	display: block;
	height: 20px;
	width: 110px;
	position: absolute;
	left: 590px;
	top: 0px;
}

/*----リンクボタン（詳細はこちら）------*/
.btn_r {
	height: 20px;
	width: 180px;
	margin-bottom: 20px;
	text-align: right;
	margin-left: 520px;
	clear: both;
}
.btn_s {
	text-align: right;
	padding: 5px;
	clear: both;
}
.btn_s a {
	color: #FFFFFF;
	background-color: #CCAF7C;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	text-decoration: none;
}
.btn_s a:hover {
	color: #FFFFFF;
	background-color: #339933;
}
.btn_entry {
	height: 30px;
	width: 180px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	margin-left: 260px;
	margin-right: 260px;
}

.pdf {
	background-image: url(../img/common/icon/pdf_s.png);
	background-position: 5px center;
	height: 24px;
	margin-bottom: 15px;
	border: 1px solid #3399FF;
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 30px;
	float: right;
	vertical-align: middle;
	display: inline;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 12px;
	background-color: #E1FCFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*----イメージボックス------*/
.imgbox_right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgbox_left {
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
}
.imgbox_center {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

/*----リストスタイル(イメージ)------*/

ul.default li {
	margin: 0.5em 0 0.5em 30px;
	list-style-image: url(../img/common/icon/list.gif);
	line-height: 200%;
	color: #CDCDCD;
	list-style-position: inside;
}



/*----下層ページ用インデックス------*/
.index-l_mov {
	text-align: center;
	width: 400px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	position: relative;
	height: 200px; /*----キャプションとボタンアリの場合は300------*/
}

.index-l_mov .img {
	height: 150px;
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index-l_mov .title {
	font-size: 122%;
	font-style: normal;
	font-weight: bold;
	color: #CDCDCD;
	text-align: center;
	height: 35px;
	width: 400px;
	position: absolute;
	top: 160px;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.index-l_trans {
	text-align: center;
	width: 280px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	height: 200px; /*----キャプションとボタンアリの場合は300------*/
}

.index-l_trans .img {
	height: 150px;
	width: 280px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index-l_trans .title {
	font-size: 122%;
	font-style: normal;
	font-weight: bold;
	color: #CDCDCD;
	text-align: center;
	height: 35px;
	width: 280px;
	position: absolute;
	top: 160px;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



.index-l_3 {
	text-align: center;
	width: 220px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	position: relative;
	height: 200px; /*----キャプションとボタンアリの場合は300------*/
}

.index-l_3 .img {
	height: 150px;
	width: 220px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index-l_3 .title {
	font-size: 122%;
	font-style: normal;
	font-weight: bold;
	color: #CDCDCD;
	text-align: center;
	height: 35px;
	width: 220px;
	position: absolute;
	top: 160px;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.index-l_3 .chap {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	height: 60px;
	width: 220px;
	position: absolute;
	top: 210px;
	line-height: 130%;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.index-l_3 .btn {
	height: 20px;
	width: 110px;
	position: absolute;
	top: 280px;
	right: 0px;
}

.index-l_3r {
	text-align: center;
	width: 220px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	height: 200px; /*----キャプションとボタンアリの場合は300------*/
}

.index-l_3r .img {
	height: 150px;
	width: 220px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index-l_3r .title {
	font-size: 122%;
	font-style: normal;
	font-weight: bold;
	color: #CDCDCD;
	text-align: center;
	height: 35px;
	width: 220px;
	position: absolute;
	top: 160px;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 120%;
}
.index-l_3r .title span {
	font-size: 11px;
	line-height: 100%;
	font-weight: normal;
}

.index-l_3r .chap {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	height: 60px;
	width: 220px;
	position: absolute;
	top: 210px;
	line-height: 130%;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.index-l_3r .btn {
	height: 20px;
	width: 110px;
	position: absolute;
	top: 280px;
	right: 0px;
}


.index-l_4 {
	text-align: center;
	width: 160px;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	position: relative;
	height: 200px; /*----キャプションとボタンアリの場合は300------*/
}

.index-l_4 .img {
	height: 150px;
	width: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index-l_4 .title {
	font-size: 122%;
	font-style: normal;
	font-weight: bold;
	color: #CDCDCD;
	text-align: center;
	height: 35px;
	width: 160px;
	position: absolute;
	top: 160px;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


.index-l_4r {
	text-align: center;
	width: 160px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	height: 200px; /*----キャプションとボタンアリの場合は300------*/
}

.index-l_4r .img {
	height: 150px;
	width: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.index-l_4r .title {
	font-size: 122%;
	font-style: normal;
	font-weight: bold;
	color: #CDCDCD;
	text-align: center;
	height: 35px;
	width: 160px;
	position: absolute;
	top: 160px;
	left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



/*-----dl倉庫データ-----*/
.dl_data {
	padding: 5px;
	float: left;
	margin-bottom: 5px;
	color: #333333;
	font-weight: normal;
	width: 350px;
}
.dl_data dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 340px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
.dl_data dt {
	float: left;
	display: block;
	width: 100px;
	font-size: 12px;
	padding-left: 10px;
	line-height: 1.4em;
	background-image: url(../img/common/li_data.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.dl_data dd {
	display: block;
	float: right;
	width: 200px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
.dl_data dd a {
	line-height: 1.4em;
}


/*-----吹き出しＢＯＸ-----*/

.box_caption {
	background-image: url(../img/common/box_caption.jpg);
	height: 130px;
	width: 700px;
	margin-bottom: 20px;
	position: relative;
}
.box_caption .text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	position: absolute;
	left: 241px;
	top: 22px;
	height: 70px;
	width: 430px;
}
.box_caption .text2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	position: absolute;
	left: 241px;
	top: 92px;
	height: 5px;
	width: 400px;
	text-align: left;
	text-indent: 15px;
}
.box_caption .balloon {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	line-height: 120%;
	color: #666666;
	position: absolute;
	height: 30px;
	width: 115px;
	left: 80px;
	top: 25px;
}

/*----スタッフの声------*/

#contents .box .index_voice {
	height: 140px;
	width: 700px;
	position: relative;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 10px;
}
#contents .box .index_voice .btn_index {
	height: 25px;
	width: 120px;
	position: absolute;
	left: 570px;
	top: 105px;
}
#contents .text_100 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	height: 100px;
	width: 700px;
	margin-bottom: 20px;
}

/*----人材派遣フロー------*/
#flow_temp {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/service/temp_flow.png);
	height: 160px;
	width: 700px;
	margin-bottom: 20px;
	position: relative;
}
#flow_temp #chap1 {
	position: absolute;
	height: 70px;
	width: 120px;
	left: 20px;
	top: 70px;
}
#flow_temp #chap2 {
	position: absolute;
	height: 70px;
	width: 120px;
	left: 200px;
	top: 70px;
}
#flow_temp #chap3 {
	position: absolute;
	height: 70px;
	width: 120px;
	left: 380px;
	top: 70px;
}
#flow_temp #chap4 {
	position: absolute;
	height: 70px;
	width: 120px;
	left: 560px;
	top: 70px;
}


/*--------------------------------------
　テーブル（default）
---------------------------------------*/

table {
	background-color: #ffffff;
	border-collapse: collapse;
	font-size: 12px;
	width: 100%;
	color:#333333;
} 
table th.t_head {
	background-color: #CCCCCC;
	text-align: left;
	padding: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
table th.t_head_r {
	background-color: #CCCCCC;
	text-align: left;
	padding: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
table th.t_top {
	background-color: #666666;
	text-align: center;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
} 
table th.t_top span {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

table td.t_left {
	background-color: #E0E0E0;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #000000;
}
table td.t_left_t {
	background-color: #E0E0E0;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #000000;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
}
table td.t_right {
	background-color: #E0E0E0;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

table td.t_line01 {
	background-color: #fff;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table td.t_line01t {
	background-color: #fff;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
}
table td.t_line01r {
	background-color: #fff;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
table td.t_line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;

	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table td.t_line02r {
	background-color: #f7f8f8;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

table td.t_line03 {
	background-color: #DBF5FB;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table td.t_line03r {
	background-color: #DBF5FB;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
table td.t_line03t {
	background-color: #DBF5FB;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

table p.cap {
	color: #666666;
	font-size: 10px;
}


table td.t_line01 span {
	color: #FF3300;
}
table td.t_line01r span {
	color: #FF3300;
}
table td.t_line02 span {
	color: #FF3300;
}
table td.t_line02r span {
	color: #FF3300;
}
table td.t_line02 span.strong {
	color: #FF3300;
	font-weight: bold;
}

/*--------------------------------------
　テーブル（narrow）
---------------------------------------*/

table.narrow {
	background-color: #ffffff;
	border-collapse: collapse;
	font-size: 12px;
	width: 50%;
	color:#333333;
} 
table.narrow th.t_head {
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
table.narrow th.t_head_r {
	background-color: #CCCCCC;
	text-align: left;
	padding: 5px;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
} 
table.narrow th.t_top {
	background-color: #666666;
	text-align: center;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
} 
table.narrow th.t_top span {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

table.narrow td.t_left {
	background-color: #E0E0E0;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #000000;
}
table.narrow td.t_left_t {
	background-color: #E0E0E0;
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #000000;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.narrow td.t_right {
	background-color: #E0E0E0;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

table.narrow td.t_line01 {
	background-color: #fff;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table.narrow td.t_line01t {
	background-color: #fff;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
}
table.narrow td.t_line01r {
	background-color: #fff;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
table.narrow td.t_line02 {
	background-color: #f7f8f8;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table.narrow td.t_line02r {
	background-color: #f7f8f8;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

table.narrow td.t_line03 {
	background-color: #DBF5FB;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
table.narrow td.t_line03r {
	background-color: #DBF5FB;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
table.narrow td.t_line03t {
	background-color: #DBF5FB;
	text-align: left;
	padding: 20px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

table.narrow p.cap {
	color: #666666;
	font-size: 10px;
}





/*
メールフォーム
-------------------------------------------------------------------*/
/*----メールフォーム------*/

#contents table.table_info {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #D8D8D8;
}
#contents table.table_info th.head {
	background-color: #336666;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px;
}
#contents table.table_info td {
	background-color: #F5F5F5;
	text-align: left;
	padding: 15px;
	border: 1px solid #999999;
	font-size: 12px;
	line-height: 20px;
}
#contents table.table_info th {
	font-size: 100%;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 6px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #DDDDDD;
	font-weight: normal;
	color: #333333;
	padding: 15px;
}
table.table_info th span {
	color: #CC3300;
}
table.table_info td span {
	color: #CC3300;
}
.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #AD9B78;
}

/*----no border------*/

#contents table.table_nb {
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#contents table.table_nb td {
	text-align: left;
	padding: 8px;
	font-size: 12px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-color: #F5F5F5;
}
#contents table.table_nb th {
	font-size: 100%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
}

#contents table.table_nb td.head {
	text-align: left;
	padding: 8px;
	font-size: 12px;
	line-height: 20px;
}


#contents form table.table_nb th span {
	font-size: 10px;
	color: #402758;
}




.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #AD9B78;
}

table p.cap {
	color: #666666;
	font-size: 10px;
}
table p.flow {
	color: #505050;
	font-size: 10px;
}
table p.flow span.step {
	color:#996600;
	border: 1px solid #B89453;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 10px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	display: inline-block;
}
table p.flow span.allow {
	color: #990000;
	font-size: 10px;
}

table td.t_line01 span.flow {
	color:#996600;
	padding: 2px;
	border: 1px solid #B89453;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFFFFF;
}
table td.t_line02 span.flow {
	color:#996600;
	padding: 2px;
	border: 1px solid #B89453;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFFFFF;
}



table td.t_line01 span {
	color: #CC6600;
}
table td.t_line01r span {
	color: #CC6600;
}
table td.t_line02 span {
	color: #CC6600;
}
table td.t_line02r span {
	color: #CC6600;
}
table td.t_line02 span.strong {
	color: #CC6600;
	font-weight: bold;
}



/*----FLOW------*/

#contents table.table_flow {
	width: 700px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border: 1px solid #D8C39D;
}
#contents table.table_flow td {
	background-color: #F5F5F5;
	text-align: left;
	padding: 8px;
	border: 1px solid #D8C39D;
	font-size: 12px;
	line-height: 20px;
}
#contents table.table_flow th {
	font-size: 100%;
	text-align: left;
	background-color: #D8C39D;
	font-weight: normal;
	color: #333333;
	border: 1px solid #D8C39D;
	width: 230px;
	padding: 10px;
}
#contents table.table_flow th img {
	border: 1px solid #FFFFFF;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#contents form table.table_flow th span {
	font-size: 10px;
	color: #B72D27;
}
.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #AD9B78;
}
.arrow_fl {
	height: 20px;
	width: 20px;
	margin-bottom: 5px;
	margin-left: 340px;
	background-image: url(../img/common/arrow_fl.png);
	margin-right: 340px;
}


#side .sidebanner .calender {
	line-height: 200%;
	width: 228px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid B3935A;
	margin-bottom: 10px;
}

.map {
	padding: 1px;
	height: 448px;
	width: 698px;
	margin-bottom: 3px;
	border: 1px solid #3399FF;
}
.map_caption {
	text-align: right;
	text-indent: 5px;
	margin-bottom: 20px;
	color: #333333;
}
.map_caption a {
	color: #996600;
	text-decoration: none;
}
.map_caption a:hover {
	color: #B72D27;
	text-decoration: none;
}

/*
メニューインデックス
-------------------------------------------------------------------*/
/*----2列------*/
#contents .meishi_index {
	text-align: center;
	width: 340px;
	float: left;
	margin-left: 5px;
	background-color: #F9F7F4;
	margin-right: 5px;
	position: relative;
	height: 150px;
}
#contents .meishi_index .text {
	font-size: 11px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #333333;
	height: 70px;
	width: 150px;
	position: absolute;
	left: 15px;
	top: 70px;
}

/*----3列------*/
#contents .box3 {
	text-align: center;
	width: 205px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #F9F7F4;
}
.box3 .btn  {
	text-align: center;
	height: 20px;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
#content .box3:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}
/*----6列------*/
#contents .box5 {
	text-align: center;
	width: 122px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 6px;
	background-color: #F9F7F4;
}
.box5 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
#content .box5:hover {
	background-color: #ECFBFF;
	border-top-color: #B3E9F7;
	border-right-color: #B3E9F7;
	border-bottom-color: #B3E9F7;
	border-left-color: #B3E9F7;
}

/*----i-frame------*/
#contents #i-frame {
	height: 198px;
	width: 698px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
/*----新着情報------*/
ul.topics{
	width: 540px;
	margin-bottom: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-style: normal;
	line-height: 130%;
	color: #CDCDCD;
	text-indent: 20px;
	padding: 10px;
}
ul.topics li{
	border-bottom-style: dotted;
	border-bottom-color: #CC9966;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	list-style-position: inside;
	list-style-image: url(../img/common/icon/list.gif);
}
.topics_date{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	padding-right: 20px;
}
.topics_text{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
}


/*----jQuery スライド------*/
.viewer {
	width: 696px;
	height: 296px;
	text-align: left;
	overflow: hidden;
	background-image: url(../img/salon/frame.jpg);
	padding: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.viewer ul {
	width: 696px;
	height: 296px;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding: 2px;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 696px;
	height: 296px;
	display: none;
	position: absolute;
}

/*----サイトマップ------*/
ul.list2 li {
	margin: 0.5em 0 0.5em 30px;
	list-style-image: url(../img/common/icon/link.gif);
	background-image: none;
}

ul.list2 li a {
	list-style-image: url(../img/common/icon/link.gif);
}

ul.list2 li ul {
  margin: 0;
  padding: 0;
}

ul.list2 li ul li {
	list-style-image: url(../img/common/icon/link_2.gif);
}

ul.list3 li {
	list-style-image: url(../img/common/icon/link.gif);
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 50px;
}

ul.list3 li ul {
  margin: 0;
  padding: 0;
}

ul.list3 li ul li {
	list-style-image: url(../img/common/icon/link2.gif);
}


*{
    margin:0;
    padding:0;
}
#carouselWrap{
    margin:100px auto;
    width:620px;
    height:135px;
    padding:5px;
    background:url("./images/background.gif");
    position:relative;
}
#carouselPrev{
    position:absolute;
    top:65px;
    left:-8px;
    cursor:pointer;
}
#carouselNext{
    position:absolute;
    top:65px;
    right:-8px;
    cursor:pointer;
}
#carouse{
    width:100%;
    height:100%;
    overflow:hidden;
}
#carouselInner ul.column{
    width:605px;
    height:105px;
    padding:15px 0 15px 15px;
    list-style-type:none;
    float:left;
}
#carouselInner ul.column li{
    float:left;
    margin-right:10px;
    display:inline;
}
#carouselInner ul.column li img{
    border:none;
}
/*----工事中------*/
#uc {
	background-image: url(../img/common/uc.png);
	height: 150px;
	width: 450px;
	margin-top: 50px;
	margin-bottom: 100px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 86%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	padding-top: 150px;
	padding-right: 200px;
	padding-bottom: 100px;
	padding-left: 50px;
	text-align: center;
}

