@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#flash {
    width: 780px;
	_width: 800px;
	padding: 0 10px;
	background: url(common/images/header_bg.jpg) left top no-repeat;
	height: 250px;
}

#tx_main .dl_01 {
    width: 230px;
	/*height: 60px;
	_height: 84px;*/
	/*padding-bottom: 24px;*/
	margin-left: 10px;
}

#tx_main .dl_01 dt {
    width: 80px;
	float: left;
	clear: both;	
}

#tx_main .dl_01 dd {
    width: 150px;
	float: right;
	text-align: right;
	_clear: both;
}

a.clr900 {
    color: #990000;
}

.g_box02 {
    width: 180px;
	padding: 1px 5px;
	text-align: center;
	border: 1px solid #333;
	background-color: #666;
	font-size: 0.9em;
	color: #FFF;
	float: right;
	margin-bottom: 1em;
	/*clear: both;*/
}

.g_box02 a {
    color: #FFF;
	text-decoration: none;
}
.g_box02 a:hover {
    color: #FFCC00;
	text-decoration: underline;
}

.box_01 {
    width: 194px;
	_width: 210px;
	border: 3px double #000;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
}
.box_01 .p_12 {
    font-weight: bold;
}
.box_01 p {
    margin-bottom: 5px;
}