@charset "utf-8";

/**
 * 基本スタイル設定
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
}

html, body {
	height: 100%;
}

body {
	font-family: "ＭＳ Ｐゴシック",Arial,"sans-serif";
	font-size: 86%;
	background-color:#000000;
	color: #333;
	font-style:normal;
	text-align:center;
	line-height:130%;
}

textarea {
	font-size: 100%;
}

ul, li{
	list-style:none;
}

strong{
	font-weight:bold;
}

label {
	padding: 0 0 0 3px;
}

label:hover {
	cursor: pointer;
	color: #930;
	text-decoration: underline;
}

a:link,a:visited,a:active {
	color:#00f;
	text-decoration:underline;
	border:none;
}

a:hover{
	text-decoration:none;
	cursor; pointer;
}

img {
	border: 0;
}

.clear{
	margin:0;
	padding:0;
	line-height:0;
	clear:both;
	font-size:0;
}

