A:LINK { text-decoration : none ; color : #001EFF }
A:VISITED { text-decoration : none ; color : #001EFF}
A:HOVER { text-decoration  : underline ; color : #FF6600 }
A:ACTIVE { text-decoration : underline ; color : #007EFF }

A:LINK SPAN { text-decoration : none ; font-size : 9pt ; color : #666666 }
A:VISITED SPAN { text-decoration : none ; font-size : 9pt }

body {  font-family: "MS PGothic", "osaka" ; font-size: 9pt; font-style: normal; line-height: 120% ; color: #333333 }
font {  font-family: "MS PGothic", "osaka" ; font-size: 9pt; font-style: normal; line-height: 120% }
.style01 {  font-family: "MS PGothic", "osaka" ; font-size: 9pt; font-style: normal; line-height: 160% ; color: #333333 }


.f { font-family : "MS PGothic", "osaka" ; font-size : 8pt ; line-height: 100%}
.g { font-family : "MS PGothic", "osaka" ; font-size : 9pt; line-height: 200% }
.b { font-family : "MS PGothic", "osaka" ; font-size : 12pt }
.bb { font-family : "MS PGothic", "osaka" ; font-size : 16pt; line-height: 120% }

.whity{
	color:#FFFFFF;
	font-family : "MS PGothic", "osaka" ;
	font-size : 8pt ;
	line-height: 100%;
}
.whity a{
	color:#FFFFFF;!important
}

/*---------------(0807ȍ~ǉfont-reset)-------------------*/

/*____________________________

  # web reset css
  ____________________________*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
a{
	outline:none;
}
hr{
	display:none;
}