@charset "UTF-8";

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

 remove default styling
 2008.03.03
 
 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 100%/1.4em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
}
	html>body
	{
		font-size: 16px;
	}

/* generic language/style container
div
span */

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

	Text Module

=======================================*/
/* heading */
h1, h2, h3, h4, h5, h6
{
	font: normal 100%/1.2em 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* phrase
em*/
strong
{
	color: #5b1868;
}
address
{
	font-style: normal;
}
/*dfn*/
code
{
	font-size: 63%;
	font-family: "Courier New", Courier, mono;
	line-height: 1.2em;
}
/*samp
kbd
var*/
cite
{
	font-size: 75%;
	font-style: normal;
}
cite a
{
	padding: 2px 0 2px 16px;
	background: url(../img/com/ico_outbound.gif) no-repeat 0 0.2em;
}
/*abbr
acronym */
/* long quotation
blockquote
q */
/* subscript, superscript */
sub
{
	/**/
}
sup
{
	vertical-align: super;
}
/* paragraph */
p
{
	font: normal 100%/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* br */
/* preformatted text */
pre
{
	font-size: 63%;
	font-family: "Courier New", Courier, mono;
	line-height: 1.2em;
}


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

	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: #5b1868;
}
a:visited
{
	color: #3f0c45;
}
a:hover
{
	color: #96f;
}
a:active
{
	color: #96f;
}

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

	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;
}
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;
}