@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
html {
}
body {
	font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
}
table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}
th {
	font-weight: 500;
	text-align: left;
}
td {
	text-align: right;
}

#roof {
	width: 100%;
	height: 42px;
	background-color: #DDD;
	border: solid 1px #FFF;
	border-width: 1px 0px;
	opacity: 1;
	-moz-opacity: 1;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9999;
}
	#roof a {
		display: block;
		width: 266px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		float: left;
		color: #FFF;
		text-decoration: none;
	}
	#menu_diy {
		background-color: #E50012;
		border-left: solid 1px #FFF;
	}
	#menu_c2c {
		background-color: #0074C1;
		border: solid 1px #FFF;
		border-width: 0px 1px;
	}
	#menu_promotion {
		background-color: #0074C1;
		border-right: solid 1px #FFF;
	}
#header {
	height: 200px;
	height: 66px;
	padding: 74px 0px 30px;
}
	#header .pagetitle {
		width: 308px;
		height: 66px;
		position: relative;
		float: left;
	}
		#header .pagetitle .copy {
			width: 227px;
			height: 22px;
			font-size: 12px;
			line-height: 22px;
			text-align: center;
			background-color: #FFF;
			position: absolute;
			right: 0px;
			top: 0px;
		}
		#header .pagetitle .title {
			width: 227px;
			height: 40px;
			font-size: 32px;
			line-height: 40px;
			text-align: center;
			color: #FFF;
			position: absolute;
			right: 0px;
			bottom: 0px;
		}
	#header .about {
		width: 424px;
		height: 66px;
		line-height: 22px;
		color: #FFF;
		padding-left: 30px;
		float: right;
		border-left: solid 4px #FFF;
	}
	#pocky {
		height: 64px;
		position: relative;
		margin-bottom: 20px;
	}
		#pocky .bg_black {
			width: 50%;
			height: 64px;
			background-color: #333;
			position: absolute;
			left: 0px;
			top: 0px;
			z-index: 1000;
		}
		#pocky .box {
			position: absolute;
			left: 50%;
			top: 0px;
			margin-left: -400px;
			z-index: 1100;
		}
		#pocky .heading {
			width: 87px;
			height: 64px;
			line-height: 64px;
			color: #FFF;
			float: left;
		}
		#pocky .tri {
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 32px 0px 32px 20px;
			border-color: #FFF #333;
			float: left;
		}
		#pocky ul {
			display: block;
			width: 693px;
			height: 44px;
			overflow: hidden;
			background-color: #FFF;
			padding: 10px 0px;
			float: left;
		}
			#pocky ul li {
				display: block;
				list-style: none;
				width: 106px;
				height: 38px;
				font-size: 12px;
				line-height: 38px;
				text-align: center;
				color: #FFF;
				background-color: #333;
				border: solid 2px #333;
				float: left;
				margin-left: 4px;
				position: relative;
			}
				#pocky ul li span {
					display: block;
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 8px;
					border-color: #FFF transparent transparent #FFF;
					position: absolute;
					left: 2px;
					top: 2px;
				}
			#pocky ul li.first {
				margin-left: 13px;
			}
#footer {
	background-color: #EEE;
	padding: 20px 0px;
}
	#footer .border_red {
		background-color: #FFF;
	}
		#footer a {
			display: block;
			width: 790px;
			height: 110px;
			position: absolute;
			left: 0px;
			top: 0px;
			z-index: 10000;
			background-color: transparent;
			transition: all 0.3s ease 0s;
			opacity: 0;
			-moz-opacity: 0;
		}
		#footer a:hover {
			background-color: #E50012;
			opacity: 0.2;
			-moz-opacity: 0.2;
		}
	#footer .box_left {
		width: 200px;
		height: 60px;
		background-color: #E50012;
		padding: 20px;
		font-size: 18px;
		line-height: 30px;
		font-weight: bold;
		color: #FFF;
		text-align: center;
		float: left;
	}
	#footer .arrow {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 50px 0px 50px 30px;
		border-color: transparent transparent transparent #E50012;
		float: left;
	}
	#footer .box_center {
		width: 230px;
		height: 60px;
		padding: 20px;
		float: left;
	}
	#footer .box_right {
		width: 200px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
		font-weight: bold;
		padding: 20px;
		text-align: right;
		float: left;
		background-color: #FFF;
	}
		#footer .box_right .tel {
			font-size: 24px;
		}
.box {
	width: 800px;
	margin: 0px auto;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}
.border_red {
	border: solid 5px #E50012;
}


