/*-----事業部ＨＰのセンター揃え調整用-----*/
#jigyo590w{margin-left:72px;}
#jigyo600w{margin-left:67px;}
#jigyo605w{margin-left:64px;}
#jigyo700w{margin-left:17px;}

/*ページ全体の指定*/
*{
	margin:0;
	padding:0;
    /*border:none;*/
}

body{
margin:0px;
padding:0px;
font-size:100%;
color:#333333;
background:url(../img/headmenu_bg.gif) repeat-x;
/*background:#FFFFFF url(../img/headmenu_bg.gif) repeat-x;*/
}

/*ページ全体のリンク指定*/
a{
	/*color:#333333;
	text-decoration:none;*/
	text-decoration: underline;color: #0066cc;
	}
a:hover {
	text-decoration: underline;
	color: #ff0000;
	}
	
/*ページの輪郭*/
#flame{
	width: 734px;
	margin:0 auto;
}
#jigyoflame td{
	text-align:left;
	/*padding:0.2em;*/
}
#jigyoflame img{
	text-align:center;
}


/*ヘッダ*/
#head{
	height:55px;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	font-size: 9pt;
}

/* サイトマップ等へのリスト */
.ul-info {
  list-style-type: none;
  margin-top:5px;
}

.ul-info li {
  display: inline;
  margin-left:0.5em;
}

.ul-info li a {
  padding-left: 12px;
  background: url(../img/listmark01.gif) no-repeat 0 50%;
  /*text-decoration:none;
  color: #000000;*/
	text-decoration: underline;color: #0066cc;
}

.ul-info li a:hover {
  background: #ffffff url(../img/listmark01.gif) no-repeat -200px 50%;
  text-decoration: underline;
  color: #ff0000;
}



/*ヘッダメニュー*/
#headmenu{
	width:734px;
	height:42px;
	margin:0px;
}
		
/*ルートメニュー*/
#rootmenu{
	width:734px;
	height:22px;
	margin-left:2px;
	padding:0px;
	background-color:#f0f0f0;
	border-bottom:1px solid #FF0000;
}
.roothome{
	margin:0px 0px 0px 6px;
	padding-top:2px ;
	border-left:3px solid #FF0000;
}
.rootlink a{
	padding-left:3px;
	font-size:10pt;
	line-height:150%;
	/*text-decoration:none;
	color:#666666;*/
  	text-decoration: underline;color: #0066cc;
}
.rootlink a:hover{
  	text-decoration: underline;
  	color: #ff0000;
}
.rootnow{
	font-size:10pt;
	line-height:150%;
	color:#000000;
}

/*著作権表示の部分つまりフッタ*/
#foot{
	width:734px;
	color:#333333;
	padding:3px 0px 3px 0px;
	border-top:1px solid #cccccc;
	font-size: 9pt; 
}
.both{
	clear:both;
}
