@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------*/
/*共通設定*/
/*---------------------------------------------------*/
*{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
ul{
		list-style-type:none;

	}
img{
	border:none;
}
div , dl , dt , dd , ul , ol , li , pre , form , fieldset , input , textarea , blockquote , th , td { 
	margin: 0;
	padding: 0;
}
/*---------------------------------------------------*/
/*大枠設定*/
/*---------------------------------------------------*/

li{
	margin-bottom:3px;
}
a{
	text-decoration:none;
	color:#893639;
}
a:hover{	text-decoration: underline;
color:#999;
	}

body{
	color: #5E5E5E;
	text-align:center;
	font-size:13px;
	background:url(../images/bg02.jpg) no-repeat  ;

}
/*--------------------------------------------*/
/*clearfix*/
/*--------------------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 

/*--------------------------------------------*/
/*IE7*/
/*--------------------------------------------*/
.head_box p{
	*font-size:15px;
	*margin-top:8px;
	*padding-bottom:20px;
}
#footer ul li{
	*float:left;
	*margin-right:40px;
	*color:#FFF;
}
.company_main dt {
	*font-weight:bold;
*clear:both;
*float: left;
*width: 100px;
*padding:5px 0 5px 10px;

}
.company_main dd {
	*border-bottom:1px solid #CCC;
*padding:5px 0 5px 120px;
*width:500px;
}
.footer_li{
	*margin-left:40px;
}
.footereng_li{
	*margin-left:100px;
}
