@charset "Shift_JIS";


/* defined TAG
---------------------------------------------------------------------*/

body,div,p,form,table,ol,ul,dl{
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
	color:#666;
}
h1,h2,h3,h4,h5,h6,strong,em{
	display:block;
	font-size:12px;
	line-height:120%;
	font-style:normal;
	margin:0;
	padding:0;
	color:#333333;
}
li,dd,dt{
	margin:0;
	padding:0;
	list-style:none;
}
img{
	border:0;
	margin:0;
	padding:0;
}
a:link,a:visited{
	color:#3366CC;
}
a:hover{
	color:#FF66CC;
	text-decoration:underline;
}

/* structure
---------------------------------------------------------------------*/

body{
	position:relative;
	text-align:center;
}

#footer{
	text-indent:-9999px;
	height:20px;
	background:url(../img/copyright.gif) center no-repeat;
	margin-bottom:20px;
}



/* common
---------------------------------------------------------------------*/

.clear{
	height:0px;
	clear:both;
}
.hide{
	display:none !important;
}