@charset "utf-8";
/* CSS Document */

h2 {
	height: 57px;
	padding-left: 20px;
	margin-bottom: 20px;
	background: url(/img/contact/title.gif) left top no-repeat;
	font-size: 24px;
	line-height: 52px;
	color: #d8202a;
}

div#m_main div {
	margin-bottom: 2em;
}

div#contact_bold {
	font-weight: bold;
}

ul#contact_to {
	margin-left: 2em;
	font-weight: bold;
}

h3 {
	margin-bottom: 10px;
	font-size: 110%;
}
p.conta {
	margin-bottom: 5px;
	margin-left: 20px;
}
dl#cont {
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 20px;
}
dl.yellow {
	background-color: #fff4d9;
}
dl.green {
	background-color: #edffd9;
}
	dl#cont dt {
		margin-bottom: 5px;
		padding-left: 10px;
		font-weight: bold;
	}
	dl.yellow dt {
		border-bottom: #ffa500 1px solid;
	}
	dl.green dt {
		border-bottom: #060 1px solid;
	}
	dl#cont dd {
		margin-bottom: 5px;
		padding-left: 10px;
	}
	dl#cont dd.space {
		margin-bottom: 20px;
	}
	dl#cont dd.bold {
		font-weight: bold;
	}


/* メニュー部分 ****************************/
#rightmenu .submenu {
	width: 177px;
	margin-bottom: 7px;
}
	#rightmenu .submenu p {
		width: 177px;
		height: 37px;
	}
	#rightmenu .submenu p#menu_contact {
		background: url(/img/contact/menu_s_contact.gif) left top no-repeat;
	}
		#rightmenu .submenu p a {
			display: block;
			width: 177px;
			height: 37px;
			text-indent: -9999px;
		}
	#rightmenu .submenu ul {
		padding: 10px 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: #d3d4d4 1px dotted;
		font-size: 13px;
		line-height: 15px;
	}
		#rightmenu .submenu ul li {
		}
			#rightmenu .submenu ul li a {
				display: block;
				width: 145px;
				padding: 5px 10px 5px 20px;
				background: url(/img/contact/menu_list.gif) 5px center no-repeat;
			}
			#rightmenu .submenu ul li a:hover {
				background: #fdede4 url(/img/contact/menu_list.gif) 5px center no-repeat;
			}

#rightmenu #information {
	padding-top: 7px;
	border-top: #d3d4d4 1px dotted;
}
	#rightmenu #information li {
		display: block;
		width: 177px;
		height: 95px;
		margin-bottom: 5px;
	}
		#rightmenu #information li a {
			display: block;
			width: 177px;
			height: 95px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
		}
		#rightmenu #information li#information_apron a {
			background-image: url(/img/company/information_apron.jpg);
		}
		#rightmenu #information li#information_column a {
			background-image: url(/img/company/information_column.jpg);
		}
		#rightmenu #information li#information_safety a {
			background-image: url(/img/company/information_safety.jpg);
		}
		#rightmenu #information li a:hover {
			background-position: 0 -95px;
		}


