@charset "utf-8";

html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

body{
	font-family: verdona,"ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


h3{
	font-weight: bold;
}

h4{
	font-weight: bold;
}

p,li,dt,dd,th,td{
}

li a{
}

h1,h2,h3,h4,h5,h6,p,pre,ul,ol,li,dl,dt,dd,adress,blockquotetable,th,tr,td{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h3,h4{
	margin-bottom: 8px;
}

p{
	line-height: 145%;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}

ul,
ol,
li{
	line-height: 145%;
	list-style-type: none;
}

table,
th,
tr,
td{
	border:	medium none;
	border-collapse: collapse;
	border-spacing:	0pt;
}

hr{
	display: none;
}

a img,
img{
	border:	medium none;
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
	text-decoration: none;
}

a:link,
a:visited{
	color: #FFFF00;
	text-decoration: none;
	outline: none;

}

a:hover,
a:active{
	color: #FF0066;
	text-decoration: none;
	vertical-align: baseline;
	outline: none;
}

