/* CSS Document 2006.02.19 */



/* text */

body {
	font-size: 12px;
	line-height: 18px;
	color: #262626;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../images/background_01.gif");
	background-position: center center;
}
a:link {
	text-decoration: none;
	color: #6666FF;
}
a:visited {
	text-decoration: none;
	color: #6666FF;
}
a:hover {
	text-decoration: none;
	color: #3333FF;
}
a:active {
	text-decoration: none;
	color: #6666FF;
}
.headline_01 {
	font-size: 16px;
	line-height: 18px;
	color: #4C4C4C;
	font-weight: bold;
}
.headline_02 {
	font-size: 14px;
	line-height: 18px;
	color: #4C4C4C;
	font-weight: bold;
}
.caption_01 {
	font-size: 10px;
	line-height: 14px;
	color: #4C4C4C;
}
.caption_02 {
	font-size: 8px;
	line-height: 12px;
	color: #4C4C4C;
}
.code_01 {
	font-size: 12px;
	line-height: 18px;
	color: #4C4C4C;
}


/* layout */

.margin_top_05px{
	margin: 5px 0px 0px 0px;
}
.margin_top_10px{
	margin: 10px 0px 0px 0px;
}
.margin_bottom_10px{
	margin: 0px 0px 10px 0px;
}
.margin_left_10px{
	margin: 0px 0px 0px 10px;
}
.margin_right_10px{
	margin: 0px 10px 0px 0px;
}
.text_align_left{
	text-align: left;
}
.text_align_center{
	text-align: center;
}
.text_align_right{
	text-align: right;
}
.vertical_align_top{
	vertical-align: top;
}
.vertical_align_middle{
	vertical-align: middle;
}
.vertical_align_bottom{
	vertical-align: bottom;
}
.height_10px {
	line-height: 10px;
}
.height_12px {
	line-height: 12px;
}
.height_14px {
	line-height: 14px;
}
.height_16px {
	line-height: 16px;
}
.height_18px {
	line-height: 18px;
}
.height_20px {
	line-height: 20px;
}
.height_22px {
	line-height: 22px;
}
.height_24px {
	line-height: 24px;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}



/* color */

.color_gray{
	color: #999999;
}
.color_orange{
	color: #EC5F00;
}
.color_pink{
	color: #F65389;
}
.color_blue{
	color: #8677DA;
}

/*   TopicsArea   */
#TopicsArea{
  width: 722px;
  background: url(../img/decoration/topics_bottom.gif) no-repeat left bottom;
  margin: 0 auto 20px;
}
    #TopicsArea .TopicsBlock{
      background: url(../img/decoration/topics_top.gif) no-repeat left top;
      padding: 40px 15px 10px;
    }
        #TopicsArea .TopicsBlock .BasicTable{
          width: 100%;
          border-collapse: collapse;
          border-spacing: 0;
        }
            #TopicsArea .TopicsBlock .BasicTable td.Date{ width: 10%; }
            #TopicsArea .TopicsBlock .BasicTable td.Genre{
              width: 10%;
              color: #b96214;
              text-align: center;
            }
            #TopicsArea .TopicsBlock .BasicTable td.Title{ width: 80%; }
                #TopicsArea .TopicsBlock .BasicTable td.Title a{
                  background: url(../img/icon/cursor.gif) no-repeat 0 0;
                  padding: 2px 16px;
                }
        #TopicsArea .TopicsBlock .LinkText{
          margin: 0;
          text-align: right;
          font-weight: bold;
        }
