/* CSS Document */
body {
	font-size: 8pt;
	font-family:'Quicksand', sans-serif;
	line-height: 16px;
	color: #444;
	margin: 0px;
	background: #f5f5f5;
}
  
img {
	border:0;
}
   
ul,li {  
    list-style-type: none; 
    margin: 0;
    padding: 0;
}  
  
a:link {
	color: #444;
	text-decoration: none;
} 
a:visited {
	color: #444;
} 

a:hover {
	color: #ddd;
} 

/* = Selected Text
----------------------------------------------- */
::selection {
    background:#FF0; /* Safari */
}
 
::-moz-selection {
    background:#FF0; /* Firefox */
}


#wrapper{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}


/* nav */
#navi{
	position: fixed;
	top: 20px;
	left: 50px;
	width: 800px;
	z-index: 10;
	text-align: left;
	line-height: 30px;
	list-style: none;
	
	/* IE5 later && javascript-on */ 
	position: expression('absolute'); 
	top: expression(documentElement.scrollTop + 20 + 'px'); 
	left: expression(documentElement.scrollLeft + 50 + 'px');
}

.n_title{
	position: relative;
	width: 800px;
	height: 28px;
	font-weight:700;
	letter-spacing: 0.2em;
}

.n_title a {
	color: #444;
	text-decoration: none;
	padding-bottom: 4px;  
	border-bottom:solid 2px;  
} 

.n_title a link {
	color: #444;
	text-decoration: none;
	padding-bottom: 4px;  
	border-bottom:solid 2px;  
} 

.navi2{
	display: none;
}

.copy{
	position: fixed;
	width: 350px;
	height: 10px;
	bottom: 40px;
	left: 50px;
    font-size: 7pt;
	letter-spacing: 0.2em;
	z-index: 10;
	text-align: left;
	list-style: none;
	
	/* IE5 later && javascript-on */ 
	position: expression('fixed'); 
	top: expression(documentElement.scrollBottom + 40 + 'px'); 
	left: expression(documentElement.scrollLeft + 50 + 'px');
}

.name{
	position: fixed;
	width: 200px;
	height: 10px;
	top: 30px;
	right: 20px;
	letter-spacing: 0.2em;
	
	/* IE5 later && javascript-on */ 
	position: expression('absolute'); 
	top: expression(documentElement.scrollTop + 30 + 'px'); 
	left: expression(documentElement.scrollRight + 20 + 'px');
}

.icon{
	position: fixed;
	width: 66px;
	height: 20px;
	bottom: 30px;
	right: 40px;
	z-index: 10;
	list-style: none;
    color: #f5f5f5;
	
	/* IE5 later && javascript-on */ 
	position: expression('fixed'); 
	top: expression(documentElement.scrollBottom + 30 + 'px'); 
	left: expression(documentElement.scrollRight + 40 + 'px');
}

.ho{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}

.tw{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}

.us{
	position: relative;
	width: 12px;
	height: 12px;
	margin: 5px;
	float: left;
}


/* top */
.contents {
    position:relative;
    width: 840px;
    height: 800px;
    top: 100px;
    left: 50%;
	text-align: center;
    margin-left: -450px;
	margin-bottom: 170px;
	list-style: none;
}

.contents ul li{
    display: none;
}

.about_txt{
	width: 840px;
	font-size: 8pt;
	letter-spacing: 0.2em;
	line-height: 30px;
	text-align: left;
	list-style: none;
}

.about_txt img{
	width: 400px;
	height: 380px;
	padding-right: 20px;
    color: #f5f5f5;
	float: left;
}


/* works */
.co_box{
	width: 230px;
	height: auto;
	top: 20px;
	margin-bottom: 40px;
	margin-right: 15px;
	text-align: center;
	float: left;
}

.con_img{
	width: 200px;
	height: 160px;
    color: #f5f5f5;
}

.con_txt{
	width: 200px;	
	text-align: center;
	padding-top: 10px;
	font-size: 8pt;
	letter-spacing: 0.2em;
}

#preview{
	position: absolute;
	width: 500px;
	filter: alpha(opacity=50%);
	-moz-opacity: 0.98;
	opacity: 0.98;
	line-height:20px;
	background: #FFF;
	padding: 20px;
	color: #03F;
	text-align: left;
	z-index: 11;
}

@media (max-width: 900px) {
	#menu {
		display: none;
	}

	.navi2{
		display: inline;
	    margin: 0 auto;
		list-style: none;
		z-index: 10;
		text-align: center;
	}

	.navi2 ul {
		position: fixed;
		width: 900px;
		top: 20px;
		font-size: 14px;
		font-weight:700;
		letter-spacing: 0.2em;
		line-height: 3.5em;
		z-index: 11;
	}

	.navi2 ul li{
	    display: inline-block;
	}

	.navi2 ul li a {
		margin: 0 10px;
		color: #444;
		text-decoration: none;
		padding-bottom: 4px;  
		border-bottom:solid 2px;  
	} 
	.contents {
	    top: 250px;
	    margin-left: -410px;
	}
	.about_txt{
		font-size: 14pt;
		line-height: 40px;
	}
	.co_box{
		margin-bottom: 70px;
	}
	.con_txt{
		font-size: 12pt;
		padding-top: 20px;
	}
}
