@charset "utf-8";
/* Reset
---------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,em,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
	_font-size: 13px;
}

td {
	_font-size: 13px;
}

hr,legend {
	display: none;
}

h1 {
	font-size: 12px;
}

h2,h3,h4,h5,h6 {
	font-size: 13px;
}

img,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

form {
	margin: 0;
}
	
		
/* Fonts
---------------------------------------------------------------------------*/
body {
	margin: 0;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	_font-family: Verdana,'ＭＳ Ｐゴシック',Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	text-align: center;
	color: #000;
}

a:link {
	color: #0F572B;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #0F572B;
	text-decoration: underline;
}
	
a:hover {
	color: #69C;
	text-decoration: underline;
}

br.clear {
	clear: both;
	line-height: 0;
	height: 0;
}

.textstyle1 {
	font-size: 14px;
	font-weight: bold;
	color: #06F;
}

		
/* clearfix
---------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
