@charset "utf-8";

/* ----------------------------------------------------------
印刷用スタイル設定ファイル
---------------------------------------------------------- */

@import url("reset.css");
@import url("font.css");

/* Hide Division
---------------------------------------------------------- */
ul#accessNav,
div#nav, 
div#util, 
div#secondary { 
	display: none;
}

/* Home */

body#home div#contents div#primary div#content {
	background: none;
}


/* Link
---------------------------------------------------------- */
div#contents div#mainContents a:link, div#contents div#mainContents a:visited {
	color: #33C;
	text-decoration: underline;
}

/* Add Outer Link Address Only For Modern Blowser Without IE7
---------------------------------------------------------- */
a[href^='http://']:link:after, a[href^='http://']:visited:after {
	content: " (" attr(href) ") ";
}
a[href^='https://']:link:after, a[href^='https://']:visited:after {
	content: " (" attr(href) ") ";
}

div#contents div#primary div#content {
	background-image: none ;
}

p.goPagetop {
	display: none;
}

div#contents div#primary div#content h1 {
padding-left: 0;
border-bottom: 1px solid #CCC;
}