@charset "utf-8";
/* CSS Document */
/* style for Kate by KyokoDemo */


/* general style
-------------------------------- */
* {
	margin: 0;
	padding: 0;
}


/* WORKSContent
-------------------------------- */
#picbox{
	width:870px;
	height:auto;
	text-align: center;
	float:left;

}
#textbox{
	width:870px;
	height:auto;
	text-align: center;
	margin-bottom: 30px;
	float:left;

}


#workscontent{
	overflow: auto;
	width: 900px;
	height: 400px;
	float:left;
}
#info{
	text-align: left;
	padding-left: 10px;
	width: 400px;
	float: right;
}

#workscontent h1{
	text-align:center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;	
	margin-bottom: 30px;
	
}
#workscontent h2{
	text-align:center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;	
	margin-bottom: 30px;
	margin-top: 30px;
	
}
#workscontent h3{
	text-align:center;
	color: #000;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: strong;

	
	
}
#workscontent h4{
	text-align:center;
	color: #000;
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	text-decoration:none;
	font-weight: normal;
	
	
}