/* =-=-=- TAG begin -=-=-= */
* { margin: 0px; padding: 0px; }
body { background-color: #F0F0F0; }
h2 { margin-bottom: 20px; }
p {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A2769;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A2769;
	text-decoration: underline;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A2769;
	text-decoration: none;  
}
form, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A2769;
	text-decoration: none;
}
input, select, textarea { border:1px solid #7F9DB9; }
select{width:123px;}
/* =-=-=- TAG end -=-=-= */

/* =-=-=- CLASS begin -=-=-= */
.float_left  { float: left;  }
.float_right { float: right; }
.clearline   { clear: both;  }
/* =-=-=- CLASS end -=-=-= */

/* =-=-=- ID begin -=-=-= */
#body {
	width: 800px;
	text-align: left;
	background-image: url(../images/common/bg_body.gif);
	background-repeat: repeat-y;
}

#box_content {
	float: left;
	width: 788px;
	padding-left: 12px;
}
/* =-=- *** INTER "#box_content" begin *** -=-= */
#box_left { 
	background-color: #F1F1F1;
	border-right: 1px solid #CCCCCC;
	width: 159px;
	float: left;
}
#box_center { float: left; }
div#box_right {
	float: left;
	width: 401px;
	padding-right: 29px;
	padding-left: 29px;
	padding-top: 29px;
}
/* =-=- *** INTER "#box_content" end *** -=-= */
/* =-=-=- ID end -=-=-= */


div#error{
	font:13px/16px Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	padding-bottom:10px;
}

/* =-=-=- *** BOX NOTICE begin *** -=-=-= */
.box_notice {
	background-image: url(../images/img/icon_page.gif);
	background-repeat: no-repeat;
	background-position: 6px 11px;
/*	width: 249px;*/ /* INDEX */
	width: 100%;
	clear: both;
	padding-top: 10px;
}
div.box_notice p {
	padding-left: 22px;
}
.notice_title_link {
	font-size: 12px;
	font-weight: bold;
	color: #408080;
	text-decoration: underline;
}
.notice_text {
	color: #666666;
	padding-bottom: 15px;
	border-bottom: 1px dotted #999999;
}
p.notice_text a {
	color: #666666;
	font-style: italic;
	text-decoration: none;
}
/* =-=-=- *** BOX NOTICE end *** -=-=-= */