@import url("/css/header.css");
@import url("/css/menu.css");
@import url("/css/footer.css");

/* --------------------- common css --------------------- */

/* --------------------- base --------------------- */
body{
	color:#000;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.4;
	background-color:#fff;
}

/* link */
a					{color:#000;text-decoration:none;}
a:link		{}
a:visited	{}
a:hover		{color:#f60;}
a:active	{}


/* image */
img{border:none;}

/* --------------------- contents --------------------- */
#contents{
	width:600px;
	margin-left:15px;
}

/* ------------------ pagetop ------------------ */
.pagetop{
	margin:10px auto 30px;
	width:600px;
	text-align:right;
}

.pagetop span{display:none;}

.pagetop a{
	margin:0 0 0 auto;
	width:66px;
	height:25px;
	display:block;
	background:url("/common_img/pagetop.gif") no-repeat 0 0;
}


/* ---------------------  --------------------- */