@charset "iso-2022-jp";

/* Common use stylesheet for english */

* {
	margin : 0;
	padding : 0;
	
	font-size : small;
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	line-height : 130%;
	margin : 10px;
}

ul,ol {
	margin : 10px;
}
	
li {
	margin-left : 20px;
	line-height : 140%;
}

table {
	margin : 10px;
	border-collapse: collapse;
}
th,td {
	padding : 3px;
	border: 1px solid #333333;
	vertical-align:top;
}
table.layout th, table.layout td {
	border: none;
}



