@charset "utf-8";
body {
	margin				: 	0;
	padding				:	0;
	background-color	:	#fff;
	font-family			:	"MS UI Gothic";
	color				:	#000000;
}
#oneColFixCtrHdr {
	width: 770px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin				:	0 auto;
}

h1
{
	padding-top			:	4px;
	padding-bottom		:	4px;
	width				:	100%;
	color				:	#fff;
	background-color	:	#630;
	text-align			:	center;
}

#close_button
{
	margin-top			:	8px;
	margin-bottom		:	8px;
	width				:	32px;
	float				:	right;
}

#maincontents
{
	clear				:	both;
	margin				:	0 auto;
	margin-top			:	12px;
}

.label_option
{
    font-size:  16px;
}
.title_box
{
    font-size: 14px;
}
.data_box
{
	font-size           :   14px;
	padding-top         :   32px;
    text-align          :   center;
}
.data_box_title
{
	font-size           :   32px;
	margin-bottom       :   32px;
}
.data_box_count
{
    width               :   200px;
	margin				:	0 auto;
	padding-top         :   16px;
	padding-bottom      :   32px;
	font-size           :   32px;
	color               :   #fff;
	background-image	:	url(/images/rec_on.jpg);
	background-repeat	:	no-repeat;
	font-weight         :   normal;
	text-decoration:none;
}
.list_box
{
	margin-left         :   32px;
	margin-top          :   32px;
}
.list_box a
{
	font-size           :   24px;
}

.list_box_line {
	color:#336;
	margin-top				:	12px;
	width					:	450px;
	height					:	43px;
	margin				:	0 auto;
}
.list_box_line a {
	display:block;

	margin:0 auto;
	padding-top				:	12px;
	width					:	450px;
	height					:	36px;
	border					:	1px solid #336;
	background-color:#FEF4E7;

	font-size				:	18px;
	font-weight:normal;
	text-align:center;
	color:#336;
	text-decoration:none;

		padding-bottom			:	2px;
}

.list_box_line a:link {
	color:#336;
}
.list_box_line a:visited {
	color:#336;
}
.list_box_line a:active {
	color:#336;
}
.list_box_line a:hover {
	color:#E48539;
	font-weight:normal;
	text-decoration:underline;
}
