@charset "utf-8";
/* ****************************************************
Since : 2010-09-14
**************************************************** */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin:0;
	padding:0;
}

/*project*/
table.projectTable {
	width: 654px;
	border: #000000 1px solid;
	border-collapse: collapse;
	font-size: 88%;
}
table.projectTable th {
	text-align: center;
	font-weight: bold;
	background-color: #C0C0C0;
}
table.projectTable td.year {
	width: 30px;
}
table.projectTable td.plan {
	width: 540px;
}
table.projectTable td.country {
	width: 84px;
}
table.projectTable th,
table.projectTable td {
	padding: 3px;
	border: #000000 1px solid;
	border-collapse: collapse;
}


/*action*/
dl.definition01 {
	width: 280px;
	margin-left: 20px;
}
dl.definition01 dt {
	float: left;
	width: 110px;
}
dl.definition01 dd {
	padding-left: 115px;
}
dl.definition01 dd.line2 {
	margin-left: 7px;
}

/* clearFix
==========================================*/
dl.definition01:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
dl.definition01 {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html dl.definition01 {
	height:1px;
}
dl.definition01 {
	display:block;
}
/* End hide from IE-mac */