@charset "utf-8";

@import "top.css";


/* ---------------------------------------------------
topprint.css
トッププリント用CSS
--------------------------------------------------- */

/* ---------------------------------------------------
common
--------------------------------------------------- */
html {
	background: #fff;
	background-image: none;
}

body {
	background: #fff;
	background-image: none;
}




/* ---------------------------------------------------
layout
--------------------------------------------------- */
#pagetop {
	background-image: none;
}

#header {
	height: 60px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

#contents {
	float: left;
	width: 662px;
	background-image: none;
}

#footer {
	clear: both;
	border-top: 1px solid #000;
	height: 35px;
	background-image: none;
}

#footerin {
}


/* ---------------------------------------------------
header
--------------------------------------------------- */
#header h1 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 240px;
	height: 53px;
	margin: 0;
	padding: 0;
}

#headerlink {
	display: none;
}


/* ---------------------------------------------------
menu
--------------------------------------------------- */
#menu {
	display: none;
}

/* ---------------------------------------------------
contents
--------------------------------------------------- */

/*レイアウト*/
#main {
	width: 662px;
}

#side {
	float: left;
}


/* ---------------------------------------------------
footer
--------------------------------------------------- */
#footerlink {
	display: none;
}

#copy {
	top: 2px;
	left: 2px;
	text-align: left;
}

#copy p {
	color: #000;
}


/* ---------------------------------------------------
flash
--------------------------------------------------- */
#fla {
	display: none;
}

#mainimg p.img {
	display: block;
	margin: 0;
	padding: 0;
}

