@charset "UTF-8";



/* --------------------------------
	タイトル
-------------------------------- */

h1 { text-align:center; }



/* --------------------------------
	一覧
-------------------------------- */

div#list { margin:0 auto 0 auto; padding:0 0 10px 0; width:790px; background:url(../../common/img/article_bg_b.gif) no-repeat left bottom; }
div#list_bg { padding:10px 0 0 0; background:url(../../common/img/article_bg_t_01.gif) no-repeat; }
div#list_bg_bg { padding:30px 50px 40px 50px; min-height:261px; background:#fff url(../../common/img/article_bg_t_01.gif) no-repeat 0 -10px; }
* html div#list_bg_bg { height:261px; }/* IE 6 以前 */

div#list dl { padding:10px 0 11px 0; background:url(../../common/img/dt_h_02.gif) repeat-x left bottom; }
div#list dl dt,
div#list dl dd { float:left; }
div#list dl dt { padding-left:7px; width:95px; color:#3790e2; }
div#list dl dd { padding-right:7px; width:581px; }







