@charset "UTF-8";

@import url("../../css/common/common.css");
@import url("../../css/common/format.css");
@import url("../../css/common/layout.css");
@import url("../../css/common/font.css");

/* layout */

a:hover,
#sidemenus .sidemenu ul li a:hover {
	color: #333;
}
#header-wrapper {
	background-image: url("../../images/toppage/header_bg.gif");
}
#footer-wrapper {
	background: url("../../images/toppage/footer_bg.gif");
}

.wrapper-inner {
	margin-bottom: 30px;
}


.left-col {
	float: left;
}
.right-col {
	float: right;
}
.voice-image {
	width: 340px;
	height: 212px;
}
#voice-01 {
	height: 212px;
}
#voice-01 .right-col {
	width: 559px;
}
#voice-02 {
	height: 212px;
}
#voice-02 .left-col {
	width: 550px;
}
h2 {
	margin-bottom: 18px;
}