/* --- base --- */

table {
	display: table;
}

li {
	display: list-item;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align:left;
	list-style-type: none;
	list-style-image: none;
	}	


body,table,td,th,h1,h2,h3,h4 {
	font-size: 11px;
	font-family: "Tahoma", "MS UI Gothic", "Lucida Grande", "ƒqƒ‰ƒMƒmŠpƒS Pro W3",
	             "Osaka", "‚l‚r ‚oƒSƒVƒbƒN" sans-serif;
	color:#393939;
}


a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #2E4E96;
}

a:hover {
	text-decoration: underline;
}

a:hover,
a:active {
	color: #cc0000;
}

img {
	/* vertical-align: middle; */
}

a img {
	border: none;
}

.clear {
	clear:both;
	margin: 0px;
	padding : 0px;
}

br.clear {
	clear:both;
	height:1px;
	line-height:1;
	font-size:1px;
	margin: 0px;
	padding : 0px;
}


body {
	background-color: #FFFFFF;
	background-image: url(../img/bg_global.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 10px 0px;
	padding: 0px;
}
