@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
	基本スタイル
----------------------------------------------------------- */

/*-----------------------------------------------
 __Reset
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}


/*-----------------------------------------------
 __base_style
-----------------------------------------------*/

body {
	margin:0 0 0 0;
	background:#fff;
	color:#333;
	line-height:1.3;
	text-align: center;
	font-size:11pt;
	

	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,SimSun, 'MS UI Gothic', Hei, sans-serif;
	
/*
	font-family:'TITUS Cyberbit Basic', 'Code2000', 'Doulos SIL', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Thryomanes', 'Gentium', 'GentiumAlt', 'Visual Geez Unicode', 'Lucida Grande', 'Arial Unicode MS', 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
*/

	
}

*:first-child + html body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


html {
	
}

h1,h2,h3,h4,h5,h6 {
	font-size:medium;
	letter-spacing:.1em;
}

p {
	margin:0;
}

img,fieldset {
	border:0;
}

