@charset "UTF-8";

/* void common css */

body {
	color: #666;
}
a:hover {
	color: #a32c29;
}
h1 a {
	background: url(../void/images/allimages/void_logo.gif) no-repeat;
}

#gmenu #home a {
	background: url(../void/images/allimages/home_btn.gif) no-repeat;
}
#gmenu #about a {
	background: url(../void/images/allimages/about_btn.gif) no-repeat;
}
#gmenu #works a {
	background: url(../void/images/allimages/works_btn.gif) no-repeat;
}
#gmenu #works #shop a {
	background: url(../void/images/works/submenu1.gif) no-repeat !important;
}
#gmenu #works #shop a:hover {
	background: url(../void/images/works/submenu1_over.gif) no-repeat !important;
}
#gmenu #works #house a {
	background: url(../void/images/works/submenu2.gif) no-repeat !important;
}
#gmenu #works #house a:hover {
	background: url(../void/images/works/submenu2_over.gif) no-repeat !important;
}
#gmenu #works #other a {
	background: url(../void/images/works/submenu3.gif) no-repeat !important;
}
#gmenu #works #other a:hover {
	background: url(../void/images/works/submenu3_over.gif) no-repeat !important;
}
#gmenu #contact a {
	background: url(../void/images/allimages/contact_btn.gif) no-repeat;
}
#gmenu #site a {
	background: url(../void/images/allimages/site_btn.gif) no-repeat;
}
#gmenu #home a:hover {
	background: url(../void/images/allimages/home_over_btn.gif) no-repeat;
}
#gmenu #about a:hover {
	background: url(../void/images/allimages/about_over_btn.gif) no-repeat;
}
#gmenu #works a:hover {
	background: url(../void/images/allimages/works_over_btn.gif) no-repeat;
}
#gmenu #contact a:hover {
	background: url(../void/images/allimages/contact_over_btn.gif) no-repeat;
}
#gmenu #site a:hover {
	background: url(../void/images/allimages/site_over_btn.gif) no-repeat;
}

#gmenu {
	margin-bottom: 20px;
}

/* void contents setting */

#contents h2 {
	padding-left: 70px;
	color: #fff;
	line-height: 1em;
	background: #a02c2c url(../void/images/allimages/h3_back.gif) no-repeat;
}
#contents .vertical_left {
	width: 300px;
	height: 490px;
	overflow: auto;
	float: left;
}
*html #contents .vertical_left {
	height: 470px;
}
#contents .vertical_right {
	width: 490px;
	height: 490px;
	overflow: auto;
	float: right;
}
*html #contents .vertical_right {
	height: 470px;
}
#contents .vertical_left p {
	margin-top: 0;
}
#contents table {
	margin: 0;
	padding: 0;
	font-size: 0.86em;
	border-collapse: collapse;
}
#contents th, #contents td {
	padding: 5px;
	border: 1px solid #999;
	text-align: left;
}
#contents th {
	width: 116px;
	background: #e2bfbf;
}
#contents td {
	background: #fff;
}
#contents td:hover {
	background: #fdefef;
}
#contents h3 {
	border-left: 10px solid #a02c2c;
	padding-left: 1em;
}
