/* 会社案内のイメージ */

*{
	margin: 0px;
	padding: 0px;
	font-size: medium;
	font-style: normal; 
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.1em;}
body{background-color: #eeeeee;	
	background-image: url(../img/ace.gif);/* フッターの背景用 */
	background-position: left bottom;
	background-repeat: repeat-x;}
.hidden{display: none;}
/*アイコン変わりの◆*/
.daiya{
	font-size: x-small;
	color: #aaaaaa;}

.contena{ 
	margin-left: auto;
	margin-right: auto;
	width:760px;
	background-color: #ffffff;
	padding: 20px 45px 0px 45px;
	border-left: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	background-color: #ffffff;
	position: absolte;
	z-index: 1;}
	
/* header ------------------------------*/	
.header{
	width: 100%;
	height: auto;}
#header_rogo{ 
	width: 200px;
	height: 45px;
	background-image: url(../img/rogo.gif);
	background-position: left top;
	background-repeat: no-repeat;}
.header_navi{
	float: right;}
.header_navi a{
	color: #555555;
	text-decoration: none;
	margin-left: 10px;
	font-size: small;}
.header_navi a:hover{
	border-bottom: 1px solid #555555;}
#appeal_phrese{
	width: 100%;
	height: 280px;
	clear: both;
/* 	background-image: url(../img/index-appeal-phrese.jpg);
	background-repeat: no-repeat;
	background-position: center top; */}

/* navi --------------------------------*/
.navi{
	width: 100%;
	height: 36px;
	margin: 14px auto 0px auto;
	background-image: url(../img/ace02.gif);
	background-repeat: repeat-x;
	background-position: center;}
ul{
	width: 760px;}
li{
	width: 151px;
	height: 36px;
	text-align: center;
	list-style-type: none;
	float: left;
	border-right: 1px solid #777777;}
.li_end{
	border-style: none;}
li a{
	text-decoration: none;
	display: block;
	line-height: 36px;
	width: 151px;
	font-weight: bold;
	color: #dddddd;}
li a:hover{color: #ffffff;}
	

/* contents ----------------------------*/
.contents{
	width: 100%;}
.hellow{
	float: left;
	font-weight: bold;
	color: #555555;
	width: 500px;
	height: 280px;
	margin-top: 20px;}
.hellow_top{
	font-size: xx-large;}
	
h2,h3,h4{
	line-height: 1.5em;
	font-weight: bold;
	color: #555555;
	background-color: #ffffff;
	border-bottom: 1px solid #cccfff;
	text-indent: 20px;
	margin-top: 30px;
	background-image: url(../img/ace.gif);
	background-position: -5px center;
	background-repeat: no-repeat;}
	
.news{
	float: right;
	width: 240px;}
.day{
	width: 100%;
	text-indent: 1em;
	color: #3092f6;
	margin-top: 8px;
	line-height: 1em;}
.news_tit{
	width: 100%;
	margin-left: 1em;
	border-bottom: 1px solid #dddddd;
	line-height: 1em;
	padding-bottom: 10px;}
.banner{	
	width: 100%;
	margin-top: 30px;}
.banner a{
	border: 1px solid #aaaaaa;
	width: 180px;
	height: 60px;
	line-height: 60px;
	color: #aaaaaa;
	text-decoration: none;
	text-align: right;
	display: block;
	float: right;
	margin-top: 2px;}
	

/* footer ------------------------------*/
.footer{
	margin-top: 30px;
	clear: both;	
	line-height: 50px;
	text-align: center;
	color: #ffffff;		
	background-image: url(../img/ace.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	/* contenaのボーダーを隠す処理 */
	position: relative;
	z-index: 100;
	width: 854px;
	margin-left: -47px;
	margin-right: -47px;}