@charset "utf-8";
/* CSS Document */

.news_list{
float:left;
width:536px;
}
.event_list{
float:right;
width:252px;
}
.news_list h3{
margin-bottom:20px;
}
.for_event{
background-color:f7fbfd;
border:solid 1px #e2e2e2;
border-width:1px 0 1px 1px;
}
.event_common{
border:solid 1px #e2e2e2;
margin:10px;
}
.event_title{
background-color:#b6e2fc;
font-weight:bold;
padding:6px 12px;
font-size:110%;
}

.event_common dl{
margin:0;
margin-bottom:3px;
clear:both;
}

.event_common dl dd{
float:right;
width:142px;
margin:0;
}
.event_common dl dt{
font-weight:bold;
float:left;
width:60px;
}
.for_postion{
margin:10px;
}
.for_tbl{
padding-left:20px;
}
/*
.news_tbl th{
border-bottom:solid 1px #ff8a00;
vertical-align:top;
text-align:left;
width:25%;
padding:10px 5px;
}
.news_tbl th.first{
border:solid 1px #ff8a00;
border-width:1px 0 1px 0;
}
.news_tbl td{
border-bottom:solid 1px #d8d8d8;
vertical-align:top;
text-align:left;
padding:10px 5px;
}
.news_tbl td.first{
border:solid 1px #d8d8d8;
border-width:1px 0 1px 0;
}
*/
.news_tbl{
background:url(../../news/images/tbl_bg.gif) no-repeat left top;
}
.news_tbl th{
border-bottom:solid 1px #ff8a00;
vertical-align:top;
text-align:left;
width:119px;
padding:10px 5px;
}
.news_tbl td{
border-bottom:solid 1px #d8d8d8;
vertical-align:top;
text-align:left;
padding:10px 5px;
}

.tbl_box{
padding-top:1px;
background:url(recruit_tbl_bg.gif) no-repeat left top;
}

.recruit_tbl th{
width:107px;
padding:10px;
background:url(recruit_tbl_th_bg.gif) no-repeat left bottom;
border-bottom:#FFF 5px solid;
}

.recruit_tbl td{
padding:10px;
background:url(recruit_tbl_td_bg.gif) no-repeat left bottom;
border-bottom:#FFF 5px solid;
}
/* news index css end */
/* news detail css start */
.news_detail h3{
margin-bottom:20px;
}
.detail_postion{
width:600px;
margin:0 auto;
}
.detail_news_ttl{
background-color:#f5f5f5;
border:solid 1px #e2e2e2;
color:#00679e;
padding:10px;
margin-bottom:20px;
}
.detail_news_ttl p{
font-weight:bold;
font-size:120%;
}
.news_contents{
padding:20px 0 60px 0;
}
.news_pic01{
float:left;
width:290px;
}
.news_pic02{
float:right;
width:290px;
}
.news_txt p{
margin-top:20px;
text-indent:2em;
}
.btn_group{
position:relative;
}
#preview_btn{
position:absolute;
right:0;
}