/*-----------------------------

01:apply to all
02:default valure
03:headding
04:structured text
05:font style elements
06:list
07:clear floating

-----------------------------*/

/*-----------------------------
01:apply to all
-----------------------------*/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 1px;
	background: #F6FAFF url(../img/common_bg_footer.jpg) repeat-y 50% 0%;
}
/*-----------------------------
02:default valure
-----------------------------*/
a{
	color: #336699;
}
a:hover{
	color: #003366;
}
a:visited{
	color: #336699;
}
img,table{
	border-width:0;
	border-style:none;
	border-color:#CCCCCC;
	}
img{}
td{
	text-align:left;
	vertical-align:top;
	}
sup{
	vertical-align:super;
	}
/*-----------------------------
03:headding
-----------------------------*/
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-style:normal;
	margin: 0px;
	}
p{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
/*-----------------------------
04:structured text
-----------------------------*/
em,strong,dfn,code,samp,kbd,var,blockquote,q,cite,pre,abbr,acronym,ins,th{
	font-weight:normal;
	font-style:normal;
	}
/*-----------------------------
05:font style elements
-----------------------------*/
b,strong{font-weight:bold;}
i,em{font-style:italic;}
del{text-decoration:line-through;}
/*-----------------------------
06:lists
-----------------------------*/
ul,ol,dl,menu,dir,li,dt,dd{
	margin: 0px;
	padding: 0px;
	}
/*-----------------------------
07:clear floating
-----------------------------*/
.all{
	clear: both;
	font-size: 0px;
	display: block;
	height: 0px;
	width: 100%;
	line-height: 0px;
	overflow: hidden;
	visibility: hidden;
}

#signature {
	float:right;
	text-align:left;
	margin-top:40px;
	margin-right:15px;
}

#signature span.affiliation {
	font:normal 120% "HGP–¾’©E";
}

#signature span.title {
	font:normal 120% "HGP–¾’©E";
}

#signature span.name {
	font:normal 180% "HGP–¾’©E";
}


