@charset ""UTF-8;


/* ------------------------------------- primary ブロック ----------------------------------------- */
#primary {
	width				:	62%;
	margin-top			:	-50px;
}

#topic h3{
	height				:	30px;	
/*	text-indent			:	-9999px;*/
	font-size			:	12px;	
/*	background			:	url(../img/common/sub_title_bar.gif) no-repeat;*/
	color				:	black;
	padding-top			:	6px;
	padding-left		:	15px;
	}

#topic #topic-article{					/*	IE用 */
	width				:	80%;
	margin-top			:	1ex ;
	margin-left			:	20px;
	padding				:	0 0 0 4px;
	overflow			:	inherit;      
	}
	
	
#topic #topic-article img{
	float: left;
	padding-bottom: 10px;
	margin:0 10px 0 0;
	}
/* ---------------------- secondaryブロック ----------------------------- */
#secondary{
	width				:	230px;
	margin-top			:	-50px;
	}
		
/* ------------------------------------- contents ブロック ----------------------------------------- */

#contents {
	width				:	95%;
	margin-top			:	-35px;
	}
	
#contents h3{
	font-size			:	medium;
	border-left			:	10px solid #CC0066;
	border-bottom		:	1px solid #CC0066;
	padding				:	8px 8px 8px 20px;
	margin-bottom		:	10px;
	}

#contents h4{
	margin-top			:	30px;
	margin-left			:	4px;
	padding				:	10px;
	border				:	1px solid #CC0066;
	}

#contents h5{
	margin-top			:	20px;
	margin-left			:	4px;
	padding				:	10px 6px 6px 6px;
	border-bottom		:	1px dashed #CC0066;
	}
