@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
	デフォルトスタイル
----------------------------------------------------------- */

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

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


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

body {
	margin:0px 0px 0px 0px;
	background:#FFF;
	color:#323232;
	line-height:1.5;
	text-align:center;
	font-size:82%;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	}

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


html {
	overflow-y:scroll;
	}

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

p {
	margin:0 0 10px;
	}

ul,li {
	list-style:none;
	line-height:0;
	}

dt,dd {
	list-style:none;
	line-height:0;
	}

table,tr,td {
	margin:0;
	padding:0;
	}
	
img,fieldset {
	border:0;
	}
	
img {
	vertical-align:bottom;
	}
	
a:link {
	color: #ff6600;
	text-decoration:underline;
	}
a:visited {
	color: #ff6600;
	text-decoration:underline;
	}
a:hover {
	color: #808295;
	text-decoration:underline;
	}
	
