@charset "utf-8";
/* CSS Document */

html {
overflow-x:hidden;
}

body {
	margin:0 auto;
	}
		 a,
		 a:link,
		 a:visited,
		 a:hover{
			color:#09C;
		}

table {
	width:97%;
	}

	table th,table td {
		font-size:77%;
		line-height:1.4;
		vertical-align:top;
		}
	
		table th {
			width:28%;
			padding:7px 12px 8px 3px;
			background:url(../../img/bg_dotline_sub.gif) repeat-x 0 bottom;
			text-align:right;
			white-space:nowrap;
			}
	
		table td {
			width:71%;
			padding:7px 3px 8px 0;
			background:url(../../img/bg_dotline_sub.gif) repeat-x 0 bottom;
			}

			/* forIE6 */
			* html table {
					width:90%;
					}

			* html table td {
					padding:7px 5px 8px 0;
					}
	

