/****** Contents Styles ******/


/* Block Article */
.article_full_std {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	clear: both;
	width: 520px;
}

.article_full_center {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: center;
	clear: both;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
}

.article_half_left {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	clear: both;
	width: 260px;
	float: left;
}

.article_half_right {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	text-align: left;
	clear: none;
	width: 260px;
	float: right;
}


.indenttxt {
	margin-top: 0.5em;
	margin-left: 1em;
}

.list_std {
	margin-top: 0.5em;
	margin-left: 4em;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: outside;
}

.boldtxt {
	font-weight: bold;
}

.boldtxtred {
	font-weight: bold;
	color: #FF0000;
}

/* for Item */

.titlebar_pagetop {
	margin-top: 5px;
	margin-bottom: 5px;
}
.btnScrollup {
	text-align: right;
	width: 516px;
	clear: both;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/* Element */
.align_right {
	float: right;
}
.align_left {
	float: left;
}
.valign_center {
	vertical-align: middle;
}



/* table Deco */
.table_std {
	border-collapse:collapse;
	border: 1px solid #666666;
	padding: 0px;
	width: 90%;
	float: right;
	clear: both;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-align: center;
}
.table_std th {
	background-color: #333333;
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	border: 1px solid #666666;
	text-align: center;
}
.table_std td {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 2px;
	border: 1px solid #666666;
	text-align: left;
}

.table_td_center {
	text-align: center;
}

.table_td_right {
	text-align: right;
}


/* Text Deco */

.headline_stripe_12 {
	font-weight: bold;
	color: #660000;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../images_share/titlebg_graystripe.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 16px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	clear: both;
}
.headline_line_12 {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #660000;
	padding-left: 5px;
	clear: none;
}



.columnTxtOrange {
	background-color: #FFFFee;
	margin: auto;
	border: 1px double #FFCC00;
	font-weight: bold;
	text-align: center;
	width: 80%;
	padding: 5px;
}
.columnTxtGray {
	background-color: #FFFFFF;
	margin: auto;
	border: 1px dotted #999999;
	font-weight: normal;
	width: 80%;
	padding: 5px;
}
