.main_body
{
	margin: 0px;
	padding: 10px;
	background-color: #f5f5f5;
}

.menu_box
{
	float: left;
	width: 280px;
	height: 100%;
	background-color: #f5f5f5;
	padding: 0px;
	margin: 0px;
}

.main_box
{
	position: absolute;
	top: 10px;
	left: 300px;
	height: 100%;
}

.header_box
{
	background-color: #afeeee;
	border: 1px solid #c0c0c0;
	padding: 10px;
	margin: 0px;;
	font-weight: bold;
	margin-right: 10px;
}

.content_box
{
	background-color: #ffffff;
	padding: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #c0c0c0;
	border-top: 0px;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

.title_border
{
	height: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: #c0c0c0 0px solid;
	color: #c0c0c0 ;
    background: #c0c0c0;
}

.common_border
{
	height: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: #c0c0c0 0px solid;
	color: #c0c0c0 ;
    background: #c0c0c0;
}

.control_set_table
{
}

.control_set_title
{
	text-align: left;
	white-space: nowrap;
}

.control_set_title_top
{
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.control_set_controls
{
	white-space: nowrap;
}

.joken
{
	font-weight: bold;
}

.jp_text_box
{
	ime-mode: active;
}

.jp_text_box_s
{
	ime-mode: active;
	width: 200px;
}

.jp_text_box_m
{
	ime-mode: active;
	width: 300px;
}

.jp_text_box_l
{
	ime-mode: active;
	width: 400px;
}

.date_text_box
{
	ime-mode: inactive;
}

.item_list_box
{
	width: 300px;
	height: 100px;
}

.user_text_box
{
	width: 200px;
}

.calender_button
{
	vertical-align: middle;
}

.definition_box
{
	font-size: x-small;
	border-top: 3px solid #c0c0c0;
	background-color: #ffffff;
	padding-top: 10px;
	margin-top: 10px;
}
