/* Touchance V2 TC http://www.touchance.com 

*/

/* styles for Firefox、IE7、IE 8、Safari、Opera、Chrome */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
	font-size: 10pt;
}

ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* body */
body, html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	letter-spacing: 0.16em;
	word-spacing: 0.16em;
	/*text-align: justify;*/
	line-height: 24px;
	/*text-align: justify;*/
	z-index: 5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #98AAB1;

}

a { 
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	text-decoration: none;
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:link, a:visited{color: #666;}
a:hover, a:active{
	color:#FF6603;
}
.alpha{FILTER: Alpha(opacity=60); }

/* 語系 */
#language{
	float: left;
	font-size: 9pt;
	color: #EF7918;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 850px;
	z-index: 1;
	visibility: visible;
	position: relative;
	display: block;
}
/* Menu */
#Menu{
	float: right;
	font-size: 9pt;
	color: #EF7918;
	clear: both;
}

/*----TOP PANEL----*/
.TOP_PAN{
	width:980px;
	height:75px;
	position:relative;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	font-size: 9pt;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clip: rect(-5px,auto,auto,auto);
}
.TOP_PAN #ImgPan{width:229px; height:75px; position:absolute; }
.TOP_PAN #ImgPan img{width:229px; height:75px;}


.TOP_PAN ul{width:730px; height:75px; position:absolute; top:30px; left:250px;}
.TOP_PAN ul li{
	float:left;
}
.TOP_PAN ul li a{
	display:block;
	color:#0264B2;
	text-decoration:none;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	text-indent: 13px;
	padding-right: 15px;
	padding-left: 25px;	
}
.TOP_PAN ul li a:hover{ 	
	display:block;
	color:#FF6600;
	text-decoration:none;
	background-image: url(../images/menu_over.gif);
	background-repeat: no-repeat;
}



.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:25px;
	z-index:100;
	background-color: #FFFFFF;
	width: 220px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: 9pt;
}


.dropmenudiv a{
	padding-top:3px;
	width: auto;
	display: block;
	height:26px;
	text-indent: 5px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #666666;
	font-size: 9pt;
	font-weight: normal;
}

* html .dropmenudiv a{ /*IE only hack*/
	font-size: 9pt;
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-weight: bold;
	text-indent:8px;
	font-size: 9pt;
	color: #FF6600;
	background-color:#ebebeb;
}
/*----/TOP PANEL----*/
/*---- CONTENT submenu ----*/
#SUB_NAV{
	width:190px;
}
#SUB_NAV ul{
	list-style:none;
}
#SUB_NAV ul li a{
	padding-left:5px;
	line-height:30px;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #666666;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position:right;
	text-align: left;
}
#SUB_NAV ul li a:hover{
	background-image: url(../images/submenu.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}


/* 新聞 */
.NewsTitle{
	color:#333333;
	line-height: 23px;
	padding-left: 30px;
	padding-top: 12px;
	font-size: 9pt;
	padding-bottom: 8px;
}
.NewsSubject{
	/*text-justify:distribute;*/
	word-break:break-all;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-left: 30px;
	margin-right: 12px;
	font-size: 9pt;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	display: block;
	font-weight:bold;
}
.NewsContent{
	margin:0px;
	padding:0px;
	margin-left: 30px;
	margin-right: 10px;
	font-size: 9pt;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	line-height: 20px;
}
.NewsContent a.hover{
	line-height: 23px;
	margin-left: 30px;
	margin-right: 10px;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #FFFFCC;
}
.NewsMore{
	line-height: 23px;
	margin-left: 30px;
	margin-right: 10px;
	padding: 2px;
	font-size: 8pt;
	text-align: right;
	display: block;
}
.NewsMore a{
	color: #006699;
}
.ImgConetnt{
	color: #666666;
	font-size: 9pt;
	line-height: 18px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 15px;
}
.ImgConetnt ul{
	margin:0px;
	padding:0px;
}
.ImgConetnt ul li{
	list-style:disc;
	margin-left:15px;
	margin-right:10px;
	line-height:20px;
}

#indexImgLeft{
	width:695px;
	height:272px;
	background-image:url(../images/main_img2.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
}
#index_title{
	font-size:30px;
	color:#333333;
	margin-left:80px;
	margin-right:100px;
	margin-top:20px;
}
#index_content{
	font-size:12px;
	color:#000000;
	margin-left:80px;
	margin-right:100px;
	padding-top:5px;
	line-height:15px;
}
#indexImgReft{
	width:285px;
	height:272px;
	float: left;
	background-image: url(../images/index_shadow_right.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* Footer */
#footer,#footer_inside{
	width:500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;
	line-height: 26px;
}

