.table {
	width: 98%;
	CURSOR:default;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: left;
}
.table_address {
	width: 98%;
	CURSOR:default;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.th {
	TEXT-ALIGN: left;
	COLOR: #666666;
	border: 1px solid #9A9A9A;
	background-image: url(../images/th_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: auto;
	padding: 3px;
	font-weight: bold;
}
.th_center {
	TEXT-ALIGN: center;
	COLOR: #666666;
	border: 1px solid #9A9A9A;
	background-image: url(../images/th_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: auto;
	padding: 3px;
	font-weight: bold;
}
.tt {
	TEXT-ALIGN: left;
	background-image: url(../images/th_hilite_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: auto;
	color: #666666;
	border: 1px solid #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
}
.ttborder {
	border: 1px solid #999999;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
.tb {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	word-break:break-all;
    word-wrap: break-word;
}
.tb_right {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	text-align:right;
	word-break:break-all;
    word-wrap: break-word;
}
.tb_center {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	text-align:center;
	word-break:break-all;
    word-wrap: break-word;
}
.tb_on {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #EBEFF2;
    word-break:break-all;
    word-wrap: break-word;
}
.tb_on_right {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #EBEFF2;
	text-align:right;
	word-break:break-all;
    word-wrap: break-word;
}
.tb_on_center {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #EBEFF2;
	text-align:center;
	word-break:break-all;
    word-wrap: break-word;
}
.mytt {
	TEXT-ALIGN: left;
	background-image: url(../images/th_hilite_bg_green.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: auto;

	color: #666666;
	border: 1px solid #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: bold;
}
.mytb_on {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F3F6F0;
	word-break:break-all;
    word-wrap: break-word;
}
.mytb_on_right {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F3F6F0;
	text-align:right;
	word-break:break-all;
    word-wrap: break-word;
}
.mytb_on_center {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F3F6F0;
	text-align:center;
	word-break:break-all;
    word-wrap: break-word;
}
.hometb_on {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	word-break:break-all;
    word-wrap: break-word;
}
.hometb_on_right {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	text-align:right;
	word-break:break-all;
    word-wrap: break-word;
}
.hometb_on_center {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
	text-align:center;
	word-break:break-all;
    word-wrap: break-word;
}
.page_select {
	CURSOR: text;
	text-align: left;
	background-color: #EBEFF2;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 98%;
	position: relative;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.page_select_in { 
	CURSOR: default;
	text-align: left;
	background-color: #EBEFF2;
	position: relative;
	padding-left: 10px;
}
.page_select_in_right {
	CURSOR: default;
	text-align: right;
	position: relative;
	padding-right: 10px;
}
.mypage_select {
	CURSOR: text;
	text-align: left;
	background-color: #F3F6F0;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 98%;
	position: relative;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.mypage_select_in { 
	CURSOR: default;
	text-align: left;
	background-color: #F3F6F0;
	position: relative;
	padding-left: 10px;
}
.mypage_select_in_right {
	CURSOR: default;
	text-align: right;
	position: relative;
	padding-right: 10px;
}
#tit{
	background-image: url(../images/search_bg.gif);
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #677B9F;
	vertical-align: middle;
	float: left;
	width: 100%;
	margin: 0px;
	background-position: bottom;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	height: auto;
}
#tit div.subject {
	text-align: left;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	font-size: 120%;
	padding-top: 5px;
	vertical-align: baseline;
}
#tit div.menu {
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 3px;
	font-size: 90%;
	vertical-align: middle;
	padding-bottom: 0px;
	text-align: right;
	height: auto;
}
#tit div.titlebar {
	color:#666666;
	background-image: url(../images/search_bg.gif);
	font-weight: normal;
	vertical-align: middle;
}
.tit_in{
	width: 30%;
	margin: 0px;
	padding: 0px;
	float: right;
	font-weight: normal;
}
#titb{
	background-image: url(../images/search_bg.gif);
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #677B9F;
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px;
	height: 50px;
	margin: 0px;
	position: relative;
	width: 100%;
}
.titb_in{
	margin: 0px;
	font-weight: normal;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
	height: auto;
}
.titc_in{
	margin: 0px;
	font-weight: bold;
	font-size: 120%;
	height: auto;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: auto;
}
#tit_nmenu{
	height: 50px;
	padding: 0px;
	position: relative;
	margin: 0px;
	width: 100%;
}
#tit_nmenu_left{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 5px;
	width: auto;
	height: auto;
	float: left;
	font-weight: normal;
	font-size: 90%;
}
#tit_nmenu_right{
	font-weight: normal;
	font-size: 100%;
	float: right;
	padding: 0px;
	margin-top: 5px;
}
#move{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 100%;
}
.move_b{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: auto;
	width: 100%;
	float: left;
}
.soat{
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}
.navi_li {
	display: inline;
	padding-left: 7px;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 7px;
}
#folder_bg{
	background-image: url(../images/controller_button_bg.gif);
	background-color: #FFFF00;
}

