@charset "UTF-8";

/*
information{
	file name : /css/individual/report/index.css;
	infomation : This CSS file define [index] styles.;
	site name : HMCA Human Creative Academy;
	copyrihgt : Copyright (C) HMCA Human Creative Academy;
}
*/

/* contents
--------------------------------------------------------------------------
1. 
--------------------------------------------------------------------------
*/
/* 1. [cell] news
-----------------------------------------------	*/

div.cell div.news {
	margin-top: 30px;
}

div.cell div.news div.imageNews,
div.cell div.news div.textNews {
	min-height: 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url("/img_common/dotline_w.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}

/* -- Hack WinIE & MacIE --*/
* html div.cell div.news div.imageNews,
* html div.cell div.news div.textNews {
	/* Hides from IE5-Mac ¥*/ 
	height: 1%;
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/

div.cell div.news div.imageNews p.image {
	float: left;
	width: 65px;
}

div.cell div.news div.imageNews dl {
	float: right;
	width: 730px;
	margin-top: 5px;
}

div.cell div.news div.imageNews dl dt {
	margin-bottom: 5px;
}

div.cell div.news div.imageNews dl dd {
	line-height: 130%;
}


div.cell div.news div.textNews dl dt {
	float: left;
	width: 65px;
	line-height: 130%;
}
div.cell div.news div.textNews dl dd {
	float: right;
	width: 730px;
	line-height: 130%;
}



/* 1. [cell] background
-----------------------------------------------	*/

div.cell div.title {
	margin-bottom: 20px;
}

div.cell div.title h2 {
	font-size: 120%;
	font-weight: bold;
	color: #003366;
}