@charset "utf-8";
/*
	Site Name:
	Description: initial setting
*/


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

	1: body and base setting
		: general params
		: acronyms and abbreviations styles
	2: link setting

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


/*
===== 1: body and base setting ===========================
*/

body {
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN,HiraKakuProN-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	color:#333333;
	font-size:14px;
	line-height:1.5em;
	letter-spacing:0.01em;
	background:#fff;
	line-break: normal;
	word-break: strict;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;

}
table {margin : 0;}
img {
	vertical-align:text-bottom;
}
li { list-style: none; }/* link do not want a dot */

/*
===== 2: link setting ===========================
*/

a{ color: #9f0710;}
