@charset "euc-jp";
/* ===================================================================
リセット及びbody初期設定 (このスタイルシートは変更不可)
=================================================================== */
/*--- reset */
html {overflow-y:scroll;}
*+html>/**/body {overflow:inherit;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;	padding:0;}
body {line-height:1.0;}	
h1,h2,h3,h4,h5,h6 {font-weight:normal; font-size:100%;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;font-weight:normal;}
hr {display:none;}
img,abbr {border:0;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
* html input,* html textarea,* html select{font-size:100%;}
/**=3
 * ========================================
 * フォーム要素(CSS3) 
 * ========================================
 */
input[type="radio"], 
input[type="checkbox"]
{vertical-align: middle;}


/* ===================================================================
デフォルト
=================================================================== */

html {height:100%;}

body {
	color: #343434;
	font-size:62.5%; /* IE */
	font-family:Verdana,"ＭＳ ゴシック", "MS Gothic","Arial",HiraMaruPro-W3,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",helvetica,Sans-Serif;
	text-align:center;
	height:100%;
	}
	
html>/**/body 
{
	font-size: 10px; /* Except IE */
}
 
/**
 * for IE7 
 * ========================================
 */
	 
*+html body 
{
	font-family:"ＭＳ ゴシック", "MS Gothic";
	font-size:62.5%;
}

  
/**
 * for IE6 
 * ========================================
 */
	 
* html body 
{
	font-size:62.5%;
		font-family:"ＭＳ Ｐゴシック","MS PGothic",Verdana;
}

/*----------------------------------------------------
LINK
----------------------------------------------------*/
a:link {
	text-decoration:none;
	}
a:visited	{
	text-decoration:none;
	}
a:active {
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	
/*----------------------------------------------------
clear Module
-------------------------------------------------------*/
.clear {
	clear:both;
	font-size:0.1em;
	line-height:0;
	}

/*IE以外のモダンブラウザ*/
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
	}
	
/*IE7＆MacIE5*/
.clearfix {
	display:inline-block;
	}