@charset "UTF-8";

/* ======================================

 remove default styling
 2009.12.12
 
======================================= */

/* ======================================

	Universal selector

======================================= */
* {
	margin: 0px;
	padding: 0;
}

/* ======================================

	Structure Module

======================================= */
/* document root element
html
{
	height: 100%;
} */
/* document body */
body
{
	background: url(../img/common/bg_snowcrystal.gif) repeat #fff;
	color: #333;
	font: normal 75%/1.4em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}
	html>body
	{
	font-size: 12px;
	}

/*======================================

	Text Module

=======================================*/
/* heading */
h1, h2, h3, h4, h5, h6
{
	font: bold 100%/1.2em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* phrase
em*/
strong
{
	
}
address
{
	font-style: normal;
}
/* subscript, superscript */
sub
{
	/**/
}
sup
{
	font-size: 75%;
	vertical-align: super;
}
/* paragraph */
p
{
	font: normal 100%/1.4em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
/* br */


/*======================================

	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: #004d91;
}
a:visited
{
	color: #039;
}
a:hover
{
	color: #06c;
}
a:active
{
	color: #1b2e8c;
}


/*======================================

	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;
}

/*======================================

	Image Module

=======================================*/
/* Embedded image */
img
{
	border: 0;
	vertical-align: bottom;
}

/*======================================

	Other

=======================================*/
/* button */
button
{
	border: 0;
	background: none;
	cursor: pointer;
}

/*======================================

	CLEARFIX

=======================================*/
.clearfix
{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after
{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix
{
	display:inline-table;
	/*\*/display:block;/**/
}

