@charset "utf-8";

div.formUserArea{
	background-color: #999999;
	color: #fff;
	padding: 2px 10px 2px 10px;
	margin: 0 auto 0 0;
}

div.formUserArea p{
	line-height:1.2 !important;
}

div.formUserArea p.formUserAreaTTL{
	float:left;
	font-weight:bold;
}

div.formUserArea p.userResult{
	float:right;
}

div.formUserArea p.userResult span{
	width:3em;
	font-size:110%;
	font-weight:bold;
}

div.formUserArea p.userResult span#targetResult{
	font-size:110%;
	margin:0 5px 0 15px;
}

div.table2Col{
	width:100%;
	margin:10px 0 0 0;
}

div.table2ColL{
	width:48%;
	float:left;
}

div.table2ColR{
	width:48%;
	float: right;
}

.adm-T10 {margin-top:10px !important;}

.clear{
	clear:both;
	height:1px;
	font-size:0px;
}

/* inline LIST
--------------------------------------------------------------------*/
ul.list-inline li {
	display:inline;
	padding-right: 5px;
}
ul.list-inline-margin li {
	display:inline;
	margin-right: 5px;
}

/* area select Style */

div.areaSelectBox{
	display:none;
	margin:5px 0 0 0;
	padding:10px 0 0 0;
	background:url(../images/bg_dotline_1px.gif) repeat-x left top;
}

div.areaCommon{
	display:block;
	width:99%;
	margin:0 0 3px 0;
}

div.areaCommon4col div.areaBox{
	width:8em;
	height:auto;
	float:left;
	margin:0 3px 0 0;
}

div.areaBox{
	width:7em;
	height:auto;
	float:left;
	margin:0 3px 0 0;
}

div.areaBox ul.areaName{
	background-color:#EFEFEF;
	color:#354D82;
	font-weight:bold;
}

div.areaBox ul.areaName li{
	display:inline;
}

div.areaBox ul.areaName li input{
	margin:0 5px 2px 3px;
}

div.areaBox ul.areaName li img{
	margin:0 0 0 10px;
	vertical-align:baseline;
	*vertical-align:middle;
}

div.areaBoxInner{
	display:none;
	padding:0 0 5px 0;
}

div.areaBoxInner ul{
	margin:5px 0 0 27px;
}

div.areaBoxInner ul li{
	margin:0 0 3px 0;
}

.areaToggle{
	cursor:pointer;
}



.adm-T15 {
    margin-top: 15px !important;
}
.bg-yellow {
    background-color: #FFF7D2;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-align: center;
}
.bg-yellow .iconCautionW {
    display: block;
    margin: 0 auto;
    width: 65%;
}
.iconCautionW {
    background: url("../images/ico_caution.gif") no-repeat scroll left 5px transparent;
    padding: 7px 0 6px 45px;
}


.btnListC {
	text-align: center;
	margin: 0 auto;
	padding: 20px 0;
	*padding: 20px 0 0 0;
}

.btnListC li {
	display:inline;
	float:left;
	margin:0 5px 0 5px ;
}

.btnListC li a {
	float:left;
	margin:0;
}

.width160B2 {	width:340px;}
.width160B2Ma0 {	width:340px; margin:0;}
.width160B3 {	width:510px;}
.width160B4 {	width:680px;}
.width200B2 {	width:420px;}
.width200B3 {	width:640px;}
.width220B2 {	width:460px;}

/* button Design width:160px
--------------------------------------------------------------------*/
a.btn-160,
a.btn-160:visited {
	margin:0 auto 0 auto;
	width:160px;
	height: 28px;
	display:block;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	*font-weight: bold;
	text-decoration :none;
	color: #ffffff !important;
	background: url(../images/btn_160_off.gif) no-repeat top;
}

a.btn-160:hover {
	background: url(../images/btn_160_on.gif) no-repeat top;
	text-decoration: none !important;
}

/* Gray button Design width:160px 
--------------------------------------------------------------------*/
a.btn-160G,
a.btn-160G:visited {
	margin:0 auto 0 auto;
	width:160px;
	height: 28px;
	display:block;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	*font-weight: bold;
	text-decoration :none;
	color: #ffffff !important;
	background: url(../images/btn_160Gray_off.gif) no-repeat top;
}

a.btn-160G:hover {
	background: url(../images/btn_160Gray_on.gif) no-repeat top;
	text-decoration: none !important;
}


/* button Design width:200px
--------------------------------------------------------------------*/
a.btn-200,
a.btn-200:visited {
	margin:0 auto 0 auto;
	width:200px;
	height: 28px;
	display:block;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	*font-weight: bold;
	text-decoration :none;
	color: #ffffff !important;
	background: url(../images/btn_200_off.gif) no-repeat top;
}

a.btn-200:hover {
	background: url(../images/btn_200_on.gif) no-repeat top;
	text-decoration: none !important;
}













/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayMacFFBGHack {background: url(/common/images/macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 4px solid #525252;
    text-align:left;
    top:50%;
    left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}

#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{
    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
}

#TB_title{
    background-color:#e8e8e8;
    height:27px;
}

#TB_ajaxContent{
    clear:both;
    padding:2px 15px 15px 15px;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
    padding:15px;
}

#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}

