﻿@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:#000000;
	line-height:1.3;
	text-align: center;
	font-size:12px;
	/*font-family:"ＭＳ Ｐゴシック",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',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;
}
.sage {width:100%; height:0px; clear:both;line-height:0;}
