@charset "utf-8";

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	
	77% = 10px	|	112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

* {
	margin: 0;
	padding: 0;
}

* {
	font-size: 100%;
	line-height: 100%;
	font-family: Arial, sans-serif;
}

body {
	font-size: 92%;
	color: #333;
}

strong, em {
	font-weight: bold;
	font-style: normal;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

hr {
	display: none;
}

a:link, a:visited {
	color: #996600;
}

a:hover, a:active {
	color: #cc6600;
}

a img {
	border: none;
}

.hide {
	display: none;
}

table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

th, td {
	text-align: left;
	padding: 5px 0;
	line-height: 150%;
	border-bottom: #cccccc 1px dotted;
	font-size: small;
	vertical-align: top;
}
