/*------------------------------------------------------------------------------
	Sony Mobile : nav-u
	Template    : dl_font.css
	LastupDate  : 2009.03.18
------------------------------------------------------------------------------*/

/* default_font
-----------------------------------------------------*/
strong {
	font-weight:bold;
}

em,
address {
	font-weight:normal;
	font-style:normal;
}



/* base_text
-----------------------------------------------------*/
#container p, li, dl, th, td {
	font-size:81%;
	line-height:1.65;
	color:#333;
}

p,
ul {
	margin-top:0;
	margin-bottom:0.8em;
}

/* base_text_childNode */
th p, td p,
th li, td li,
dl li, li dl {
	font-size:100%;
}



/* link_style
-----------------------------------------------------*/

div#Main a,
div#Main a:visited,
div#Main a:active {
	font-style:normal;
	text-decoration:underline;
	color:#156aca;
}

div#Main a:hover {
	font-style:normal;
	text-decoration:none;
	color:#156aca;
}