/*customer center*/
#Link{
	margin:0px;
	padding:0px;
	width:206px;
	height: 198px;
	background-image: url(../images/customer_bg.gif);
	background-repeat: no-repeat;
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px auto;
}
#Link ul{float:left;}
#Link ul li{
	padding-left:5px;
	color:#4E4628;
	float: left;
	height: 26px;
	width: 90px;
	font-size: 8pt;
	line-height: 25px;
	background-image: url(images/red_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0;
}
#Link ul li a{
	font:normal 8pt/25px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#4E4628;
	padding:0px;
	display:block;
	background-image: url(../images/contect_menu.gif);
	background-repeat: no-repeat;
}
#Link ul li a:hover{
	font:normal 8pt/25px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#4E4628;
	padding:0px;
	display:block;
	background-image: url(../images/contect_menu_over.gif);
	background-repeat: no-repeat;
}

/*--indside title--*/

#Page_Title{
	float: left;
	color:#000000;
	font-size: 11pt;
	font-weight: bold;
	line-height: 18px;
	width: 220px;
	padding-top: 12px;
	text-align: right;
}
/*--content --*/
#Content{
	width: 700px;
	background-image: url(../images/content_bg_content_p.gif);
	background-repeat: repeat-y;
}
#Content_Title{
	float:left;
	color:#666;
	font-size: 15pt;
	font-weight: bold;
	display: block;
	line-height:42px;
	padding-left:20px;
}
#Content_Bg_Top{
	display: block;
	height: 17px;
	width: 700px;
	background-image: url(../images/content_bg_top.gif);
	display: block;
}
#Content_Bg_ontent{
	display: block;
	width: 700px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 30px;
	background-image: url(../images/content_bg_content_p.gif);
	padding-bottom: 20px;
	clear: both;
}#Content_Bg_Bottom{
	display: block;
	height: 36px;
	width: 700px;
	background-image: url(../images/content_bg_bottom.gif);
}

#Content_txt{
	width:650px;
}
#Content_txt_inside{
	width:650px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 9pt;
	line-height: 23px;
}
#Content_txt H1{
	width:630px;
	font-weight: bold;
	color: #666666;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	margin-left:5px;
	margin-right:15px;	
}
#Content_txt ul{
	list-style:none;
	margin-left:15px;
	margin-right:15px;
}
#Content_txt ul li {
	display: block;
	font-size: 9pt;
	color: #53638F;
	width: 630px;
	font-weight: bold;
}

#Content_txt ul li a{
	display: block;
	/*text-justify:distribute;*/
	font-size: 9pt;
	color: #53638F;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #53638F;
	line-height: 26px;
	width: 630px;
	font-weight: normal;
}
#Content_txt ul li a span{
	font-size: 8pt;
	color: #FF9933;
	font-weight: bold;
	padding-left: 30px;
}

#Content_txt ul li a:hover{
	color: #FF9933;
	background-color: #EFEFEF;
	font-weight: normal;
	
}

.Content_txt p{
	line-height:25px;
}

#Content_txt_title{
	display: block;
	padding-top: 5px;
	/*text-justify:distribute;*/
	font-size: 9pt;
	color: #53638F;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #53638F;
}

#Space
{
	height: 20px;
}
/* Content list*/
.rolinList{ 	
	width:552px;
	line-height: 26px;
	margin-left: 0px;
}
.rolinList li{margin-bottom:1px;border:1px solid #DADADA;	margin-top: 30px;
}
.rolinList li h2{
	width:550px;
	height:78px;
	background:#fff;
	line-height:24px;
	color:#333;
	cursor:pointer;
	display: block;
	/*text-justify:distribute;*/
	font-weight: normal;
}
.rcontent{ height: auto;width:550px;  background:#fff;  background:#FAFAFA}
.rcontent p{ margin:4px}

.rolinList img{
	display: inline;
	float: left;
	height: 78px;
	padding-right: 15px;
}
#CONTENT ul{
	margin : 5px 0 10px 0px;
}
#CONTENT li{
	padding-left : 0px;
}
#con_txt{
	display: table;
	width: 575px;
	padding-top: 12px;
	padding-left: 55px;
	/*text-justify:distribute;*/
	word-break:break-all;
}
#con_txt span{
	display: block;
	width: 575px;
	padding-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
#con_txt2{
	display: table;
	width: 450px;
	padding-top: 5px;
	/*text-justify:distribute;*/
	word-break:break-all;
	margin-left: 55px;
	padding-left: 100px;
	margin-top: 12px;
	border: 1px solid #CCC;
	background-image: url(../images/icon_by.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#con_txt2 span{
	font-weight: bold;
}
#con_txt3{
	width:550px;
	line-height: 26px;
	margin-left: 55px;

}
.pd_content {
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
	display: block;
	clear: both;
}

