@charset "utf-8";
/**
 * index.css
 */


/* layout
--------------------------------------------------*/

 /* body contents */
	#copy li{
	text-align:center;
	letter-spacing:2px;
	}
	
	.caption01{
	font-size:28px;
	line-height:1.6;
	}
	
	.caption02{
	font-size:16px;
	line-height:1.6;
	margin-top:10px;
	}
	
	.text{
	font-size:13px;
	line-height:3.5;
	margin-top:40px;
	color:#333333;
	}
	
	hr{
	height: 0;
  	margin: 0;
  	padding: 0;
  	border: 0;
	border-top:1px  dashed #ddd;
	margin-top:50px;
	margin-bottom:50px;
	}
	
	
