@charset "euc-jp";
*{
	font-size:12px;
	color:#000000;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #E9E9E9;
	scrollbar-arrow-color:#000000;
}
body {
	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #E9E9E9;
	scrollbar-arrow-color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}
div, p {
	position:relative;
}
img {
	border-style: none;
	border:0;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, p {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	margin:0px;
	padding:0px;
}
ul, ol {
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}


/* a link
******************************************* */
a:link{
	color:#000000;
    border-style:none;
}

a:visited{
	color:#000000;
}

a:hover{
	color:#FF0066;
}

a:active{
	color:#FF0066;
}


/* text
/* lank-t.html
****************************************** */
.lank-t {
	width:170px;
	text-align:left;
	margin:0px;
	padding:0px;
}
.lank-t {
	line-height:100%;
}

.lank-t th img{
	float:left;
	padding-right:3px;
}

.lank-t th{
	color:red;
	font-weight:normal;
	font-size:85%;
	padding:2px;
}

.lank-t th a:link{
	color:red;
	display:block;
	float:left;
	width:75%;
	text-decoration:none;
}

.lank-t th a:visited{
	color:red;
	float:left;
	width:75%;
	text-decoration:none;
}

.lank-t td{
	border-bottom:dotted 1px #666666;
	padding-bottom:5px;
	font-size:80%;
	line-height:150%;
	padding:2px;
}

.lank-t .noborder{
	border:none;
}
