@charset "UTF-8";

/* 基本設定
----------------------------------------------- */
*{
	margin			:	0px;
	padding			:	0px;
}
body{
	font-family		:	Arial, Helvetica, sans-serif;
	font-size		:	12px;
	color			:	#555;
	line-height		:	1.7;
	background		:	url('/images/img_bground.gif') repeat;
}
h1, h2, h3, h4, h5{
	font-size		:	100%;
}
li, dt, dd{
	list-style		:	outside;
	list-style-type	:	none;
}
a:link{
	color			:	#FF0099;
	text-decoration	:	underline;
}
a:visited{
	color			:	#FF0099;
	text-decoration	:	underline;
}
a:hover, a:active{
	color			:	#FF0066;
	text-decoration	:	underline;
}
a img{
	border			:	0px;
}
a{
	overflow		:	hidden;
}
input, textarea{
    font-size       :   100%;
}
input.txt, textarea{
	margin-bottom	:	5px;
	padding			:	2px;
	border			:	1px solid #CCCCCC;
}
input.file{
	margin-bottom	:	5px;
	padding			:	2px;
}
input.file{
	margin-top		:	5px;	
}
input.checkbox{
    vertical-align: middle;
}

/* Stage
----------------------------------------------- */
div#Stage{
	margin			:	0 auto;
	width			:	900px;
}
/* Head
----------------------------------------------- */
div#Head{
	margin			:	0 auto;
	padding			:	5px;
	width			:	890px;
	height			:	50px;
	background		:	#000000;
	overflow		:	hidden;
}
div#Head h1{
	width			:	230px;
	height			:	50px;
	float			:	left;
}
div#Head p{
	width			:	650px;
	height			:	50px;
	float			:	right;
	text-align		:	right;
	line-height		:	10px;
	color			:	#FF0099;
}
/* Navi
----------------------------------------------- */
div#Navi{
	padding			:	5px;
	width			:	890px;
	border-top		:	1px solid #FFFFFF;
	border-bottom	:	1px solid #FFFFFF;
	background		:	#E5E5E5;
	overflow		:	hidden;
}
div#Navi li{
	float			:	left;
}
div#Navi li a{
	margin			:	0 5px;
	display			:	block;
	width			:	100px;
	height			:	26px;
	text-indent		:	-9999px;
}
div#Navi li#Navi-top a{
	background		:	url('/images/navi_top.gif') no-repeat;
}
div#Navi li#Navi-top a:hover{
	background		:	url('/images/navi_topover.gif') no-repeat;
}
div#Navi li#Navi-mob a{
	background		:	url('/images/navi_mobile.gif') no-repeat;
}
div#Navi li#Navi-mob a:hover{
	background		:	url('/images/navi_mobileover.gif') no-repeat;
}
div#Navi li#Navi-forum a{
	background		:	url('/images/navi_qa.gif') no-repeat;
}
div#Navi li#Navi-forum a:hover{
	background		:	url('/images/navi_qaover.gif') no-repeat;
}
div#Navi li#Navi-personal a{
	background		:	url('/images/navi_qaoff.gif') no-repeat;
}
div#Navi li#Navi-pay a{
	background		:	url('/images/navi_pay.gif') no-repeat;
}
div#Navi li#Navi-pay a:hover{
	background		:	url('/images/navi_payover.gif') no-repeat;
}

/* Main
----------------------------------------------- */
div#Main{
	padding			:	10px;
	width			:	880px;
	background		:	#FFFFFF;
	overflow		:	hidden;
}
div#Left{
	margin-right	:	10px;
	width			:	664px;
	float			:	left;
}
div#Right{
	width			:	206px;
	float			:	right;
}
/* Foot
----------------------------------------------- */
div#Foot{
	width			:	900px;
}
div#Foot p{
	text-align		:	center;
	font-size		:	10px;
	line-height		:	20px;
	background		:	#000000;
}
/* Blank
----------------------------------------------- */
div#Blank div.top{
	width			:	206px;
	height			:	3px;
	font-size		:	0;
	background		:	url('/images/img_shorttop.gif') no-repeat;
}
div#Blank div.mid{
	padding			:	0 3px;
	height			:	680px;
	background		:	#EDEDED;
}
div#Blank div.bot{
	width			:	206px;
	height			:	3px;
	font-size		:	0;
	background		:	url('/images/img_shortbot.gif') no-repeat;
}

/* Update & Result & Error 
----------------------------------------------- */
.error{
    color           :   #CC0000;
}
.note{
    margin-bottom   :   10px;
    padding         :   5px 10px;
    color           :   #FF0099;
    background      :   #FFEEFF;
    border          :   1px dotted #FF0099;
}
.note p{
    margin-bottom   :   10px;
}
.subtext{
    color: #888;
    font-size: 90%;
}

