/*初期設定*/
/*初期化(font-sizeに注意。winのIEでは最小値がheightなどに影響する。)*/
body,div,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;font-size:12px;text-align:left;color:#666;line-height:24px;}
body{text-align:center;}	/*IE6バグ対策*/
div{display:block;}
h1{display:inline}

/*ユーティリティ*/
#main_margin10{margin-left:10px;margin-right:10px;margin-top:24px;margin-bottom:24px;}
#main_clear{clear:both;width:0}
.hilight{font-weight:bold;}	/*ページ位置を示すため、ナビゲーションに表示されている文字列を際立たせる．logDisp内の記述と連携．*/


/*基本コラム設計*/
#main_field{width:750px;border:0px blue solid;margin:0 auto;}
#main_header{width:750px;height:220px;background-color:#fff;}
#main_leftbar{width:200px;background-color:#fff;float:left;border:0px solid;}
#main_centerbar{width:520px;background-color:#fff;float:left;border:0px solid;}
	#main_centerbar input{width:420px;height:24px;border:1px solid #aaa;font-size:12px;}
	#main_centerbar textarea{width:420px;height:240px;border:1px solid #aaa;font-size:12px;color:#666;}
/*#main_rightbar{width:50px;background-color:#aaa;float:right;border:0px solid;}*/

/*基本要素*/
span.caps{display:block;width:100px;font-size:10px;color:#000;}
#form_listDisp{border-top:1px solid #fff;border-bottom:1px solid #fff;margin-top:80px;}
	.list_index{font-size:10px;border-bottom:1px solid #fff;line-height:140%;margin-bottom:10px}
	.list_index a{text-decoration:none;}
.listDate{color:#666;}

/*ペロルのナビ*/
div#perol_nav1{width:750px;height:120px;background-color:#fff}
div#perol_nav2{width:750px;height:100px;}

