@charset "UTF-8";

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

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");
}

#visual {
	margin-bottom: 17px;
}

#select-btn {
	padding-left: 20px;
	margin-bottom: 17px;
}

#guide{
	margin-bottom: 30px;
}

#hgroup-01 {
	margin-bottom: 22px;
}

#cardlist {
	padding: 0 30px 20px 10px;
}
.toppage-form-left {
	float: left;
	width: 430px;
}
.toppage-form-right {
	float: right;
	width: 430px;
}
.toppage-form {
	padding-left: 10px;
	width: 430px;
	height: 165px;
}
.toppage-form-txt {
	margin-bottom: 14px;
}
.toppage-form-card {
	float: left;
	width: 160px;
}
.toppage-form-content {
	float: right;
	width: 265px;
}
.toppage-form-title {
	margin-bottom: 8px;
}
.toppage-form-btn {
	text-align: center;
}
.toppage-form-attention {
	padding-top: 10px;
}
