/*---------------------------共通css---------------------------*/

/*-------------------全体-------------------*/
* { 
	margin: 0; padding: 0; 
	border:0;
	font-weight: normal;
	font-style:normal; 
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3';
	font-size:12px;
}
body{
	background-color:#FFF;
	background-image : url(../images/bg.gif);
	background-repeat:repeat-y;
	padding-top: 30px;
}

/*-------------------ヘッダ-------------------*/
#header{
	height:60px;
	width:745px;
}
#header h1{
	height:97x;
	padding-left:590px; 
}
#head_menu{
	height:25px;
	width:560px;	
}
#head_menu ul{
	list-style-type:none;
	display:inline;
}
#head_menu li{
	float:left;
}
#head_menu li a{
	display:block;
	height:25px;
	background : url(../images/head_btn.gif) no-repeat 0px 0px;/*画像変更*/	
}
/*------------headボタン------------*/
#head_menu .head_btn1 a {width:112px; background-position: 0px 0px;}
#head_menu .head_btn2 a {width:112px; background-position: -112px 0px;}
#head_menu .head_btn3 a {width:112px; background-position: -224px 0px;}
#head_menu .head_btn4 a {width:112px; background-position: -336px 0px;}
#head_menu .head_btn5 a {width:112px; background-position: -448px 0px;}

#head_menu .head_btn1 a:hover {background-position: 0px -25px;}
#head_menu .head_btn2 a:hover {background-position: -112px -25px;}
#head_menu .head_btn3 a:hover {background-position: -224px -25px;}
#head_menu .head_btn4 a:hover {background-position: -336px -25px;}
#head_menu .head_btn5 a:hover {background-position: -448px -25px;}

/*アクティブ*/
#head_menu .head_btn1 a.head_btn1_Ac {background-position: 0px -25px;}
#head_menu .head_btn2 a.head_btn2_Ac {background-position: -112px -25px;}
#head_menu .head_btn3 a.head_btn3_Ac {background-position: -224px -25px;}
#head_menu .head_btn4 a.head_btn4_Ac {background-position: -336px -25px;}
#head_menu .head_btn5 a.head_btn5_Ac {background-position: -448px -25px;}

/*-------------------フッタ-------------------*/
#foot{
	height:50px;
	width:780px;
}
.copy{
	height:21px;
	width:280px;
	background-image : url(../images/foot_copy.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
}
#foot_menu{
	height:21px;
	width:305px;
	float:right;
}
#foot_menu ul{
	list-style-type:none;
	display:inline;
	padding-right:8px;
}
#foot_menu li{
	float:left;
}
#foot_menu li a{
	display:block;
	height:21px;
	background : url(../images/foot_btn.gif) no-repeat 0px 0px;/*画像変更*/	
}
/*------------footボタン指定------------*/
#foot_menu .foot_btn1 a {width:130px; background-position: 0px 0px;}
#foot_menu .foot_btn2 a {width:95px; background-position: -130px 0px;}
#foot_menu .foot_btn3 a {width:80px; background-position: -225px 0px;}


/*-------------------コンテンツ-------------------*/
#contents{
	background-color:#C05B01;/*色変更*/
	width:780px;
}
#contents div.pd{
	padding:0px 8px 21px;
}

/*----右メイン----*/
#main-out{
	background-color:#FFF;
	float:right;
	width:550px;
}
.main{
	background-image : url(../images/bg_square.gif);/*画像変更*/
	background-repeat: no-repeat;
	background-position: 0px 31px;
	padding:27px 27px 27px 28px;
}
.main h2{
	padding-bottom:10px;	
}

/*----左ナビ----*/
#navi-out{
	background-color:#FFF;
	float:left;
	width:206px;	
}
.navi{
	background-image : url(../images/bg_square.gif);/*画像変更*/
	background-repeat: no-repeat;
	background-position: 0px 31px;
	padding:27px;
}
.navi h2{
	padding-bottom:5px;	
}
.navi p{
	padding:10px 0px;
	font-size:10px;	
}
/*ナビリンク*/
.navi ul{
	list-style-type:none;
 margin:0px;
	padding:0px;
}
.navi li{
 margin:0px;
	padding:0px;
	background-image : url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 142px 10px;
}
.navi li a:link,.navi li a:visited{
	background-image : url(../images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 7px 0px;
	line-height:1em;
	text-decoration:none;
	display:block;
}
.navi li a:hover,.navi li a:active{
	color:#A62800;/*色変更*/
	text-decoration:none;	
}


/*----ナビ無しページ設定----*/
#main2-out{
	background-color:#FFF;
	width:764px;
}
.main{
	background-image : url(../images/bg_square.gif);/*画像変更*/
	background-repeat: no-repeat;
	background-position: 0px 31px;
	padding:27px 27px 27px 28px;
}




