@charset "iso-8859-1";

body {
	background-image: none;
}


/* ---------------------------------------- */
/*   Wrapper   */
/* ---------------------------------------- */
#wrapper {
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* ---------------------------------------- */
/*   Header   */
/* ---------------------------------------- */
#header { width: 640px; }

#header .boxL { width: auto; float: none; }
#header .boxR { display: none; }

/* ------------------------------ */
/*   Header id1   */
/* ------------------------------ */
#id1{
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: #CCCCCC dashed 1px;
}

#id1 a {
	display: block;
	width: 64px;
	height: 95px;
	margin:0px auto;
	text-align: center;
}
/* id */
#id1 img{ visibility: visible;
text-align: center;
}


/* ---------------------------------------- */
/*   content   */
/* ---------------------------------------- */
#content {
	margin: 15px 0 15px 0;
	padding: 0;
}
	#contentL {
		display: none;
	}
	#contentR {
		width: 640px;
		float: none;
		margin: 0 0 25px 0;
	}



/* ------------------------------ */
/*   content pagetop   */
/* ------------------------------ */
#pagetop {
	display: none;
}

/* ---------------------------------------- */
/*   footer   */
/* ---------------------------------------- */
#footer {
	width: 640px;
	padding-top: 15px;
	border-top: #CCCCCC dashed 1px;
	background-image: none;
}

/* ------------------------------ */
/*   footer navi3   */
/* ------------------------------ */
#navi3 {
	display: none;
}

/* ------------------------------ */
/*   footer id2   */
/* ------------------------------ */
#id2 {
	width: 67px;
	margin: 0 auto 0 auto;
	padding: 0;
}

/* ------------------------------ */
/*   footer copyright   */
/* ------------------------------ */
#copyright {
	width: 450px;
	margin: 9px auto 0 auto;
	padding: 0;
	text-align: left;
}




