@charset "utf-8";

html{
	height: 100%;
}

body {
	background:#000000;
	width:100%;
	height:100%;
}

#container{
	position:relative;
	height:1068px;
	min-width:1000px;
	height: 1530px;
	overflow:hidden;
	text-align:center;
	background-image:url(../img/common/bg_pattern.jpg);
	background-repeat:repeat;
	background-size: 26px 26px;
	background-position: top center;
	background-color:#ffffff;
	padding:10px 10px 190px;
}

/*------------------
contents
------------------*/

.pagetitle{
	position:absolute;	
	left: 32px;
	top: 45px;
}

#contents{
	position:relative;
	width: 1000px;
	margin: 0 auto;
	
}

#contents_profile{
	position:absolute;	
	width:800px;
	height:1000px;
	top:130px;
	right:0;
	left:0;
	margin:0 auto;
}

/*----------introduce----------*/

.introduce{
	width:800px;
	height:288px;
	margin-bottom:120px;
	
}

.introduce img{
	float:left;	

}

.explain{
	width:636px;
	float:right;
	color:#8f8f8f;
	font-size:12px;
	line-height:28px;
	text-align:left;
}

/*----------skill----------*/

.skill{
	width:800px;
	height:288px;
	margin-bottom:120px;
}

.skill img{
	float:right;	

}

.explain2{
	width:471px;
	float:left;
	color:#8f8f8f;
	font-size:12px;
	line-height:28px;
	text-align:left;
}

.skillbar{
	position:relative;		
	
}

.shortexplain{
	position:absolute;	
	top:-3px;
	left:140px;
	
}

/*----------favorite----------*/

.favorite{
	width:800px;
	height:250px;
}

.favorite img{
	float:right;	

}

.explain3{
	width:334px;
	float:left;
	color:#8f8f8f;
	font-size:12px;
	line-height:28px;
	text-align:left;

}
