/* --------------------------------------

  design: S.Arin(ren)
  url: http://reveaile.com

--------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#eeeeee;
}

body{
	margin-top: auto;
	margin-left: 0px;
	font-size:9pt; 
	font-family:Verdana; 
	color:#606060; 
	line-height:120%;
	text-align:left;
	background-color:#fff;
	}
	
td{
	margin-left: 30px;
	text-align:right;
	font-size:8pt; 
	font-family:Verdana; 
	color:#606060; 
	line-height:180%;
	background-color:#fff;
	}

/*--------------------------------------- 
		Hyper Text
--------------------------------------- */

a:link    { color: #606060; text-decoration: none;}
a:visited { color: #606060; text-decoration: none;}
a:active  { color: #606060; text-decoration: none;}
a:hover   { color: #000000; text-decoration: none;}
a { selector-dummy : expression(this.hideFocus=true);}

/*--------------------------------------- 
		div
--------------------------------------- */
div#scroll {
	width:630px; 
	height:250px; 
	text-align:left;
	margin-left: 10px;
	overflow: auto;
	line-height:120%;
}

div#scroll2 {
	width:630px; 
	height:250px; 
	text-align:left;
	margin-left: 10px;	
	overflow: auto;
}
div#scroll3 {
	width:630px; 
	height:200px; 
	text-align:left;
	margin-left: 10px;	
	overflow: auto;
}
/*--------------------------------------- 
				Box
--------------------------------------- */
hr {
	display: none;
}

/*--------------------------------------- 
				DIV Tag
--------------------------------------- */
.text{
margin:8px 0px 30px 5px;
padding:0px;
}
.text2{
margin:8px 0px 15px 5px;
padding:0px;
}
.pink {
	margin-left:1em;
	border-left: 2px solid #eee;
	color:#666666;
	font-size: 9pt;
	font-family:mori; 
	line-height:120%;
	text-align:left;
	}
/*--------------------------------------- 
				text
--------------------------------------- */
strong {
	font-weight: bold;
}
h1 {
	font:1.5em Malgun Gothic; 
	padding-left: 0.4em;
	color: #f66
	}