/*--------------------------------------------
/* name: COMMON CSS
/* designer_url: http://www.i-media-agent.com/
/* debeloper_url: http://www.i-media-agent.com/
---------------------------------------------*/

/* Content Title */


#main h2{
	text-align:right;
	padding:5px 10px 0 0;
	font-size:80%
}

.ttl_health{
	width:590px;
	height:30px;
	background:url(../img/ttl_health.gif) no-repeat;
	display:block;
	margin-bottom:10px;
}
.ttl_beauty{
	width:590px;
	height:30px;
	background:url(../img/ttl_beauty.gif) no-repeat;
	display:block;
	margin-bottom:10px;
}
.ttl_lifestyle{
	width:590px;
	height:30px;
	background:url(../img/ttl_lifestyle.gif) no-repeat;
	display:block;
	margin-bottom:10px;
}
.ttl_interview{
	width:590px;
	height:30px;
	background:url(../img/ttl_interview.gif) no-repeat;
	display:block;
	margin-bottom:10px;
}

.ttl_information{
	width:590px;
	height:30px;
	background:url(../img/ttl_information.gif) no-repeat;
	display:block;
	margin-bottom:10px;
}

#main h3{
	clear:both;
	line-height:1.6;
}


/* LINK */
table.lnk{
	border-collapse:collapse;
	border-top:1px solid #999999;
	width:550px;
	}
.lnk td{
	border:1px solid #999999;
	padding:5px;
	}
.lnk th{
	text-align:left;
	padding:5px;
	border:1px solid #999999;
	font-weight:normal;
	}
.lnk a{
	text-decoration:underline;
	}
.lnk a:hover{
	text-decoration:none;
	}
