@charset "UTF-8";

*{margin: 0;
	padding: 0;}
	
body {
	background: #fff url(/img/body-back.gif) repeat-y center top;
	color: #333;
	font-size: 10px;
	_font-size: 62.5%;/*IE6*/
	font-family: "メイリオ","Meiryo", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
}
	
img{border:0;}	

p{font-size:1.2em;
line-height:1.5;}


/*基本リンク設定*/
a,
area{outline: 0 transparent;color: #ab0404;text-decoration: none; outline-style:none;}
/*a:visited{color:#5D0101;}*/
a:hover{}
a:active{color:#000000;}



address{/*footer*/
	font-style: normal;
	background: url(/img/address-back.png) repeat-x;
padding:10px;}


h4{/*記事title*/ 
font-size:1.4em;border-bottom: 1px dotted #666666;margin-bottom:10px;}

h5{/*cat-top一覧用*/
	font-size:1.4em;
	color: #FFFFFF;
	padding:6px 0 5px 13px;
	margin-bottom:10px;
	background: url(/img/h5-back.png) no-repeat left top;
}

.cat-title{
	font-size:1.2em;
	margin-bottom:20px;
	font-weight: bold;
	color: #000000;
}

.kekka{/*検索結果画面*/
	font-size:1.4em;
	margin-bottom:20px;
	color: #999933;
}
.txt14{font-size:1.4em;}
