@charset "utf-8";

/*-------------------------------------------------------------
  Default Reset & Base Style Sheet
  by hokuto@
  Special Thanks:  Makoto-san (http://hxxk.jp/)
  Last Update 2007-12-12
-------------------------------------------------------------*/

/*-------------------------------------------------------------
	Yahoo Library Fonts CSS
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 	http://developer.yahoo.com/yui/license.txt	
-------------------------------------------------------------*/

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/*-------------------------------------------------------------
	Base Style
-------------------------------------------------------------*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form {
	padding: 1px 0; 
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	padding: 0.1em 5px;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
}

table {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

th,
td {
	padding: 0 10px;
}

th {
	color: #FFFFFF;
	background-color: #999999;
}

td {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

img {
	vertical-align: bottom;	
	border: none;
}

img a {
	border: none;
}


