@charset "utf-8";

/* ===================================================================
CSS information

 file name  :null.css
 author     :FM MIYAZAKI
 style info :新規cssファイル作成用
 
 ■このスタイルシートの詳細
 
=================================================================== */

p {
}
p.tit {
	background:#333333;
	color:#FFFFFF;
	margin-bottom:0px !important;
}
div.entryArea {
	width:600px;
	height:auto !important;
	margin:0 auto;
	padding-top:10px;
}
div.entryArea p {
	margin-bottom:15px;
	padding:5px;
}
div.entryArea div#faq {
	width:100%;
	height:400px;
	margin-bottom:5px;
	overflow-x:hidden;
	overflow-y:scroll;
}
img.areaImg {
	width:600px !important;
	height:400px !important;
	display:block !important;
	margin-bottom:10px;
}
