@charset "utf-8";

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
	3: link setting

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


/*
===== 1: universal reset =================================
*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}

/*
===== 2: body and base setting ===========================
*/
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	color:#444444; 
	font-size:.8em;
	line-height:1.4;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;/* box centering */
	letter-spacing:0;/*for IE 7*/
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote, {
	display: block;
	margin: 0;
	padding: 0;
	font-size:100%;
	line-height: 1.6;
	text-align: left;
}

img { border: none;}
ul li { list-style: none; }

/*
===== 3: link setting ===========================
*/
a:visited { color: #4119a8; }
a:link { color: #4864c0; text-decoration:underline; }
a:hover { color: #2f46f1; }
a:active { color: #315ce7; }