﻿@charset "utf-8";
/* CSS Document */

#club_body {
padding:0px 10px 0px 0px;
}

#club_body #top_area {
text-align:center;
margin-bottom:30px;
}
#club_body #top_area img {
display:inline;
}

#club_body .topics_box {
width:710px;
margin:0 10px 30px 10px;
}
#club_body .topics_box .topics_img {
float:left;
margin-right:20px;
}
#club_body .topics_box .topics_txt {
float:left;
width:630px;
}

#club_body .club_info_box {
border:1px solid #ccc;
width:730px;
padding-bottom:30px;
margin-bottom:20px;
}

#club_body .club_info_txt{
margin:20px auto;
text-align:center;
}

#club_body .club_info_txt img {
margin:10px auto;
text-align:center;
}

#club_body table.contactbox td{background:#fff!important;}