@charset "utf-8";
/* CSS Document */

table.tbl_benefit{
	clear:both;
	font-size: 12px; 
	font-weight: bolder; 
	color: #939393;	
	width: 100%
}

table.tbl_benefit td{
	background-color: #D7D7D7;
	vertical-align: top;
	padding: 5px 10px;
	width: 25%;
	height: 45px;
	cursor: pointer;
}

table.tbl_recipe{
	clear:both;
	font-size: 12px; 
	font-weight: bolder; 
	color: #939393;	
	width: 100%
}

table.tbl_recipe td{
	background-color: #D7D7D7;
	vertical-align: top;
	padding: 5px 10px;
	width: 20%;
	height: 25px;
	cursor: pointer;
	text-align:left;
}

a.link_more {
	text-decoration: none; 
	font-size: 12px;
	font-weight: bolder; 
	color: #9a264d;
}
a.link_more:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder; 
	color: #9a264d;
	font-style: italic;
}

a.link_back{
	text-decoration: none;
	color: #b51247;
	font-size:12px;
	font-weight: bolder;
}
a.link_back:hover{
	text-decoration: none;
	color: #b51247;
	font-size:12px;
	font-weight: bolder;
	font-style: italic;
}

a.faqQuize{
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
	color: #939393;
}
a.faqQuize:hover,a.faqQuize:ACTIVE{
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
	color: #9a264d
}
a.tab1{
	width: 246px;
	height: 50px;
	background: url(../image/tab/about_profile1.gif) top no-repeat;
}
a.tab1:active{
	width: 246px;
	height: 50px;
	background: url(../image/tab/about_profile1.gif) bottom no-repeat;
}
a.tab2{
	width: 246px;
	height: 50px;
	background: url(../image/tab/about_profile2.gif) top no-repeat;
}
a.tab2:active{
	width: 246px;
	height: 50px;
	background: url(../image/tab/about_profile2.gif) bottom no-repeat;
}
a.tab3{
	width: 246px;
	height: 50px;
	background: url(../image/tab/about_profile3.gif) top no-repeat;
}
a.tab3:active{
	width: 246px;
	height: 50px;
	background: url(../image/tab/about_profile3.gif) bottom no-repeat;
}

.tbl_app{
		width: 100%;
		border:1px solid #33A0E1;
		font: 14px tahoma;
}
.tbl_app th{
		background-color: #33A0E1;
		color: #FFFFFF;
		font-weight: bolder;
		padding: 3px 0;
}
.tbl_app_sub{
		width: 100%;
		font-size: 12px;
		font-family:Tahoma;
}
.tbl_app_sub th{
		font-weight: bolder;
		background-color:#DFE3E2;
		color: #000000;
		text-align:left;
		padding-left: 10px;
}
.tbl_app_sub td{
		padding: 2px 0;
		font-size: 12px;
}
.content_title{
		text-align:right;
		font-weight:bolder;
}
.text_link a{
		font-size:13px;
		text-align:left;
		font-family:tahoma;
		color:#9D140E;
	}
.text_link a:hover{
		font-size:13px;
		text-align:left;
		font-family:tahoma;
		color:#9D140E;
	}
.cont_detail {
		font-size:12px;
		color:#A00A0C;
}
.cont_detail a{
		text-decoration:none;
		font-size:12px;
		color:#A00A0C;
}
.cont_detail a:hover,.cont_detail a:link,.cont_detail a:visited{
		font-size:12px; 
		color:#A00A0C;
}