/* 共通 */

body { text-align: center; } /* center on ie */


h1 {
	border-bottom: 2px solid #2C828D; 
}

#contents { 
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 698px; 
	text-align: left;
}

#cube { text-align: center; } /* center on ie */

#main { 
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 658px; 
	text-align: left; 
}

#menu { 
	width: 170px; 
	float: left; 
	margin-right: 18px;
	padding: 0px; 
}

#topics { 
	width: 550px; 
	float: right; 
	padding: 0px;
	margin: 0px;
}


#footer { 
	clear: both; 
}

.tit {
	font: 140%; 
	font-weight: bold; 
	color: #333; 
}

.subtit {
	font: 120%; 
	font-weight: bold; 
	color: #333; 
}


@media print { /* printメディアの場合にのみ適用 */
	#header { display: none; }
	#menu { display: none; }
	#footer { display: none; }
	#top { display: none; }
	#contents { width: 100%; clear: both; }
	#main { width: 96%; clear: both; }
}

