@charset "UTF-8";

/* ======================================

 remove default styling
 2007.11.6
 
 Color Cordination

======================================= */

/* ======================================

	Universal selector

======================================= */
* {
	margin: 0;
	padding: 0;
}

/* ======================================

	Structure Module

======================================= */
/* document root element
html
{
	height: 100%;
} */
/* document head
head */
/* document body */
body
{
	background: #fff;
	color: #333;
	font: normal 75%/1.4em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
	html>body
	{
		font-size: 12px;
	}

/* generic language/style container
div
span */

/*======================================

	Text Module

=======================================*/
/* heading */
h1, h2, h3, h4, h5, h6
{
	font: normal 100%/1.2em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',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,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* br */
/* preformatted text
pre */


/*======================================

	List Module

=======================================*/
/*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 */


/*======================================

	Hypertext Module

=======================================*/
/* anchor */
a, a:link
{
	color: #ba0015;
	text-decoration: underline;
}
a:visited
{
	color: #ba0015;
	text-decoration: underline;
}
a:hover
{
	color: #f00;
	text-decoration: underline;
}
a:active
{
	color: #ba0015;
	text-decoration: underline;
}

/*======================================

	Edit Module

=======================================*/
/* inserted text, deleted text
ins
del */

/*======================================

	Forms Module

=======================================*/
/* form control */
input, button, option, textarea
{
	font: normal 100%/1em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	vertical-align: middle;
}
html>body input,
html>body textarea,
html>body select
{
	border: 1px solid #ccc;
}
input, textarea
{
	padding: 1px;
}
select
{
	font: normal 100%/1em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	vertical-align: middle;
}
option
{
	margin-right: 0.5em;
}	
	* html select
	{
		margin-right: 0;
	}
	*+html select
	{
		margin-right: 0;
	}


/* form field label text
label */
/* form control group */
fieldset
{
	border: 0;
}
/*legend */

/*======================================

	Tables Module

=======================================*/
/* 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,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 0;
}
/* table section
thead
tfoot
tbody */
/* table column
colgroup
col */


/*======================================

	Image Module

=======================================*/
/* Embedded image */
img
{
	border: 0;
	vertical-align: bottom;
}

/*======================================

	Object Module

=======================================*/
/* generic embedded object
object */

/*======================================

	Other

=======================================*/
/* client-side image map
map
area */
/* horizontal rule
hr
{
	border: none;
	background: none;
} */
/* inline subwindow
iframe */
/* button */
button
{
	border: 0;
	background: none;
	cursor: pointer;
}