.pd_content h1{
	font-size:15px;
	padding-top:10px;
	line-height:45px;
}
.pd_content h2{
	color:#415a93;
	font-size:13px;
	padding-left:20px;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:5px;
}
.pd_content p{
	padding-left:20px;
}
.pd_content ul{
	margin:0px;
	padding:px;
	padding-left:30px;
	list-style:disc;
}
.pd_content h5{
	padding-top:10px;
	clear: both;
	padding-bottom: 10px;
	padding-left: 80px;
}

table.mytable {
	width: 630px;
	padding:0px;
	margin:0px;
	margin-left:19px;
	border:1px solid #CCCCCC;
}
table.mytable td,table.mytable_mem td {
	font-size: 13px;
	background-color: #F4F4F4;
	border:1px solid #cccccc;
}
table.mytable tr.special td{
	background-color:#FFCC66;
	color:#CC0000;
}
table.mytable tr.special th {
	border-bottom: 1px solid #000000;
}
table.mytable,table.mytable_mem p{
	padding:3px;
	line-height:25px;
}

.faq_ans{
	margin-left:15px;
	margin-right:15px;
	line-height:25px;
	font-size: 9pt;
	display: block;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	/*text-align: justify;*/
}
#top a{
	line-height:25px;
	font-size: 8pt;
	font-weight: bold;
	color: #FF9900;
	display: block;
	padding: 5px;
	text-align: right;

}
#m_broker ul li{
	list-style:none;
	float:left;
	width:225px;
	height:19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 15px;
	padding-left: 10px;
	vertical-align: bottom;
	padding-top: 3px;
}
#title{
	width:650px;
}

.hd_line{
	color: #000000;
	background-color: #FEFBE7;
	line-height: 34px;
	font-size: 10pt;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin: 10px;
	}
.hd_line_c{
	vertical-align: baseline;
	color: #666666;
	background-color: #F6F6F6;
	line-height: 34px;
	font-size: 10pt;
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCCCCC;
}	
	
.hd_line_top{
	padding: 5px;
	color: #000000;
	line-height: 24px;
	font-size: 9pt;
	border-bottom-color: #FFF;
}

.hd_line_bt{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3294ce;
	padding: 5px;
	vertical-align: baseline;
	line-height: 24px;
	font-size: 10pt;
	width: 650px;
	}
.hd_title{
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.hd_title_op{
	line-height: 24px;
	font-weight: bold;
	color: #FF6600;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
	
.pn_intro{
	line-height: 18px;
	font-size: 10pt;
	color: #333333;
	width: 650px;
	margin-right: 30px;
	margin-left: 10px;
}

.pn_event{
	line-height: 24px;
	margin-right: 40px;
	margin-left: 10px;
	border: 3px solid #EBEBEB;
	width: 630px;
}
.pn_name{
	width: 130px;
	padding-top: 12px;
	/*text-justify:distribute;*/
	float: left;
}
.pn_list li{
	width: 210px;
	padding-top: 8px;
	float: left;
}
.pn_line{
	width: 630px;
	/*text-justify:distribute;*/
	display: block;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	height: 5px;
}
.pn_logo{
	margin-bottom: 10px;
}

.dl_title{
	width: 635px;
	display: block;
	clear: both;
	height: 35px;
	background-image: url(../images/icon_dl_title.gif);
	background-repeat: no-repeat;
	background-position: -5px;
}
.dl_rule{
	width: 650px;
	line-height: 24px;
	display: block;
	clear: both;
	background-color: #F6F6F6;
	letter-spacing: 0.1em;
	text-align: justify;
	word-spacing: 0.1em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ff9900;
	border-bottom-color: #ff9900;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.dl_content li a{
	width: 650px;
	line-height: 20px;
	display: block;
	clear: both;
	background-color: #F6F6F6;
	letter-spacing: 0.1em;
	text-align: justify;
	word-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;	
}
.dl_content li a:hover{
	width: 650px;
	line-height: 20px;
	display: block;
	clear: both;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
	text-align: justify;
	word-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;	
}
.dl_download_line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cedbdf;
	width: 650px;
	margin: 1px;
	line-height: 2px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEDBDF;
	background-color: #FDFDFD;
	overflow: hidden;
}
.dl_download_img{
	width: 650px;
	height: 36px;
	background-image: url(../images/icon_dl_download_l.gif);
	background-repeat: no-repeat;
	color: #FF5001;
	margin-top: 10px;
	text-indent: 135px;
	padding-top: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 7px;
	background-position: -5px;
	line-height: 24px;
}

.dl_pdf_img{
	width: 650px;
	height: 36px;
	background-image: url(../images/icon_dl_pdf_l.gif);
	background-repeat: no-repeat;
	color: #FF5001;
	margin-top: 10px;
	text-indent: 135px;
	padding-top: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 7px;
	background-position: -5px;
	line-height: 24px;
}

.dl_excel_img{
	width: 650px;
	height: 36px;
	background-image: url(../images/icon_dl_excel_l.gif);
	background-repeat: no-repeat;
	color: #FF5001;
	margin-top: 10px;
	text-indent: 135px;
	padding-top: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 7px;
	background-position: -5px;
	line-height: 24px;
}
.dl_title_box{
	width: 650px;
	margin: 1px;
	line-height: 2px;
	padding: 0px;
	border-bottom-width: 1px;
	overflow: hidden;
}

#hd{
	margin: 3px;
	line-height: 24px;
	padding: 3px;
	letter-spacing: 0.16em;
	text-align: justify;
	word-spacing: 0.16em;
}

