@CHARSET "UTF-8";

html, body  {
	/* for IE6 */
	height: 100%;  
	_overflow: auto;  
}  
body {
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", "Arial", "Helvetica", "Verdana", "sans-serif";
	clear: both;
}
.foreignfont,.foreignfont select, .foreignfont input {
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
}
.chinesefont,.chinesefont select, .chinesefont input {
	font-family: "Simsun", "Arial", "Helvetica", "Verdana", "sans-serif";
}

/*
input {
	ime-mode: disabled;
}
*/

/* for IE7 */
img  {
vertical-align: top;
}

/* CI3.0.0 以降対応 */
mark {
        background: #ff0;
        color: #000;
}

.topbar {
	margin: 0;
/*	padding: 3px;
	padding-left: 1px;*/
	position: relative;
	text-align: left;
	background-color: black;
	color: white;
}
.topbar table {
	width: 100%;
	height: 100%;
	#border-collapse : collapse ;	/* シャープで始まるスタイルはIE6,7専用 */
	#height: ;
}
.topbar table td {
	padding-bottom: 0;
}
.topbar .fctitle {
	white-space: nowrap;
	text-align:right;
    padding-right: 10px;
}
.topbar .version {
	color: #000;
}


.fclogout a {
	font-size :0.8em; 	
}
.fclogout a:link{ color:#36f; text-decoration:underline;}
.fclogout a:active{ text-decoration:none;}
.fclogout a:visited { color:#36f; text-decoration:underline;}
.fclogout a:hover { color:white; background-color:#eecb22;} 

.eula {
	position:absolute;
	right: 12px;
	top: 73px;
	color: white;
	font-size :0.8em;
}
.eula a {
/*	font-size :0.8em; */
}
.eula a:link{ color:#36f; text-decoration:underline;}
.eula a:active{ text-decoration:none;}
.eula a:visited { color:#36f; text-decoration:underline;}
.eula a:hover { color:white; background-color:#eecb22;} 
.eula_sales {
	right: 150px;
}
.eula_l {
	right: 95px;
	top: 67px;
}

.ar {
	text-align: right;
	padding-right: 5px;
}
.bld {
	font-weight:bold;
}
.gray {
	color: #777;
}
.red {
	color: red;
}
.nowrap {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.aleft {
	text-align:left;
}
.aright  {
	text-align:right;
}
.vbottom {
	vertical-align: bottom;
}
.vmiddle {
	vertical-align: middle;
}
.small {
	font-size :0.8em; 
}

#content {
	margin: 8px;
	margin-left: 20px;
	padding: 5px;
	_zoom: 1;
}
#content div {
	margin-left: auto;
    margin-right: auto;
}
#content .msg {
	border-left: 12px solid #30f;
	border-bottom: 1px solid #555;
	padding-left: 4px;
}

#content .start {
	background-color: #F3F4F8;
	border: 1px solid #828EB5;
	width: 598px;
}
#content .start table {
	padding: 5px;
	margin-left:auto;
	margin-right:auto;
}
#content .start table td {
	padding-left: 5px;
	padding-top: 3px;
}
#content .start img {
	border: 0;
}
/* for IE password */
#content .start input {
	font-family: "ＭＳ Ｐゴシック", "Arial", "Helvetica", "Verdana", "sans-serif";
}

#content .fld {
	margin-top: 10px;
}
#content .fld table {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	padding: 2px;
	align: center;
}
#content .fld table td {
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:15px;
}


.b_height {
	height: 35px;
}

.f_wrap {
	background-color: #eee; 
}
.f_wrap td {
}
.f_item {
	background-color: #def; 
}
.f_item_d {
	background-color: #ddd; 
}
.f_item_err {
	background-color: #fcc; 
}
.f_value {
	width:70%;
}
.f_value_s {
	width:35%;
}
.f_frame_g {
	border: 1px solid #555;
	padding: 1px;
}
.f_frame_b {
	border: 1px solid #33f;
	padding: 3px;
}
.f_msg {
	width:90%;
}

.marker a:link{ color:black; text-decoration:underline;}
.marker a:active{ text-decoration:none;}
.marker a:visited { color:black; text-decoration:underline;}
.marker a:hover { color:white; background-color:#eecb22;} 

.b_base {
	border-collapse: collapse;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:40px;
	padding-right:40px;
	cursor: pointer;
	white-space: nowrap;
#	position: relative;	/* for IE7 */
}
.b_base:link{ text-decoration:none;}
.b_base:active{ text-decoration:none;}
.b_base:visited { text-decoration:none;}
.b_base:hover { text-decoration:none;} 

.b_blue {
	border: 3px double #fff;
	color:white;
	
	background: #39f;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff',endColorstr='#ff3399ff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffffff',endColorstr='#ff3399ff')";
	background: -moz-linear-gradient(top, #ccf, #39f);
	border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(border-radius.htc);
	font-weight:bold;
}
.b_blue:hover { 
	background: #39f;
	background: -moz-linear-gradient(bottom, #ccf, #39f);
} 

.b_gray {
	background-color: #ccc;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
	color:black;
}
.b_gray:hover {
	border-top: 2px solid #888;
	border-left: 2px solid #888;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	color:white;
}

.b_small {
	border-collapse: collapse;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	cursor: pointer;
	white-space: nowrap;
	font-size:0.8em;
}
.b_small:link{ text-decoration:none;}
.b_small:active{ text-decoration:none;}
.b_small:visited { text-decoration:none;}
.b_small:hover { text-decoration:none;} 

#content .fld_s {
	padding: 5px;
}
#content .fld_s div {
	padding: 5px;
}
#content .fld_s table {
	width: 95%;
	padding: 2px;
	margin-left:auto;
	margin-right:auto;
}
#content .fld_s table td {
}
#content .buttons {
	margin: 40px;;
}
#content .buttons table {
	width: 100%;
	background-color: #fff; 
}

