@charset "utf-8";

/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;} 
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;} 
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;} 
ol,ul {list-style:none;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
q:before,q:after{content:'';}


/*==================================================*/
/* other init */
hr {display:none;}
body {
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	line-height:1.5em;
	color:#505050;
}
td,th,tr{
	font-size:12px;
}
a {
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#FF0000;
}

input.textForm {
	_height:25px; /* IE4-6 */
	padding:3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
input.textForm:focus {
	border:1px solid #000000;
	background-color:#FCFCFC;
}
textarea.textForm {
	_height:25px; /* IE4-6 */
	padding:3px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
textarea.textForm:focus {
	border:1px solid #000000;
	background-color:#FCFCFC;
}
input.btn {
	margin:0;
	padding:0;
}

