/*---  採用情報_ページ共通  ---*/
/*---文字装飾---*/
.font_red {
	color:#FF0000;
}
.font_blue {
	color:#000099;
}
.font_gray {
	color:#3C3C3C;
}
.font_small {
	font-size: small
}
.font_bold {
	font-weight:bold;
}

/*---スペース---*/
.spacer {
	width: 100%;
	height:1px;
	margin-top: 0px;		
	margin-bottom: 5px;
}

/*---サイドメニュー---*/
#sidemenu{
}
#map {
}

/*---ベース---*/
#sitemap{
	float: left;
	width: 100%;
}




/*---  お問合せ窓口  ---*/
/*---テーブル---*/
.map_table {
	clear: both;
	width: 490px;
  margin-top: 5px;
	margin-right: auto;
  margin-bottom: 30px;	
	margin-left: auto;
	color:#3C3C3C;		
	font-size: 80%;	
}
.ul1 {
  margin-top: 2px;	
  margin-bottom: 2px;
	margin-left:35px;
	padding-left:10px;		
	list-style-image: url(../../common/image/lnk_arw.gif);
}
.ul2 {
	margin-left:5px;
	padding-left:9px;
	list-style-image: url(../../common/image/subarw_small.gif);	
}
.map_table li {
	line-height:20px;
	text-indent:0px;	
}
.map_table .td01{
	width: 7%;
	height:20px;
}
.map_table .td02{
	width: 7%;
	height:20px;
}
.map_table .td03{
	width: 93%;
	height:20px;	
}

/*---リンク---*/
.h3-title-blue a:link {
	color: #000066;
	text-decoration: none;	
}
.h3-title-blue a:visited {
	color: #000066;
	text-decoration: none;	
}
.h3-title-blue a:hover {
	color: #000066;
	text-decoration: none;	
}
.h3-title-blue a:active {
	color: #000066;
	text-decoration: none;	
}

.subnavi a:link {
	color: #3C3C3C;
	text-decoration: none;
}
.subnavi a:visited {
	color: #3C3C3C;
	text-decoration: none;
}
.subnavi a:hover {
	color: #3C3C3C;
	text-decoration: underline;
}
.subnavi a:active {
	text-decoration: none;
}
