@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
html,body	{
	padding: 0px;
	margin: 0px;
	height:100%;

}

form {
	display: inline;
}

.body	{
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.bar	{
	padding: 5px 10px;
	background-color: #F19A17;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(../image/default/menu/menu_tab_bg.jpg);
	background-repeat: repeat-x;
}

.sub_bar	{
	padding: 5px 10px;
	background-color: #7BBB29;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#body_container {
	min-height:100%;
	margin-bottom: -71px;
	height:auto !important;
	height:100%;
	background-color: #FFFFFF;
}

#body_contents	{
	height: auto;
}

#footer-space {
	height:71px;
}

.link_1	{
	padding: 0px 0px 0px 16px;
	background-image: url(../image/ar01.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_1	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_1	a:hover	{
	text-decoration: underline;
}

.link_2	{
	padding: 0px 0px 0px 16px;
	background-image: url(../image/ar02.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_2	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_2	a:hover	{
	text-decoration: underline;
}

.link_3	{
	padding: 0px 0px 0px 14px;
	background-image: url(../image/ar03.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_3	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_3	a:hover	{
	text-decoration: underline;
}

.link_4	{
	padding: 5px 0 5px 16px;
	background-image: url(../image/ar04.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.link_4	a	{
	color: #0066FF;
	text-decoration: none;
}

.link_4	a:hover	{
	text-decoration: underline;
}

.error	{
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.input_fake	{
	min-height: 17px;
	padding: 2px;
	border: solid 1px #CCC;
	background-color: #E0E0E0;
}

.input_ro	{
	background-color: #E0E0E0;
	border-width: 1px;
	padding: 2px;
}

input.full	{
	ime-mode: active;
}

input.half	{
	ime-mode: inactive;
}

.frame	{
	padding: 20px;
	background-color: #F8F8F8;
	border: solid 1px #C0C0C0;
}

.scroll_area	{
	width: 1000px;
	background-color: #C0C0C0;
	overflow: auto;
}

.content_l	{
	width: 750px;
	float: left;
}

.navi_r	{
	width: 240px;
	float: right;
}
/*------------------------------------------------------------------------------
	header
------------------------------------------------------------------------------*/
.header	{
	width: 100%;
	padding: 3px 0px;
	border-bottom: 5px solid #F30536;
	color: #666;
	background-color: #FFF;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.header	a	{
/*	color: #FFFFFF;*/
	text-decoration: none;
}

.header img	{
	vertical-align: bottom;
}
/*------------------------------------------------------------------------------
	footer
------------------------------------------------------------------------------*/
.footer	{
	width: 100%;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #CCCCCC;
	color: #666666;
	font-size: 12px;
	text-align: center;
	height: 60px;
}
/*------------------------------------------------------------------------------
	login
------------------------------------------------------------------------------*/
.login_body	{
	min-height:100%;
	height:auto !important;
	height:100%;
	position: relative;
}

.login	{
	position: absolute;
	top: 50%;
	margin-top: -150px;
	width: 100%;
}

.login a	{
	color: #555555;
}

.login_bg	{
	width: 540px;
	margin: 0px auto;
	padding: 40px 20px 5px;
	background-color: #3399CC;
	color: #FFFFFF;
	/*background-color: #FFFFFF;*/
}

.login_copy	{
	text-align: right;
	height:11px;
	font-size: 11px;
	line-height: 1;
	color: #FFFFFF;
	/*color: #808080;*/
	padding: 25px 0px 0px;
}
/*------------------------------------------------------------------------------
	メニュー
------------------------------------------------------------------------------*/
.tab_menu {
	position: relative;
	width: 1000px;
	height: 94px;
	background-image: url("../image/default/menu/menu_tab_bg.jpg");
	background-repeat: repeat-x;
}

.tab_head {
	position: absolute;
	background-color: #007B9A;
	width: 160px;
	height: 25px;
	top: 5px;
}

.tab_head a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 25px;
	position: relative;
	background-image: url("../image/default/menu/menu_tab.jpg");
	background-repeat: no-repeat;
	background-position: 0 -35px;
	text-align: center;
	line-height: 25px;
	color: #FFF;
}

.tab_head a:hover, .tab_v0, .tab_v1, .tab_v2, .tab_v3, .tab_v4, .tab_v5 {
	background-position: 0 -5px !important;
}

.tab_item:hover .tab_head a {
	background-position: 0 -5px !important;
}

.tab_head0 {
	left: 2px;
}

.tab_head1 {
	left: 162px;
}

.tab_head2 {
	left: 322px;
}

.tab_head3 {
	left: 482px;
}

.tab_head4 {
	left: 642px;
}

.tab_head5 {
	left: 802px;
}


.tab_item:hover .tab_head0 a, .tab_head0 a:hover, .tab_v0 {
	color: #077B92 !important;
}

.tab_item:hover .tab_head1 a, .tab_head1 a:hover, .tab_v1 {
	color: #7CC51E !important;
}

.tab_item:hover .tab_head2 a, .tab_head2 a:hover, .tab_v2 {
	color: #FF9900 !important;
}

.tab_item:hover .tab_head3 a, .tab_head3 a:hover, .tab_v3 {
	color: #0099FF !important;
}

.tab_item:hover .tab_head4 a, .tab_head4 a:hover, .tab_v4 {
	color: #666666 !important;
}

.tab_item:hover .tab_head5 a, .tab_head5 a:hover, .tab_v5 {
	color: #6666CC !important;
}

.tab_main {
	overflow: hidden;
	position: absolute;
	top: 30px;
	border-style: solid;
	width: 996px;
	height:60px;
	border-width: 2px;
	background-color: #F2F2F2;
	margin: 0 0 5px 0;
	display: none;
	border-color: #D58003;
	border-top: none;
}
/*
.tab_main0 {
	border-color: #077B92;
}

.tab_main1 {
	border-color: #7CC51E;
}

.tab_main2	{
	border-color: #FF9900;
}

.tab_main3	{
	border-color: #0099FF;
}

.tab_main4	{
	border-color: #666666;
}

.tab_main5	{
	border-color: #6666CC;
}
*/
.tab_0:hover .tab_main0,
.tab_1:hover .tab_main1,
.tab_2:hover .tab_main2,
.tab_3:hover .tab_main3,
.tab_4:hover .tab_main4,
.tab_5:hover .tab_main5 {
	display: block;
	z-index: 100;
}

.main_v {
	display: block !important;
}

.tab_main ul	{
	padding: 5px 8px 0 8px;
	margin: 0;
	background-color: #F2F2F2;
}

.tab_main li {
	margin: 0 0 5px 10px;
	padding: 0;
	width: 65px;
	float: left;
	list-style: none;
}

.tab_main li:first-child {
	margin: 0 0 5px 0;
}

.tab_main li a {
	display: table-cell;
	overflow: hidden;
	width: 65px;
	height: 50px;
	position: relative;
	background-image: url("../image/default/menu/menu.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.tab_main li a:hover, .menu_v0, .menu_v1, .menu_v2, .menu_v3, .menu_v4, .menu_v5 {
	color: #FFF !important;
}

.tab_main0 li a:hover, .menu_v0 {
	background-position: 0 -50px !important;
}

.tab_main1 li a:hover, .menu_v1 {
	background-position: 0 -100px !important;
}

.tab_main2 li a:hover, .menu_v2 {
	background-position: 0 -150px !important;
}

.tab_main3 li a:hover, .menu_v3 {
	background-position: 0 -200px !important;
}

.tab_main4 li a:hover, .menu_v4 {
	background-position: 0 -250px !important;
}

.tab_main5 li a:hover, .menu_v5 {
	background-position: 0 -300px !important;
}


/* */
.menu_navi {
	height: 70px;
	background: url(../image/default/menu/menu_line_0.gif) repeat-x;
	position: relative;
	width: 1000px;
	z-index: 500;
	font-size: 12px;
}

.menu_navi .table {
	display: table;
	margin: 0 auto;
}

.menu_navi .select, .menu_navi .current	{
	margin:0;
	padding:0;
	list-style:none;
	display:table-cell;
	white-space:nowrap;
}

.menu_navi li	{
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}

.menu_navi .select a	{
	display: block;
	height: 35px;
	float: left;
	background: url(../image/default/menu/menu_line_0.gif);
	padding: 0 30px 0 30px;
	text-decoration: none;
	line-height: 35px;
	white-space: nowrap;
	color: #FFF;
}

.menu_navi .current a {
	display: block;
	height: 35px;
	float: left;
	background: url(../image/default/menu/menu_line_2.gif);
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 35px;
	white-space: nowrap;
	color: #fff;
}

.menu_navi .current a span {
	display: block;
	padding: 0 30px 0 15px;
	background: url(../image/default/menu/menu_line_2.gif) right top;
}

.menu_navi .select a:hover,
.menu_navi .select li:hover a {
	background: url(../image/default/menu/menu_line_1.gif);
	padding: 0 0 0 15px;
	cursor: pointer;
	color: #fff;
}

.menu_navi .select a:hover span,
.menu_navi .select li:hover a span {
	display:block;
	float:left;
	padding:0 30px 0 15px;
	background:url(../image/default/menu/menu_line_1.gif) right top;
	cursor:pointer;
}

.menu_navi .select_sub {
	display:none;
}

.menu_navi .sub {
	display:table;
	margin:0 auto;
	padding:0;
	list-style:none;
}

.menu_navi .sub_active .current_sub a,
.menu_navi .sub_active a:hover {
	background:transparent;
	color:#f00;
}

.menu_navi .select :hover .select_sub,
.menu_navi .current .show {
	display:block;
	position:absolute;
	width:1000px;
	top:35px;
	background:url(../image/default/menu/back_0.gif);
	padding:0;
	z-index:100;
	left:0;
	text-align:center;
}

.menu_navi .current .show {
	z-index:10;
}

.menu_navi .select :hover .sub li a,
.menu_navi .current .show .sub li a {
	display:block;
	float:left;
	background:transparent;
	padding:0 10px 0 10px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#444;
}

.menu_navi .current .sub li.sub_show a {
	color:#088;
	cursor:default;
	background:url(../image/default/menu/back_1.gif);
}

.menu_navi .select :hover .sub li a:hover,
.menu_navi .current .sub li a:hover {
	visibility:visible;
	color:#088;
	background:url(../image/default/menu/back_1.gif);
}
/*------------------------------------------------------------------------------
	ファンクションキー
------------------------------------------------------------------------------*/
.function_area	{
	width: 100%;
	padding: 10px 0px 0px 0px;
	border-top: solid 1px #CCCCCC;
	color: #999;
	font-size: 12px;
	text-align: center;
	height: 60px;
	position: fixed;
	left:0;
	bottom: 0;
	z-index: 300;
	background-color: #FFF;
}

.function_area > div	{
	width: 1000px;
	margin: 0 auto;
}

.function_area > div > p, .fn_group > p	{
	clear: both;
}

.fn_group	{
	width: 300px;
	float: left;
	margin-left: 50px;
}

.fn_group:first-child, .fn_group > div:first-child	{
	margin-left: 0;
}

.fn_group > div	{
	width: 60px;
	height: 40px;
	padding: 5px;
	text-align: center;
	border: solid 1px #CCC;
	float: left;
	margin-left: 4px;
	border-radius: 5px;
	background-color: #E9E9E9;
}

.fn_key	{
	cursor: pointer;
	border-color: #666 !important;
	color: #333;
	background-color: #FFF !important;
}

.fn_key:hover	{
	border-color: #1C6C7B !important;
	color: #FFF;
	background-color: #27717F !important;
}

.fn_key > p	{
	margin-top: 3px;
}
/*------------------------------------------------------------------------------
	モーダルウィンドウ
------------------------------------------------------------------------------*/
div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 1000;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-ms-filter: "alpha(opacity=55)";
}

div#modal div.container {
	position: relative;
	width: 300px;
	height: 300px;
	padding: 10px;
	background-color: #333333;
}

.popup_tb th, .popup_tb td	{
	padding: 5px;
	color: #FFFFFF;
}

.popup_tb th	{
	background-color: #808080;
	border: 1px solid #333;
}

.popup_tb td	{
	background-color: #404040;
	border: 1px solid #808080;
}

.popup_tb th:first-child, .popup_tb td:first-child	{
	border-left: none;
}

.popup_tb th:last-child, .popup_tb td:last-child	{
	border-right: none;
}

.popup_bar	{
	border-bottom: solid 1px #FFFFFF;
	position: relative;
}

.popup_bar div	{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 25px;
}

.popup_bar	p	{
	width: 30px;
	position: absolute;
	top: 0;
	right:0;
	text-align: right;
}

.pu_btn	{
	background: none repeat scroll 0 0 #85BD2E;
	border: medium none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	height: 26px;
	width: 80px;
}

#popup_body	{
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color: #333333;
}

#popup_body .pager	{
	color: #FFFFFF;
}

#popup_body .pager a	{
	color: #99CCFF;
}
/*------------------------------------------------------------------------------
	アラート
------------------------------------------------------------------------------*/
div#alert	{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 9999;
}

div#alert div.alert_bg	{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-ms-filter: "alpha(opacity=55)";
}

div#alert div#alert_msg	{
	position: relative;
	width: 250px;
	padding: 0 0 15px;
	margin: 0;
	background-color: #F2F2F2;
	border: solid 1px #333333;
	text-align: center;
	font-size: 12px;
}

div#alert #alert_msg p	{
	background-color: #FFFFFF;
	padding: 35px 20px 30px;
	margin-bottom: 15px;
	border-bottom: solid 1px #CCCCCC;
}

