@charset "UTF-8";
/* base-sheet */
/* default */
*{
	margin:0;
	padding:0;
}

html,body{ height: 100%; }

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: verdana, 'trebuchet ms','Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'MS PGothic', sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6,
p,
dl, ul, ol,
blockquote, pre,
table, caption, td, th,
form,
object, embed,
address{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Verdana,'Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W6', 'ヒラギノ角ゴ Pro W6','MS PGothic', Sans-serif;
}

a:link, a:visited, a:active {
	background-color: transparent;
	text-decoration: none;
	text-decoration: underline;
}

a:hover{
	/*text-decoration: none;*/
	text-decoration: underline;
}

ul li{ list-style: none; }

img { border: none; }

a img { border: none; }

em, cite, q, del, ins, kbd, var, dfn, abbr{
	display: inline;
	border: none;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

em{ font-weight: bold; }
del{ text-decoration: line-through; }
acronym, abbr { border-bottom:1px dotted #333;cursor:pointer; }
pre {
	_width: 430px;
	font-family: verdana, 'trebuchet ms','Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'MS PGothic', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
	border: none;
	font-family: Verdana,'Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W3', 'ヒラギノ角ゴ Pro W3','MS PGothic',Sans-serif;
}

form { border: none; }

textarea, select, input, input[type="submit"] { border: 1px solid #333; }

textarea, select {
	margin: 0px 0px 5px;
	font-size: 12px;
	background-color: #FFF;
	color: #333;
	font-family: Verdana,'Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W3', 'ヒラギノ角ゴ Pro W3','MS PGothic',Sans-serif;
}

input {
	margin: 0;
	padding: 0;
	color: #999;
	font-family: Verdana,'Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W3', 'ヒラギノ角ゴ Pro W3','MS PGothic',Sans-serif;
}

input[type="submit"] {
	font-weight: bold;
	margin: 5px 0px;
	padding: 0.2em 0.5em;
	color: #555;
	font-family: Verdana,'Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W6', 'ヒラギノ角ゴ Pro W6','MS PGothic', Sans-serif;
}
input[type=image] { border: 0px; }

acronym,abbr { border:none; }

html>/**/body abbr[title] , acronym[title] {
	border-bottom : thin #333 dotted;
	cursor : help;
}
