/* CSS Document */

* {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: 90%;
	color:#000000;
	line-height:1.3em;
}


/* reset */

* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* address,
* ul,
* ol,
* li,
* form,
* dl,
* dt,
* dd,
* div{
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}


/* default */


a {
	color: #0066CC;
	text-decoration: underline;
	font-weight:normal;
	font-size: 100%;
}

a:hover {
	text-decoration: none;
	color: #0099ff;
}


p {
	text-align: center;
}


img {
	border:none;
}

.clear {
	clear:both;
	height:1px;
	border:1px solid #000000;
	display:none;
}

.size12{
	font-size:80%;
	line-height:normal;
}

input, select{
	font-size:100%;
}

body {
	font-size: 14pt;
	padding: 1px ;
	margin: 0 ;
}


* table,
* tr,
* th,
* td{
	margin: 5;
	padding: 5;
	border: none;
	list-style-type: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}