div#alert #alert_msg input	{
	width: 80px;
}
/*------------------------------------------------------------------------------
	アップロード
------------------------------------------------------------------------------*/
div#upload_dialog {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	z-index: 2000;
	font-size: 12px;
}
div#upload_dialog div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.55;
	filter: alpha(opacity=55);
	-ms-filter: "alpha(opacity=55)";
}

div#upload_dialog div.container {
	position: relative;
	width: 330px;
	height: 230px;
	padding: 10px;
	background-color: #FFF;
	border: solid 1px #888;
}

div#upload_dialog #progress_area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFF;
	text-align: center;
	font-size: 12px;
}

div#upload_dialog #progress_area p {
	margin: 60px 0 40px;
}

div#upload_dialog #progress_bar {
	height: 10px;
}

#process_area	{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left :0;
	background-color: #FFF;
}

.processing_img	{
	margin-top: 40px;
	text-align: center;
}

.processing_msg	{
	margin-top: 30px;
	text-align: center;
}

.processing_cnt	{
	margin-top: 5px;
	text-align: center;
}

#process_txt	{
	margin: 20px 0 5px;
	text-align: center;
}

#process_bar	{
	height: 10px;
	width: 0px;
	margin: 0;
	background-color: blue;
}

.progress_anime	{
	background: url("../image/default/uploading.gif") no-repeat 0 0 !important;
}

