@charset "utf-8";
/* CSS Document */

#news{
width:740px;
margin:0 auto;
padding:20px 0;
color:#FFF;
}
#news .news_list{
float:left;
width:520px;
}
#news .event{
float:right;
width:200px;
}
#news .news_list h3{
margin-bottom:20px;
}
.event .event_common{
border:solid 1px #007bb1;
background-color:#003f67;
padding:10px;
margin-bottom:5px;
}
.event_common dl{
margin:0;
border-bottom:dotted 1px #7bcbff;
padding-bottom:5px;
}
.event_common dl dd{
margin:0;
}
.event_common dl dt{
margin:0;
color:#ffcc00;
font-weight:bold;
}
.event_common dl dt a{
color:#ffcc00;
font-weight:bold;
text-decoration:underline;
}
.event_common dl dt a:hover{
text-decoration:none;
}
.event_common p{
padding-top:5px;
}
/* news detail css */
.news_detail{
width:620px;
margin:0 auto;
color:#FFF;
padding:20px 0;
line-height:1.7;
}
.news_detail h3{
margin-bottom:10px;
}
.news_ttl{
border:solid 2px #1262ac;
margin-bottom:20px;
}
.news_ttl #ttl{
background-color:#0077c4;
padding:8px 10px;
font-weight:bold;
font-size:110%;
}
.news_ttl #date{
background-color:#003f67;
color:#ffcc00;
padding:8px 10px;
letter-spacing:1px;
}

.news_info{
min-height:300px;
padding-bottom:30px
}
*html .news_info{
height:300px;
}
.news_info a{
color:#c2fbff;
}
.news_info .pic{
margin-bottom:20px;
text-align:center;
}
.news_info .txt{
}
#btn_group{
position:relative;
}
#btn_group #priview{
position:absolute;
right:0;
}