.message {
	text-align: center;
	color: #FF0000;
	background-color: #FFDAB9;
	font-weight:bolder; 
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	width: 98%;
	clear: left;
	height: auto;
	word-break:break-all;
    word-wrap: break-word;
}
.UAtop_message {
	CURSOR: text;
	text-align: center;
	color: #FF0000;
	background-color: #FFDAB9;
	font-weight:bolder; 
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 98%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	word-break:break-all;
    word-wrap: break-word;
}
.UA001_message {
	CURSOR: text;
	text-align: center;
	color: #FF0000;
	background-color: #FFDAB9;
	font-weight:bolder; 
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	word-break:break-all;
    word-wrap: break-word;
}
.sub_select{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	background-image: url(../images/subselect_bg.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #677B9F;
	width: 98%;
	font-weight: bold;
	word-break:break-all;
	word-wrap: break-word;
	background-repeat: repeat-x;
	background-position: bottom;
	clear: left;
}
.sub_select_home{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/subselect_bg.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF3310;
	padding-left: 0px;
	width: 98%;
	padding-right: 0px;
	font-weight: bold;
	word-break:break-all;
	word-wrap: break-word;
	background-repeat: repeat-x;
	background-position: bottom;
	clear: left;
}
.sub_select_mydisk{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/subselect_bg.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #74A673;
	padding-left: 0px;
	width: 98%;
	padding-right: 0px;
	font-weight: bold;
	word-break:break-all;
	word-wrap: break-word;
	background-repeat: repeat-x;
	background-position: bottom;
	clear: left;
}
.sub_select_address{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/subselect_bg.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF3310;
	padding-left: 0px;
	width: 98%;
	padding-right: 0px;
	font-weight: bold;
	word-break:break-all;
	word-wrap: break-word;
	background-repeat: repeat-x;
	background-position: bottom;
}
.sub_select_a{
	width: 98%;
	height: auto;
	min-height: 21px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #677B9F;
	clear: both;
}
.sub_select_b{
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	clear: left;
}
.sub_select_c{
	width: 98%;
	background-color: #CCCCCC;
	text-align: center;
	margin: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sub_select_d{
	width: 98%;
	background-color: #DFDFDF;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #677B9F;
	padding-bottom: 10px;
	TEXT-ALIGN: left;
}
.sub_select_e{
	width: 98%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #677B9F;
	padding-bottom: 10px;
}
.sub_select_comment{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 98%;
	word-break:break-all;
	word-wrap: break-word;
}

.sub_select_comment_b{
	width: 97%;
	padding: 5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.sub_select_comment_c{
	width: 98%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #F3F3F3;
	border: 1px solid #DFDFDF;
}
.subta {
	text-align: left;
	background-color: #DFDFDF;
	width: 20%;
	padding: 10px;
}
.subta2 {
	text-align: left;
	background-color: #DFDFDF;
	width: 28%;
	padding: 10px;
}
.subtb {
	text-align: left;
	background-color: #F3F3F3;
	width: auto;
	padding: 5px;
	z-index: auto;
	margin-left: 10px;
	word-break:break-all;
    word-wrap: break-word;
}
.subtc {
	text-align: left;
	width: 5px;
	padding: 0px;
	z-index: auto;
	margin: 0px;
}
.subtc_in {
	text-align: left;
	padding: 0px;
	z-index: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: middle;
}
.subtd {
	text-align: left;
	background-color: #DFDFDF;
	width: 20%;
	padding: 10px;
	vertical-align: top;
}
.line {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	width: 95%;
	padding-bottom: 10px;
}
.line_upload {
	height: auto !important;
	min-height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	width: 95%;
}
.navileft {
	float: left;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 3px;
	width:auto;
}
#navileft {
	float: left;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 3px;
}
.naviright {
	width: auto;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	word-break:break-all;
	word-wrap: break-word;
	margin-left: auto;
	height: auto;
}
.naviright_a{
	width: 70px;
	background-repeat: repeat-x;
	background-color: #FFFF00;
	margin-right: 2px;
	margin-left: 2px;
}
#Menu {
	height: auto;
	font-weight: bolder;
}

#Menu ul {
	margin: 0;
	list-style-type : none;
}

#Menu li {
	display : inline;
	margin:0;
	float:left;
}

#Menu a {
	display: block;
	text-decoration:none;
	text-align:left;
	width: auto;
	font-weight: bold;
	background-image: url(../images/controller_button_bg_c.gif);
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#Menu a:hover {
	display:block;
	text-decoration:none;
	text-align:left;
	font-weight: bold;
	background-image: url(../images/controller_button_bg_on_c.gif);
	border: 1px solid #CCCCCC;
}

#Menu li.rireki a {
	display: block;
	text-decoration:none;
	text-align:left;
	width: auto;
	font-weight: bold;
	background-image: url(../images/controller_button_bg_e.gif);
	margin-right: 3px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#Menu li.rireki a:hover {
	display:block;
	text-decoration:none;
	text-align:left;
	font-weight: bold;
	background-image: url(../images/controller_button_bg_on_e.gif);
	border: 1px solid #CCCCCC;
}
#Menu li.gray {
	display: block;
	text-decoration:none;
	text-align:left;
	width: auto;
	font-weight:normal;
	background-image: url(../images/controller_button_bg_d.gif);
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#Menu li.gray a {
	display: block;
	text-decoration:none;
	text-align:left;
	width: auto;
	font-weight:normal;
	background-image: url(../images/controller_button_bg_d.gif);
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}
#Menu li.gray a:hover {
	display:block;
	text-decoration:none;
	text-align:left;
	font-weight: normal;
	background-image: url(../images/controller_button_bg_d.gif);
	border: 1px solid #CCCCCC;
}
#submenu {
	height: auto;
	width: auto;
}

