@charset "UTF-8";

/* form
---------------------------------------------------- */

#page_change_box{
	margin-top: 10px;

}

#area_jump_select_box{
	width: 509px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #aaaaaa;
	border-right: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
	border-left: 1px dotted #aaaaaa;
	background-color: #ffeb00;
}


.sub_title_box{
	width: 520px;
	background-color: #F89494;
	margin-bottom: 10px;
}

.sub_title_text{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}

.entry_form_list_box{
	margin-top: 10px;
	margin-left: 20px;
}

.entry_form_list_box li {
	font-weight: normal;
	list-style-image: url(../images/list_mark.gif);
	line-height: 160%;
}

.main_list_box{
	width: 510px;
	margin-top: 10px;
}

#entry_form_wrapper{
	width: 510px;
	margin-top: 20px;
	margin-left: 20px;
}

.entry_form_data{
	width: 300px;
}

.entry_form_koumoku_rem{
	margin-left: 120px;
	padding-bottom: 10px;
}

.entry_form_koumoku{
	float: left;
	width: 120px;
	height: 18px;
	margin-left: 0px;
}

.entry_form_koumoku_big{
	height: 18px;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

.entry_form_textarea{
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}

.entry_form_pos_move{
	vertical-align: -0.1em;
}

.entry_form_textarea_rem{
	margin-left: 20px;
	padding-bottom: 10px;
}

.red{
	color: #ff0000;
}





/* left_contents
---------------------------------------------------- */
#left_wrapper {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	width: 530px;
}

#area_top_title{
	width: 520px;
	height: 100px;
	background-image: url(../images/area/title_back.jpg);
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}

#area_title_text{
	margin-left: 10px;
	padding-top: 40px;
	font-size: 12pt;
}

#kensaku_box{
	width: 520px;
	height: 136px;
	margin-top: 10px;
	background-image: url(../images/area/kensaku_back.gif);
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}

#kensaku_box_inner{
	margin-left: 20px;
	padding-top: 8px;
	font-size: 12pt;
	line-height: 160%;
}

.list_data_box{
	width: 520px;
	margin-top: 10px;
}

.list_data_box table tr td{
	padding: 3px;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}


#dir_box{
	margin-left: 5px;
}

/* main_contents
---------------------------------------------------- */
#main_wrapper{
	text-align: center;
	width 750px;
}



