/*------------------------------
______________________________________*/

/* ////////////////////////////////////////
default
//////////////////////////////////////// */
body,div,
dl,dt,dd,
h1,h2,h3,
pre,form,p,table,th,td { 
margin:0;
padding:0;
font-size:100%;
font-style:normal;
font-weight: normal;
line-height:1.6;
}

body {
margin:0;
padding:0;
background:#fff;
color: #ccc;
font-size:12px;
line-height:1.6;
font-family: Century, Times New Roman, Georgia, Serif;
}

img {
vertical-align: bottom;
border: none;
}

a {
cursor:pointer;
color:#aaa;
text-decoration: none;
}

a:hover,
a:active {
color:#777;
text-decoration:none;
}
a:focus{ outline: none; }
a:hover img {
filter:alpha(opacity=60); 
-moz-opacity:0.60;
-khtml-opacity: 0.6;
opacity:0.60;
}

h2 {
	font-size:1.3em;
	letter-spacing:0.1em;
	padding-bottom:10px;
	font-weight: bold;
}

p {
line-height:1.6;
}

ul{
	list-style: none;
	margin: 0;
}

.upper {
text-transform: uppercase;
}

.hover {
}

.left {
	float:left;
}

.right {
	float:right;
}


.clearfix:after {content: ".";display: block;visibility: hidden;height: 0.1px;font-size: 0.1em;line-height: 0;clear: both;}.clearfix {zoom: 100%; }

#wrapper{
	width:220px;
	height:2000px;
	position: fixed;
	background: url(_img/back.png) repeat;
	left: 100px;
	top: 0;
	padding: 0 20px;
	overflow: hidden;
	letter-spacing: 0.1em;
	display: none;
}

#contents{
	position:fixed;
	top:50%;
	left: 120px;
	width:220px;
	height:140px;
	margin:-70px 0 ;
	overflow:auto;
}
#logo{
	padding-bottom: 10px;
}
#menu{
	line-height: 1.6em;
	font-size: 10px;
}
#copyright{
	position: fixed;
	bottom: 20px;
	left: 120px;
}
#loading{
	padding: 10px 0 0 10px;
}

