@charset "utf-8";

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper{
	width:600px;
	margin:0 auto;
}


h3{
	font-size:22px;
	color:#343434;
	text-align:center;
}

.text_box{
	width:600px;
	font-size:14px;
	margin:0px auto;
}


dl{  
   	width:600px;
	margin:0px auto;
	padding:20px 0;
}

dt{
	font-size : 14px;
	margin-top: 2px;
	padding:10px 6px 8px 15px;
	color: black;
	
	background-color:#F5F5DC;
	
	border-top:1px solid #F5F5F5;
	border-left:1px solid #F5F5F5;
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dd{  
	font-size : 14px;
	line-height : 1.2;    
	margin-bottom : 5px;    	
	padding : 10px 10px ;
}

#copyright{
	font-size:13px;
	text-align:center;
}