/* 共通 */

body { text-align: center; } /* center on ie */


h1 {
	border-bottom: 2px solid #2C828D;
	width: 700px;
	text-align: center; 
}

#contents { 
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 740px; 
	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; 
}

.copy {
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
}

.caption01 {
	font-size:14px;
	font-style:normal;
	line-height:14p;
}


@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; }
}

