@charset "euc-jp";

/* 
 * remove default styling
 * 2006.08.15
 *
 * Require HTML4 Strict Mode
 *
 * Color Cordination
 * Key Color: #0090c7 Dark Blue
 * Key Color: #06afdc Blue
 * Sub Key Color: #e0e8e9 Pale Green
 * Sub Key Color: #aac1c4 Pale Green
 * Sub Key Color: #6c0 Green
 * Text Color: #666 Gray
 * Background Color: #e0e8e9
 */

/* general */
* {
	margin: 0;
	padding: 0;
}
/* document root element
html */
/* document head
head */
/* document body */
body
{
	background: #e0e8e9;
	color: #666;
	font: normal 12px/1.5em "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Verdana, Sans-serif;
	letter-spacing: 1px;
}
/* generic language/style container
div
span */
/* heading */
h1, h2, h3, h4, h5, h6
{
	color: #0090c7;
	font: bold 116%/1.3em "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Verdana, Sans-serif;
}
/* phrase
em*/
strong
{
	color: #6c0;
	font-weight: bold;
}
/*dfn
code
samp
kbd
var
cite
abbr
acronym */
/* long quotation
blockquote
q */
/* subscript, superscript
sub
sup */
/* paragraph */
p
{
	font: normal 12px/1.5em "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Verdana, Sans-serif;
}
/* br */
/* preformatted text
pre */
/* inserted text, deleted text
ins
del */
/*unordered list, ordered list */
ul
{
	list-style: none;
}
ol
{
	margin-left: 2em;
}
li
{
	white-space: nowrap;
}
/* definition list */
dl
{
	list-style: none;
}
/* dt
dd */
/* table element */
table
{
	border: 0;
	border-collapse: collapse;
}
caption
{
	padding: 3px;
	text-align: left;
}
/* tr */
th, td
{
	padding: 3px;
	border: 0;
	text-align: left;
	font: normal 12px/1.5em "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Verdana, Sans-serif;
	/* \*/
	letter-spacing: 1px;
	/* */
}
/* table section
thead
tfoot
tbody */
/* table column
colgroup
col */
/* anchor */
a, a:link, a:visited, a:active
{
	color: #0090c7;
	text-decoration: underline;
}
a:hover
{
	color: #06afdc;
}
/* Embedded image */
img
{
	border: 0;
	vertical-align: bottom;
}
/* generic embedded object
object */
/* client-side image map
map
area */
/* horizontal rule
hr */
/* inline subwindow
iframe */
/* form control */
input, button, select, optgroup, option, textarea
{
	font: normal 100%/1em "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", Verdana, Sans-serif;
	vertical-align: middle;
	margin: 1px 2px;
}
input, textarea
{
	ime-mode: active;
	padding: 2px 1px 0;
}
textarea
{
	line-height: 1.2em
}
/* form field label text */
label
{
	margin-right: 1em;
}
/* form control group
fieldset
legend */
