@charset "utf-8";
/****************/
/*              */
/*  common.css  */
/*              */
/****************/

.header_back {
	background-image:url(../images/common/header_back.gif);
	background-repeat:repeat-x;
	text-align: left;
}

.clear {
	clear: both;
}


/*---------------------------------------------------------- header_flash
*/
#header_flash {
	width: 840px;
	margin: 0px 5px 0px 5px;
	padding: 0;
}

/*---------------------------------------------------------- menu about
*/
#about {
	width: 170px;
	margin: 10px 5px 5px 5px;
}

.about_text {
	border: 1px solid #343434;
	background-color: #FFFFFF;
	padding: 5px 10px 10px 10px;
	text-align: left;
}

/*---------------------------------------------------------- contents pagetop
*/
#page_top {
	clear: both;
	padding: 15px 0px 8px 0px;
	text-align: right;
}



.alert {
	font-weight: bold;
	color: #f00;
}
