@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#top_title {
	width: 473px;
	height: 132px;
	margin: 0 auto;
	padding-top: 11px;
}

#top_main_link {
	width: 558px;
	height: 382px;
	margin: 0 auto;
	padding-top: 40px;
}

#top_subtitle {
	width: 310px;
	height: 80px;
	padding: 28px 0 0 100px;
}

#top_buttonarea {
	padding: 12px 0 0;
}
#top_buttonarea li {
	width: 538px;
	height: 84px;
	margin: 0 auto 10px;
	background: #fdfdfc;
	border: solid 2px #cf615e;
	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: -moz-linear-gradient(top, #fdfdfc, #e3e5db);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfc), to(#e3e5db));
	background-image: -webkit-linear-gradient(top, #fdfdfc, #e3e5db);
	background-image: linear-gradient(top, #fdfdfc, #e3e5db);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#top_buttonarea li a {
	display: table-cell;
	width: 538px;
	height: 84px;
	background: url(../img/icon_button.gif) 490px 27px no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #be0000;
	text-decoration: none;
	font-size: 200%;
}



























