/*
___________________________________________________________
	text.css
	(C)2004 Sony Corp.
___________________________________________________________
*/

body {
	padding: 20px 0px 20px 0px;
	margin: 0px;

	scrollbar-3dlight-color:#F2F2F3;
	scrollbar-arrow-color:#66AAD3;
	scrollbar-darkshadow-color:#F2F2F3;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCD1;
	scrollbar-shadow-color:#CCCCD1;
	scrollbar-track-color:#F6F6F5;

	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Osaka";
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000018;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #3399FF;
}

p {
	margin: 5px 0px 5px 0px;
}

/*
-----------------------------------------------------------
	Standerd Text
-----------------------------------------------------------
*/

.txt_s, .txt_m, .txt_l, .txt_s_b, .txt_m_b, .txt_l_b {
	line-height:1.3em;
}

.txt_s, .txt_m, .txt_l {
	font-weight: normal;
}

.txt_s_b, .txt_m_b, .txt_l_b {
	font-weight: bold;
}

.txt_s, .txt_s_b {
	font-size: 8pt;
}

.txt_m, .txt_m_b {
	font-size: 10pt;
}

.txt_l, .txt_l_b {
	font-size: 11pt;
}


/*
-----------------------------------------------------------
	Form
-----------------------------------------------------------
*/

form {
	margin:0px;
	padding:0px;
}

input {
	font-size: 10pt;
}

input.fld_border {
	border: 1px solid #999999;
}

/*
-----------------------------------------------------------
Link Text with Arrow
-----------------------------------------------------------
*/

.txt_link   {
	background-image: url(Images/mrk_arr_r_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0px 0px 0px 10px;
}

/*
-----------------------------------------------------------
Text befor Dot
-----------------------------------------------------------
*/

.txt_dot {
	background-image: url(Images/mrk_dot_bk.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 0px 0px 0px 10px;
}

