@charset "utf-8";

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

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

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


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

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

*: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;
}
h1 {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	top: 0px;
	width: auto;
	float: none;
	text-align: center;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-size: 10px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #333333;
	text-align: center;
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-align: center;
	width: auto;
}



p {
	margin:0 0 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

img,fieldset {
	border:0;
}
a2 {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-align: left;
	width: auto;
}