.t_content_line{
	color: #000000;
	line-height: 24px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 2px solid #CCCCCC;
}
.word_time{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

.hd_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.16em;
	word-spacing: 0.16em;
	color: #666666;
	padding-bottom: 6px;
	margin-top: 2px;
	height: 35px;
	width: 650px;
	overflow: hidden;
}

.hd_menu a {
	text-decoration : none;
	padding: 0 10px 0 10px;
	line-height : 24px;
	margin-right: 5px;
	margin-left: 5px;
	letter-spacing: 0.16em;
	word-spacing: 0.16em;
	margin-top: 2px;
}
.hd_menu a:hover{
	text-decoration : none;
	padding: 0 10px 0 10px;
	line-height : 24px;
	margin-right:5px;
	margin-left: 5px;
	letter-spacing: 0.16em;
	word-spacing: 0.16em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6603;
	margin-top: 2px;
}

.hd_menu .current {
	text-decoration : none;
	line-height : 22px;
	margin-right:5px;
	margin-left: 5px;
	letter-spacing: 0.16em;
	word-spacing: 0.16em;
	color: #FF6603;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF6603;
	padding-right: 10px;
	padding-left: 10px;
}

.hd_menu ul {
list-style : none;
padding : 0;
margin : 0;
}
.hd_menu li {
	float : left;
	display: inline;
}
.hd_form_title{
	line-height : 34px;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	display: block;
	clear: both;
	width: 640px;
	margin: 5px;
}
.hd_form{
	line-height : 34px;
	font-weight: bold;
	background-color: #F6F6F6;
}
.hd_form_bt{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding: 5px;
	vertical-align: baseline;
	line-height: 24px;
	font-size: 10pt;
	color: #333333;
	}
	
.hd_content {
	line-height: 24px;
	letter-spacing: 0.16em;
	word-spacing: 0.16em;
	width: 656px;
	margin-left: 2px;
	display: block;
	clear: both;
}

.hd_content a:hover{
	background-color: #f6f6f6;
}

.hd_content_li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	display: block;
	clear: both;
	padding: 5px;
}

.hd_content_li_closed a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	clear: both;
}
.hd_content_li_closed a:hover{
	cursor: hand;
	background-color: #FFFFFF;
}

.hd_content_li_open a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #f6f6f6;
	width: 100%;
	display: block;
	clear: both;
}
.hd_content_li_open a:hover{
	cursor: hand;
	background-color: #f6f6f6;
}

.hd_content sform{
	padding-top: 5px;
}

.hd_content_span_type{
	float : left;
	display: inline;
	width: 10%;
	text-align: center;
	margin: 3px;
}

.hd_content_span_status{
	float : left;
	display: inline;
	width: 10%;
	text-align: center;
	margin: 3px;
}
.hd_content_span_time{
	float : left;
	display: inline;
	font-size: 8pt;
	width: 25%;
	text-align: center;
	margin: 3px;
}
.hd_content_span_subject{
	float : left;
	display: inline;
	width: 42%;
	margin: 3px;
}
.hd_content_span_action{
	float : left;
	display: inline;
	width: 8%;
	text-align: center;
	margin: 3px;
}
.hd_detail_info{
	padding: 5px;
	margin: 5px;
}
.hd_form_detail{
	vertical-align: baseline;
	color: #666666;
	background-color: #F6F6F6;
	line-height: 34px;
	font-size: 10pt;
	padding: 5px;
	margin: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}	

.hd_detail_content_new{
	line-height: 28px;

}

#upload img{
     max-width: 600px;
     max-height: 600px;
}
* html #upload img {
     width: expression(this.width > 600 && this.width > this.height ? 600 : true);
     height: expresion(this.height > 600 ? 600 : true);
}
.algo_text{
	line-height: 26px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.algo_text_title{
	color: #0099CC;
	font-weight: bold;
}
.algo_member_open{
	padding: 10px;
	width: 300px;
	float: left;
}
.algo_form{
	background-color: #EFEFEF;
	width: 260px;
	padding-left: 5px;
}
.algo_title{
	vertical-align: middle;
}
