@charset "EUC-JP";

/* 
 * remove default styling
 * 2007.8.1
 *
 * Color Cordination
 * Key Color: #ba0015
 *
 */

/* general */
* {
	margin: 0;
	padding: 0;
}
/* document root element
html
{
	height: 100%;
	overflow: hidden;
} */
/* document head
head */
/* document body */
body
{
	/*overflow: hidden;
	height: 100%;*/
	background: #e8e8e8 url(../img/common/bg_body.gif) repeat-x left top;
	color: #333;
	font: normal 63%/1.4em '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',osaka,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
	letter-spacing: 0;
}
	html>body
	{
		font-size: 10px;
	}
/* generic language/style container
div
span */
/* heading */
h1, h2, h3, h4, h5, h6
{
	font: normal 100%/1.4em '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',osaka,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
}
/* phrase
em*/
strong
{
	color: #ba0015;
}
address
{
	font-style: normal;
}
/*dfn
code
samp
kbd
var
cite
abbr
acronym */
/* long quotation
blockquote
q */
/* subscript, superscript */
sub
{
	/**/
}
sup
{
	vertical-align: super;
}
/* paragraph */
p
{
	font: normal 100%/1.4em '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',osaka,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
}
/* br */
/* preformatted text */
pre
/* inserted text, deleted text
ins
del */
/*unordered list, ordered list */
ul
{
	/*list-style: none;*/
}
ul li
{
	/*white-space: nowrap;*/
	list-style-type: none;
}
ol
{
	margin-left: 2em;
}

/* definition list */
dl
{
	list-style: none;
}
/* dt
dd */
/* table element */
table
{
	border: 0;
	border-collapse: collapse;
	/*border-spacing: 0;*/
}
caption
{
	padding: 3px;
	text-align: left;
}
/* tr */
th, td
{
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: middle;
	font: normal 100%/1.4em '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',osaka,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
	letter-spacing: 0;
}
/* table section
thead
tfoot
tbody
{
	overflow: auto;
	height: 100px;
} */
/* table column
colgroup
col */
/* anchor */
a, a:link, a:active
{
	color: #ba0015;
	text-decoration: underline;
}
a:visited
{
	color: #ba0015;
	text-decoration: underline;
}
a:hover
{
	color: #ba0015;
	text-decoration: underline;
}
/* 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, optgroup, option, textarea
{
	font: normal 100%/1em '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',osaka,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
	vertical-align: middle;
}
html>body input[type="text"],
html>body input[type="password"],
html>body select,
html>body textarea
{
	padding: 1px;
	border: 1px solid #999;
}
select
{
	font: normal 100%/1em '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro',osaka,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
	vertical-align: middle;
}
/* form field label text
label */
/* form control group */
fieldset
{
	border: 0;
}
/*legend */
