
body {
	width: 100%;
	padding: 0;
	margin: 0 0;
	text-align: center;
	background-color: #2F303F;
	background-image:url('../images/background/body.jpg');
	background-repeat: repeat-x;
}

#container {
	display: block;
	width: 100%;
	height: *;
}
	#main {
		margin: 10px auto 30px auto;
		width: 922px;
		height: *;
		min-height: 500px;
		text-align: left;
		border: 1px solid transparent;
	}
		#mainNavi {
			width: 100%;
			margin: 40px 0 40px 0;
		}
			#subnavi {
				width: 100%;
				height: 40px;
				display: block;
			}

			#subnaviPlastik {
				padding-top: 15px;
				position: relative;
				z-index: 10;
				left: 73px;
			}
			
			#subnaviIllu {
				padding-top: 15px;
				position: relative;
				z-index: 10;
				left: 267px;
			}

		#mainContent {
			padding: 0px 30px 0 30px;
		}
			#mainWork {
				text-align: center;
				width: 450px;
				margin: 10px 20px 0 100px;
			}
			#mainWorkDesc {
				text-align: left;
				width: 250px;
			}

.line {
	display: block;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #CCC9B8;
}
.lineBottom {
	display: block;
	margin: 2px 0 2px 0;
	border-bottom: 1px dotted #FFFFFF;
}
.lineBlack {
	display: block;
	margin: 0 0 8px 0;
	border-bottom: 1px dotted #736C67;
}