@charset "utf-8";

/* ====================================================

	Autor: Minoru Hayakawa
	title: print.css
	Created: 2009年3月12日
	Copyright: The Rikiso laboratory

==================================================== */


body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}


/* === WRAPPER ===============================================*/


#wrapper{
	width: 680px;
}


/* === HEADER ===============================================*/

#header{
	width: 680px;
}

#globalNavi{
	display: none;
}

/* === CONTENTS ===============================================*/

#contents{
	width: 680px;
}

.welcome-left{
	width: 400px;
	margin: 0 auto;
}

.welcome-right{
	display: none;
}

/* === FOOTER ===============================================*/


#footer{
	width: 680px;
	text-align: center;
}

#footer .copyright{
	font-size: 1.4em;
	font-weight: bold;
}

#footer .scrollLink{
	font-size: 1.2em;
	display: none;
}