/* Menu 
----------------------------------------------- */
div.Menu h2{
	width			:	206px;
	height			:	32px;
	background		:	url('/images/img_shorth2.gif') no-repeat;
	color			:	#FF0099;
	font-weight		:	normal;
	line-height		:	32px;
	text-indent		:	20px;
    text-align      :   left;
}
div.Menu div.mid{
	padding			:	5px 15px;
	background		:	url('/images/img_shortmid.gif') repeat-y;
}
div.Menu div.bot{
	width			:	206px;
	height			:	3px;
	font-size		:	0;
	background		:	url('/images/img_shortbot.gif') no-repeat;
    margin: 0 0 20px 0;
    overflow: hidden;
}
div.Menu div.section{
    margin: 0 0 10px 0;
}
div.Menu strong{
   color: #FF0099; 
}
div#ASP.Menu{
}
div#ASP.Menu div.mid h3{
    text-align: left;
}
div#ASP.Menu dl{
    padding: 5px 0;
    border-top: dotted 1px #CCC;
}
div#ASP.Menu dt{
}
div#ASP.Menu dd{
    font-size: 10px;
}
div#preview.Menu{
    text-align: center;
}
div#preview.Menu div.mid h3{
    text-align: left;
    font-weight: normal;
}
div#preview..Menu div.mid p{
    margin: 0 0 6px 0;
}
div#preview..Menu div.mid p.qrcode a{
    width: 120px;
    height: 80px;
    display: block;
    margin: 0 auto;
}
div#preview..Menu div.mid p.qrcode a img{
    width: 120px;
    height: 120px;
    margin: -20px 0;
    display: block;
}

/* cont 
----------------------------------------------- */
div.cont{
	margin-bottom	:	10px;
    overflow: hidden;
}
div.cont div.upp{
    width: 100%;
	height			:	3px;
}
div#Left div.cont div.upp{
	background		:	url('/images/img_longh2.gif') no-repeat;
}
div#Right div.cont div.upp{
	background		:	url('/images/img_shorth2.gif') no-repeat;
}
div.cont h2{
    width: 100%;
	height			:	32px;
	color			:	#FF0099;
	font-weight		:	normal;
	line-height		:	32px;
	text-indent		:	20px;
}
div#Left div.cont h2{
	background		:	url('/images/img_longh2.gif') no-repeat;
}
div#Right div.cont h2{
	background		:	url('/images/img_shorth2.gif') no-repeat;
}
div.cont h3{
	color			:	#F09;
	font-weight		:	normal;
}
div.cont img{
    vertical-align: middle;
}
div.cont div.mid{
	padding			:	10px 15px;
    overflow: hidden;
}
div#Left div.cont div.mid{
	background		:	url('/images/img_longmid.gif') repeat-y;
}
div#Right div.cont div.mid{
	background		:	url('/images/img_shortmid.gif') repeat-y;
}
div.cont div.section{
    margin-bottom: 10px;
    overflow: hidden;
}
div.cont div.mid input.btn{
	margin-top		:	5px;	
}
div.cont p{
    margin-bottom: 10px;
}
div.cont div.bot{
	height			:	5px;
	font-size		:	0;
}
div#Left div.cont div.bot{
	background		:	url('/images/img_longbot.gif') repeat-y;
}
div#Right div.cont div.bot{
	background		:	url('/images/img_shortbot.gif') repeat-y;
}
input.readonly,
textarea.readonly{
    background: #EEE;
    color: #666;
}
input.account{
    width: 200px;
}
iframe{
	border			:	1px solid #CCCCCC;
}

div.cont table.normal{
	margin-bottom	:	5px;
    /*width: 100%;*/
    border-collapse:collapse;
}
div.cont table.normal th{
	background		:	#EEEEEE;
	border-left		:	1px solid #FFFFFF;
	color			:	#666666;
	font-weight		:	normal;
}
div.cont table.normal td{
	padding			:	5px;
	border-left		:	1px solid #E5E5E5;
	border-bottom	:	1px solid #E5E5E5;
}
div.cont table.normal th.non-border,
div.cont table.normal td.non-border{
	border-left		:	none;
}
div.cont div.config{
	width			:	314px;
	float			:	left;
}
div.cont div.view{
	padding			:	10px;
	width			:	280px;
	float			:	right;
	background		:	#E5E5E5;
}
p.note{
    margin-bottom   :   10px;
    padding         :   5px;
    color           :   #FF0099;
    background      :   #FFEEFF;
    border          :   1px dotted #FF0099;
}
p.lightbox{
    float: right;
    clear: right;
}
p.lightbox a{
    padding: 10px;
    border: solid 1px #F9C;
    overflow: hidden;
    display: block;
}
/* help-box 
----------------------------------------------- */
a.help-button{
    overflow: hidden;
    line-height: 16px;
    height: 16px;
    width: 16px;
    padding-left: 26px;
    background: url(/images/icon/question_blue.png) no-repeat 6px 0;
}
a.help-button:focus {
    outline:none;
}
.help-box{
    overflow: hidden;
    display: none;
    margin: 5px 0;
    padding: 10px;
    background: #EEE;
    color: #555;
    border: solid 1px #CCC;
}
.help-box span{
    font-size: 10px;
}

/* Law 
----------------------------------------------- */
div#Law dl{
    overflow: hidden;
    border-bottom: dotted 1px #CCC;
    padding: 10px 0;
}
div#Law dl dt{
    overflow: hidden;
    float: left;
    width: 160px;
}
div#Law dl dd{
    overflow: hidden;
    float: left;
}