.process_comp_msg	{
	margin-top: 60px;
	text-align: center;
	letter-spacing: 1px;
}

.process_comp_cnt	{
	margin-top: 10px;
	text-align: center;
	letter-spacing: 1px;
}

.process_comp_btn	{
	margin-top: 45px;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #CCCCCC;
}

.process_comp_btn input	{
	width: 70px;
	height: 30px;
}

.process_bar_bg	{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #CCCCCC;
	background-color: #F0F0F0;
}

/*------------------------------------------------------------------------------
	契約更新
------------------------------------------------------------------------------*/
.plan_select	{
	min-height: 150px;
	padding: 10px 15px;
	border: solid 1px #888;
	border-radius: 7px;
	background-color: #fafad2;
}

.plan_select ul	{
	list-style: none;
}

.plan_select ul li	{
	margin: 5px 0 0;
}

.plan_select ul li:first-child	{
	margin-top: 0;
}

.plan_checked_td {
	background-color: #FF9E9E;
	font-weight: bold;
}
/*------------------------------------------------------------------------------
	角マル
------------------------------------------------------------------------------*/
.rd_top_left {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

.rd_top_right {
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

.rd_bottom_left {
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.rd_bottom_right {
	border-bottom-right-radius: 5px;
 	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
.ui-datepicker-trigger{
    box-sizing: border-box;
    vertical-align: middle;
    margin-left: 3px;
    cursor: pointer;
}