.errmsg {
	padding: 1px;
	background-color: #fcc;
	border: 1px solid #c60;
}
.errmsg .va {
	vertical-align: middle;
}
.infomsg {
	margin: 4px;
	margin-bottom: 10px;
	padding: 4px;
	background-color: #ff0;
	border: 2px solid #da2;
	font-size :1.1em; 
}

.bread {
	font-size: 0.8em; 
	color:#36b;
}

#content .listtop table {
	width: 100%;
	margin-top: 10px;
	margin-left: 4px;
    margin-right: 4px;
	padding: 2px;
}
#content .listtop table td {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:15px;
}
#content .list {
	margin: 10px;
}
#content .list table {
	width: 100%;
	margin: 4px;
	margin-top: 10px;
	padding: 2px;
	align: center;
}
#content .list table td {
	padding-left: 5px;
}
.listhead {
	border-collapse: collapse;
	border-bottom: 2px solid #69f;
	border-right: 1px solid #309;
	color: #88f;
}

.listhead .sortable {
	cursor: pointer;
	width: 100%;
	display: block;		/* 普通はdivで作ればいいがIE6はspanじゃないとnowrapしない */
	white-space: nowrap;
}

.listcontent a:link{ color:blue; text-decoration:underline;}
.listcontent a:active{ text-decoration:none;}
.listcontent a:visited { color:blue; text-decoration:underline;}
.listcontent a:hover { color:white; background-color:#eecb22;} 

#content .floatlist tbody td {
	padding-left:0;
}
#content #floatbody {
	overflow-y:auto; 
	overflow-x:hidden;
}
#content #floatbody table {
	padding:0 !important;
	margin:0;
	background-color: #ddd; 
}
#content #floatbody table td {
	padding-left: 5px;
	vertical-align: top;
}
.float_odd {
	background-color: #fff; 
}
.float_even {
	background-color: #eef; 
}

.csselect td {
	padding: 20px;
}

.warn_msg {
	font-weight:bold;
	font-size :1.2em; 
	margin: 2px;
	padding-top:8px;
	padding-bottom:5px;
}
.strong_msg {
	font-size :1.2em; 
	font-weight:bold;
	margin: 2px;
}
.important_msg {
	font-weight:bold;
	font-size :2em; 
}
.eula_title {
	font-weight:bold;
	align: center;
	background-color: #ccf;
	border: 1px solid #66f;
	padding: 1px;
}
.eula_content {
	border: 1px solid black;
	height: 280px;
	white-space: normal;
	overflow: auto;
}



.sublink a{ font-size :0.8em;}
.sublink a:link{ color:blue; text-decoration:underline;}
.sublink a:active{ text-decoration:none;}
.sublink a:visited { color:blue; text-decoration:underline;}
.sublink a:hover { color:white; background-color:#eecb22;}
.number_dlg_class{
	position: fixed;
/*	right: 5px;*/
	width: 200px;
	top: 15px;
	bottom: 15px;
}
#number_dlg{
	position: absolute;
	top: 2em;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
#number_content {
	left: 7px;
	right: 7px;
	top: 5em;
	bottom: 12px;
	position: absolute;
	overflow: scroll;
	border-collapse: collapse;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	padding-left: 5px;
	font-size:1.2em;
}
.graylink {
	color:gray !important;
	text-decoration:none;
	cursor: default;
}

.ui-dialog .ui-dialog-titlebar {
	padding:0.1em 1em 0.1em;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin:0.1em 0.4em 0.5em 0;
}
.ui-widget {
    font-family: "ＭＳ Ｐゴシック", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size:0.8em;
}
.ui-button-text-only .ui-button-text {
	padding:0.2em 0.5em;
}
input.ui-button {
	padding:0.2em 0.5em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "ＭＳ Ｐゴシック", "Arial", "Helvetica", "Verdana", "sans-serif";
    font-size: 1em;
}

.ui-icon-gray {
    width: 16px;
    height: 18px;
    background-image: url(images/ui-icons_888888_256x240.png);
}

#cookieText {
  width: 600px;
  margin: auto;
  margin-bottom: 10px;
}

.cookie-policy-content {
	border: 1px solid black;
	height: 600px;
	white-space: normal;
	overflow: auto;
}
.cookie-policy-title {
	font-weight:bold;
	align: center;
	background-color: #ccf;
	border: 1px solid #66f;
	padding: 1px;
}