@charset "utf-8";

/**********************************************************************
* T.RAD NEWS STYLE
* create: 2007/4/27
* update: 2011/12/22
**********************************************************************/

/*
* TOC
*
===================================
 01. SHARED
		a. HEADER(h3)
===================================
 02. INDEX
		a. INDEX MENU
===================================
 03. NEWS
		a. ARTICLES
===================================
 04. CHANGE
		a. TABLE
		b. CHANGE12
===================================
 05. 110318
		a. CONTENT BODY
===================================
*/

/* HEADER(h3)
**********************************************************************/
body.news-2011 #content-body h3 {
  background: #fff url(/news/images/h3_bg_news_2011.gif) top right no-repeat;
}

body.news-2010 #content-body h3 {
  background: #fff url(/news/images/h3_bg_news_2010.gif) top right no-repeat;
}

body.news-2009 #content-body h3 {
  background: #fff url(/news/images/h3_bg_news_2009.gif) top right no-repeat;
}

body.news-2008 #content-body h3 {
	background: #fff url(/news/images/h3_bg_news_2008.gif) top right no-repeat;
}

body.news-2007 #content-body h3 {
	background: #fff url(/news/images/h3_bg_news_2007.gif) top right no-repeat;
}

body.news-2006 #content-body h3 {
	background: #fff url(/news/images/h3_bg_news_2006.gif) top right no-repeat;
}

/* INDEX PAGE STYLE
**********************************************************************/

/* INDEX MENU
---------------------------------------------------------------------*/
#index-menu div.news-2011 {
  float: left;
  background: #fff url(/news/images/index_menu_bg_dl_2011.gif) 0 0 no-repeat;
}

#index-menu div.news-2010 {
  float: right;
  background: #fff url(/news/images/index_menu_bg_dl_2010.gif) 0 0 no-repeat;
}

#index-menu div.news-2009 {
  float: left;
  background: #fff url(/news/images/index_menu_bg_dl_2009.gif) 0 0 no-repeat;
}

#index-menu div.news-2008 {
	float: right;
	background: #fff url(/news/images/index_menu_bg_dl_2008.gif) 0 0 no-repeat;
}

#index-menu div.news-2007 {
	float: left;
	background: #fff url(/news/images/index_menu_bg_dl_2007.gif) 0 0 no-repeat;
}

#index-menu div.news-2006 {
	float: right;
	background: #fff url(/news/images/index_menu_bg_dl_2006.gif) 0 0 no-repeat;
}

/* ARTICLE PAGE STYLE
**********************************************************************/

/* ARTICLES
---------------------------------------------------------------------*/
#articles table {
	width: 100%;
}

#articles th {
	width: 8em;
	margin: 0;
	padding: .7em 0 .7em 15px;
	border-bottom: 1px solid #eee;
	background: #fff url(/images/shared/marker_1.gif) 0 1em no-repeat;
	vertical-align: top;
}

#articles td {
	margin: 0;
	padding: .7em 0;
	border-bottom: 1px solid #eee;
	background: #fff;
}

#articles ul {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}

#articles a, #articles a:visited {
	padding: 3px 0;
	color: #005ab3;
	text-decoration: underline;
}

#articles a.pdf {
	margin-right: 3px;
	padding: 3px 19px 3px 0;
	background: #fff url(/images/shared/pdf_icon.gif) right .3em no-repeat;
}

/*///////// STAR HACK //////////*/
* html #articles a.pdf {
	background: #fff url(/images/shared/pdf_icon.gif) right .1em no-repeat;
}

#articles a:hover {
	text-decoration: none;
}

/* CHANGE PAGE STYLE
**********************************************************************/

/* TABLE
---------------------------------------------------------------------*/
table.directors_change .itemlist-caption th,
table.directors_change .itemlist-caption td {
  color: #fff;
	background: #025cae;
}

table.directors_change .directors_vocation_title {
	width: 33%;
	text-align: center;
}

table.directors_change .directors_vocation {
	width: 33%;
}

table.directors_change td {
	width: 44%;
}

table.directors_change .directors_name {
	text-align: center;
	width: 20%;
}

/* CHANGE201112
---------------------------------------------------------------------*/
table.directors_change .directors_vocation_title_201112 {
	width: 40%;
	text-align: center;
}

table.directors_change .directors_vocation_201112 {
	width: 40%;
}

table.directors_change .td_201112 {
	width: 40%;
}

table.directors_change .directors_name_201112 {
	text-align: center;
	width: 16%;
}

/* 20110318 PAGE STYLE
**********************************************************************/

/* CONTENT BODY
---------------------------------------------------------------------*/
div.news-20110318-date {
	width: 100%;
	text-align: right;
	margin-bottom: 1em;
}

#news-20110318-h4 {
	margin-top: 2em;
	width: 100%;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

div.news-20110318-title {
	width: 100%;
	text-align: center;
}

div.news-20110318-h5 {
	margin-top: 1em;
	font-size: 110%;
	font-weight: bold;
}

p.news-20110318-li {
	margin-left: 0.5em;
	margin-bottom: 2em;
}


