@charset "utf-8";




/* ---------------------------------------------------
print.css
プリント共通CSS
--------------------------------------------------- */

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

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




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

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

#contents {
	width: 662px;
}

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

#footerin {
	width: 662px;
}


/* ---------------------------------------------------
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
--------------------------------------------------- */
/*パンくず*/
#topicpath {
	display: none;
}


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

#side {
	display: none;
}


/*pagetoplink*/
.pagetoplink {
	display: none;
}


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

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

#copy p {
	color: #000;
}


