@charset "utf-8";
/* CSS Document */

h2 {
	height: 57px;
	padding-left: 20px;
	margin-bottom: 20px;
	background: url(/img/company/title.gif) left top no-repeat;
	font-size: 24px;
	line-height: 52px;
	color: #d8202a;
}


/* トップページ ****************************/
p#top_title {
	height: 45px;
	margin-bottom: 30px;
	background-image: url(/img/movie/movie.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div#flash_area {
	width: 320px;
	height: 300px;
	margin-left: 20px;
	float: right;
}
div#side_menu {
	height: 500px;
	padding: 5px;
	overflow: auto;
	border: #CCC 1px solid;
}
	div#side_menu dl {
	}
		div#side_menu dl dt {
			height: 21px;
			margin-bottom: 5px;
			background: url(/img/movie/menu_ss_back.gif) right top no-repeat;
		}
			div#side_menu dl dt#ss_cm p {
				height: 21px;
				background: url(/img/movie/menu_ss_cm.gif) left top no-repeat;
				text-indent: -9999px;
			}
			div#side_menu dl dt#ss_zero p {
				height: 21px;
				background: url(/img/movie/menu_ss_zero.gif) left top no-repeat;
				text-indent: -9999px;
			}
			div#side_menu dl dt#ss_all p {
				height: 21px;
				background: url(/img/movie/menu_ss_all.gif) left top no-repeat;
				text-indent: -9999px;
			}
			div#side_menu dl dt#ss_wide p {
				height: 21px;
				background: url(/img/movie/menu_ss_wide.gif) left top no-repeat;
				text-indent: -9999px;
			}
			div#side_menu dl dt#ss_angel p {
				height: 21px;
				background: url(/img/movie/menu_ss_angel.gif) left top no-repeat;
				text-indent: -9999px;
			}
			div#side_menu dl dt#ss_miracle p {
				height: 21px;
				background: url(/img/movie/menu_ss_miracle.gif) left top no-repeat;
				text-indent: -9999px;
			}
		div#side_menu dl dd {
			margin-bottom: 10px;
		}
			div#side_menu dl dd ul {
			}
				div#side_menu dl dd ul li {
					margin-bottom: 5px;
					padding-bottom: 5px;
					border-bottom: #CCC 1px dotted;
				}
					div#side_menu dl dd ul li img {
						margin-bottom: 5px;
						margin-right: 5px;
						float: left;
						border: #CCC 1px solid;
					}


/* メニュー部分 ****************************/
#rightmenu h4 {
	display: block;
	width: 177px;
	height: 32px;
	margin-bottom: 6px;
	background: url(/img/movie/menu_title.gif) left top no-repeat;
}
	#rightmenu h4 a {
		display: block;
		width: 177px;
		height: 32px;
		text-indent: -9999px;
	}

#rightmenu .submenu {
	width: 177px;
	margin-bottom: 7px;
}
	#rightmenu .submenu p {
		width: 177px;
		height: 37px;
		text-indent: -9999px;
	}
	#rightmenu .submenu p#menu_miracle {
		background: url(/img/movie/menu_s_miracle.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_cm {
		background: url(/img/movie/menu_s_cm.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_recipe {
		background: url(/img/movie/menu_s_recipe.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_maintenance {
		background: url(/img/movie/menu_s_maintenance.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_zero {
		background: url(/img/movie/menu_s_zero.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_all {
		background: url(/img/movie/menu_s_all.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_wide {
		background: url(/img/movie/menu_s_wide.gif) left top no-repeat;
	}
	#rightmenu .submenu p#menu_angel {
		background: url(/img/movie/menu_s_angel.gif) left top no-repeat;
	}
	#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/movie/menu_list.gif) 5px center no-repeat;
			}
			#rightmenu .submenu ul li a:hover {
				background: #fdede4 url(/img/movie/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;
		}

