@charset "utf-8";

/*-----------------------------------背景設定*/
body{background:url(../images/common/next_bg.jpg) repeat-x;}

/*-----------------------------------ナビ　オン設定*/
#navRecruit a { background-position: -960px -41px; }

/*-----------------------------------メインコンテンツ*/
#contents #main #com_tbl{width:700px; margin:20px auto;}
#contents #main #com_tbl dt{float:left;width:200px;margin:0;padding:0;line-height:30px; border-top:#FF9900 1px dashed; text-indent:10px;}
#contents #main #com_tbl dd{ padding:0; margin-left:200px; display:block; line-height:30px; border-top:#FF9900 1px dashed;}

#contents #main .message-title{margin-top: 50px; border-top: 1px #ffa500 dashed; border-bottom: 1px dashed #ffa500; height: 40px; padding-top: 20px;}
#contents #main .message-title p{margin-left: 20px; margin-bottom: 0px; font-size: large; font-weight: bold;}

#contents #main .message-body{margin: 20px 0px 50px 50px;}

/*-----------------------------------リスト（番号：数字オレンジ）*/
.com_list01{ width:700px; margin:0 auto;}
.com_list01 ol{ margin-bottom:20px;}
.com_list01 li{list-style:decimal inside;padding:0;margin-bottom: 10px;color:#FF9900;font-weight:bold;}
.com_list01 span{color:#666; font-weight:normal;}
dd a{color:blue;text-decoration:underline;}