@import url("base.css");


*{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3', sans-serif;
}

html, body  { color: #333; font-size: 11px; background-color: #f6fdfe; margin: 0; padding: 0 }

*:first-child+html body{
	font-size: 9pt;
}


a{
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:link   { color: #f30 }

a:visited  { color: #333 }

a:link:hover,
a:visited:hover  { color: #f6c; }

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

ul{
	list-style-type: none;
}

table, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

hr{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

iframe{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

form, input, button, select, optgroup, option, textarea, label, legend { font-size: 100%; border: 0 }

address, span, em, strong, dfn, cite, abbr, acronym, q, br, a, img, object { font-size: 100%; font-style: normal; font-weight: inherit; text-decoration: none; margin: 0; padding: 0; border: 0 }

img{
	vertical-align: text-bottom;
}

strong{
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6', sans-serif;
	background-color: transparent;
	color: #333;
}

.larger{
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6', sans-serif;
	font-size: larger;
}

.smaller{
	font-size: smaller;
}

.bolder{
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6', sans-serif;
	font-weight: bold;
}

.attention{
	color: #F00;
}

.stronger{
	font-weight: bold;
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6', sans-serif;
	color: #f00;
	background-color: transparent
}

.larger_stronger{
	font-family: 'ƒqƒ‰ƒMƒmŠpƒS Pro W6', sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #900;
	background-color: transparent
}

.strikeout{
	text-decoration: line-through;
}

.nomargin{
	margin: 0;
}

.centering{
	text-align: center;
}


.border_display{
	height: 1px;
	margin: 0 0 10px 0;
	padding: 0px;
	clear: both;
	border-top: 1px #999 dotted;
}

.border_hidden{
	height: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.border_display hr,
.border_hidden hr,
.border_footer hr{
  display: none;
}
