@charset "Shift_JIS";
/*
 CSS Document
 default
*/

a { text-decoration: none; }
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }

h1 {
	margin: 0;
	padding: 0;
}
@media print {
	html {
		font-size: 10.5px;
	}
	#header,#footer,#menu, .none {
		display: none;
	}
	.link img{
		margin-top: -1em;
		height: 5px;
		width: 25px;
	}
	dd {
		margin: 0 0 1em 0;
	}
	#basic,#profile2,#content {
		overflow-y: visible;
		width: 100%;
	}
	#left {
		float: none;
	}
}