/*-------------------こまごま設定-------------------*/
/* 列幅 */
p,td{
	line-height: 1.3em;
}
/* テキストリンク */
a:link {
	color: #000;
	text-decoration : underline;
	cursor: hand;
}
a:visited {
	color: #000;
	text-decoration : underline;
}
a:active {
	color : #A62800;/*色変更*/
	text-decoration : underline;
}
a:hover {
	color : #A62800;/*色変更*/
	text-decoration : underline;
}

/*コメントアウト*/
.text_out{
	position:absolute;
	top:-5000px;
	left:-5000px;
}

/*float対策*/
br.clear{
	clear:both;
	line-height:0.5em;
}

/*写真設定*/
.head_photo{
	height:96px;
	width:780px;
	background-image : url(../images/head_photo.jpg);/*画像変更*/
}

/*dotline余白*/
.line-img{
	margin: 20px 0px;
	padding: 0px;
	line-height:1px;
}
.line-img2{
	margin: 10px 0px 0px;
	padding: 0px;
	line-height:1px;
}
.line-img3{
	margin: 10px 0px;
	padding: 0px;
	line-height:1px;
}
.line-img4{
	margin: 20px 0px 10px;
	padding: 0px;
	line-height:1px;
}
.line-navi{
	margin: 0px;
	padding: 0px;
	line-height:1px;
}




/*---------------------------会社概要 採用情報 css---------------------------*/
.dotline0{
	padding-top: 8px;
	padding-bottom: 8px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
.dotline1{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom:1px dotted #999999;
}
/*会社概要*/
img.icon1 {
	margin: 0px 5px;
	vertical-align: middle;
}
img.icon2 {
	margin: 0px 10px;
	vertical-align: middle;
}
/*採用情報*/
img.b_entry{
	margin-top: 5px;
}


/*---------------------------サービス情報 css---------------------------*/
.line_gray{
	background-color: #BFBFBF;
}
.bg00{
	background-color: #B7530A;/*色変更*/
}
.bg01{
	background-color: #FFF;
	padding: 10px 15px;
}
.bg02{
	background-color: #F2F2F2;
	padding: 10px 15px;
}
img.icon_doc {
	margin: 0px 5px;
	vertical-align: middle;
}



/*---------------------------プライバシーポリシー css---------------------------*/
.p_gray{
	background-color: #BFBFBF;
	margin:5px 0px 40px;
}
.p_bg{
	background-color: #F2F2F2;
	padding: 20px 24px;
}

p.title{
	color: #323232;
}
p.contents{
	padding-bottom: 40px;
}
p.right{
	text-align:right;
}
p.dan {
	text-indent: -1em;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}
p.dan_p40 {
	text-indent: -1em;
	padding-bottom: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}
p.dan2 {
	text-indent: -1em;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
p.dan2_p40 {
	text-indent: -1em;
	padding-bottom: 40px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2em;
}


/*---------------------------sitemap css---------------------------*/
.main-inner ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
.main-inner ul li {
	margin-right: 30px;
	padding: 0px;
	float:left;
	display: inline;
}
.main-inner ul li a {
	background : url(../images/arrow.gif) no-repeat left center;
	margin-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.main-inner ul li a:link,.main-inner li a:visited {
	color: #000;
	text-decoration: none;
}
.main-inner ul li a:hover,.main-inner li a:active {
	color: #A62800;/*色変更*/
	text-decoration: none;
}


/*---------------------------レンタル窓口 css---------------------------*/
#contents div.pd_r{
	padding:0px 8px 8px;
}
.main_r{
	padding:27px 27px 27px 28px;
}
img.b_mitu{
	margin-top: 5px;
}
.main_r2{
	background-image : url(../images/bg_square.gif);/*画像変更*/
	background-repeat: no-repeat;
	background-position: 0px 31px;
	padding:27px 27px 15px 28px;
}