#submenu ul {
	margin: 0;
	list-style-type : none;
}

#submenu li {
	display : inline;
	margin:0;
	float:left;
}

#submenu a {
	display: block;
	text-decoration:none;
	text-align:center;
	width: auto;
	font-size: 0.85em;
	font-weight: normal;
	background-image: url(../images/container_submenu_bg.gif);
	margin-right: 2px;
	height: auto;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #677B9F;
	border-right-color: #677B9F;
	border-left-color: #677B9F;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#submenu a:hover {
	display:block;
	text-decoration:none;
	text-align:center;
	font-weight: normal;
	background-image: url(../images/container_submenu_on_bg.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #677B9F;
	border-right-color: #677B9F;
	border-left-color: #677B9F;
	background-repeat: repeat-x;
}
.list_menu_on {
	background-image: url(../images/container_submenu_on_bg_blue.gif);
	font-weight:bold;
	float: left;
	width: auto;
	margin-right: 2px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #677B9F;
	border-right-color: #677B9F;
	border-left-color: #677B9F;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	color: #FFFFFF;
	background-repeat: repeat-x;
}
.list_menu_on_green {
	background-image: url(../images/container_submenu_on_bg_green.gif);
	font-weight:bold;
	float: left;
	width: auto;
	margin-right: 2px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #677B9F;
	border-right-color: #677B9F;
	border-left-color: #677B9F;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	color: #FFFFFF;
	background-repeat: repeat-x;
}
.list_menu_off {
	background-image: url(../images/container_submenu_bg.gif);
	float: left;
	width: auto;
	margin-right: 2px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #677B9F;
	border-right-color: #677B9F;
	border-left-color: #677B9F;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	background-repeat: repeat-x;
}
.font_color_red {
	color: #FF0000;
}
.font_weight_bold_center {
	font-weight: bold;
	text-align: center;
}
.font_weight_bold {
	font-weight: bold;
}
.text_align_left {
	text-align: left;
}
.text_align_right {
	text-align: right;
}
.font_size_10px {
	font-size: x-small;
	font-weight: normal;
}
.img_align {
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;

}
.table_safari {
	width: 98%;
	CURSOR: default;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 10px;
}
.font_size_13px {
	font-weight: normal;
}

.font_size_120 {
	font-size: 120%;
	font-weight:bold;
}
.com_submit_left{
	text-align: left;
	float: left;
	width: 98%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.comtit_nmenu{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/subhead_bg.gif);
}
.comtit_nmenu_top{
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 17px;
	padding: 0px;
	width: auto;
	font-size: 90%;
	font-weight: normal;
}
.comtit{
	font-size: 120%;
	font-weight: bold;
	height: 30px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #677B9F;
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.comtit_nmenu_left{
	font-weight: bold;
	font-size: 120%;
	float: left;
	height: auto;
	width: auto;
	padding: 0px;
	text-align: left;
	line-height: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* ---------------------------------------------------------------- *
	↓GP GD PD PP から移動
 * ---------------------------------------------------------------- */
.table_upload {
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border-spacing: 5px;
	border-collapse: separate;
}
.upload {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 98%;
}
.download_center {
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float: center;
	height: 20px;
}
/* ---------------------------------------------------------------- */

.permitted {
	color: #677B9F;
}
.prohibited {
	color: #FF3310;
}
/* ---------------------------------------------------------------- *
	↓ShareDISK　追加　6/16
 * ---------------------------------------------------------------- */
.sdtb_on {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #FDFBE5;
	word-break:break-all;
	word-wrap: break-word;
}
.sdtb_on_right {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #FDFBE5;
	text-align:right;
	word-break:break-all;
	word-wrap: break-word;
}
.sdtb_on_center {
	padding: 3px 8px;
	border: 1px solid #CCCCCC;
	background-color: #FDFBE5;
	text-align:center;
	word-break:break-all;
	word-wrap: break-word;
}
/* ---------------------------------------------------------------- *
	↓BizDrive追加
 * ---------------------------------------------------------------- */
.list_menu_on_lightblue {
	background-image: url(../images/container_submenu_on_bg_lightblue.gif);
	font-weight:bold;
	float: left;
	width: auto;
	margin-right: 2px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #00B9EF;
	border-right-color:#00B9EF;
	border-left-color: #00B9EF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	color: #FFFFFF;
	background-repeat: repeat-x;
}
.biz_sub_selec{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	height: auto;
	background-image: url(../images/subselect_bg.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00B9EF;
	width: 98%;
	font-weight: bold;
	word-break:break-all;
	word-wrap: break-word;
	background-repeat: repeat-x;
	background-position: bottom;
	clear: left;
}
