@charset "Shift_JIS";

/* text */
/**************************************/
.font_red {
	color: #f00;
}

.font_red_b {
	color: #f00;
	font-weight: bold;
}

.font_f60_b {
	color: #f60;
	font-weight: bold;
}

.font_20_red {
	font-size: 1.6em;
	color: #f00;
}

.font_b {
	font-weight: bold;
}

.font_14_red_b {
	color: #f00;
	font-size: 1.125em;
	font-weight: bold;
	padding-top: 10px;
}

.font_10 {
	font-size: 0.875em;
	font-weight: normal;
}

.font_10_110 {
	font-size: 0.875em;
	font-weight: normal;
	line-height: 110%;
}

.font_10_red {
	font-size: 0.875em;
	font-weight: normal;
	color: #f00;
}

.font_10_grown {
	font-size: 0.875em;
	font-weight: normal;
	color: #666;
}

.font_orange_b {
	font-weight: bold;
	color: #f60;
	padding-left: 5px;
}

.font_14_b {
	color: #333;
	font-size: 1.125em;
	font-weight: bold;
	padding-top: 10px;
}

.font_14_white_b {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 200%;
	color: #fff;
}

.font_12_white {
	line-height: 220%;
	color: #fff;
}

.font_white_b {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	background: #999;
	width: 94px;
	padding: 1px 2px;
	text-align: center;
	margin-bottom: 15px;
}

.font_white_b1 {
	color: #fff;
	font-weight: bold;
	background: #999;
	width: 120px;
	padding: 1px 2px;
	text-align: center;
	margin-bottom: 15px;
}

.font_14_blue_b {
	font-size: 1.125em;
	color: #03c;
	font-weight: bold;
	margin-bottom: 10px;
}




/* container */
/**************************************/
#container {
	width: 626px;
	margin: 0 auto;
}

#container ul.title {
	margin: 0;
	padding: 13px 19px 10px 27px;
	width: 580px;
	height: 51px;
}

#container ul.title li {
	float: left;
	margin-right: 7px;
}


/* contents */
/**************************************/
#contents {
	padding-bottom: 30px;
}

#contents #contop {
	padding: 23px 23px 0 23px;
}

ul.red {
	text-align: center;
}

ul.red li {
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	background: #f60;
	display: inline;
	margin: 0 10px;
}

.wordtitle {
	color: #f00;
	font-size: 1.25em;
	line-height: 150%;
	font-weight: bold;
	padding: 18px 0;
	text-align: center;
	display: block;
}

.btn {
	width: 535px;
	margin: 0 auto;
}

.btn .btn01 {
	width: 250px;
	height: 31px;
	float: left;
}

.btn .btn02 {
	width: 250px;
	height: 31px;
	float: right;
}

.pagetop {
	padding-bottom: 12px;
	margin: 25px 0 28px 20px;
	text-align: right;
}



/* Anchors */
/**************************************/
a:link {
	color: #03c;
	text-decoration: none;
}

a:visited {
	color: #909;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}