@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	padding:0px;
	text-align:center; 
	background-color: #000;
	background-image: url(images/bg.gif);
}
img {
	border: 0px none;
}
#wrapper {
	width: 853px;
	margin:auto;
	padding:0px;
	text-align:center; 
}
#head {
	height: 85px;
	width: 853px;
	margin-top:10px;
	text-align:left; 
}
h1 {
	text-align:right; 
	height: 28px;
	width: 853px;
}
em {
	visibility: hidden;
}


/* navi */
#navi {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 870px;
	height: 47px;
	overflow: hidden;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 47px;
}
#bt01 {
	background: url(images/bta_01.gif) no-repeat left top;
	height: 47px;
	width: 140px;
	overflow: hidden;
}
#navi #bt01 a:hover {
	background: url(images/btb_01.gif) no-repeat left top;
	height: 47px;
	width: 140px;
	overflow: hidden;
}
#navi #bt02 {
	background: url(images/bta_02.gif) no-repeat left top;
	height: 47px;
	width: 187px;
	overflow: hidden;
}
#navi #bt02 a:hover {
	background: url(images/btb_02.gif) no-repeat left top;
	height: 47px;
	width: 187px;
	overflow: hidden;
}
#navi #bt03 {
	background: url(images/bta_03.gif) no-repeat left top;
	height: 47px;
	width: 211px;
	overflow: hidden;
}
#navi #bt03 a:hover {
	background: url(images/btb_03.gif) no-repeat left top;
	height: 47px;
	width: 211px;
	overflow: hidden;
}
#navi #bt04 {
	background: url(images/bta_04.gif) no-repeat left top;
	height: 47px;
	width: 182px;
	overflow: hidden;
}
#navi #bt04 a:hover {
	background: url(images/btb_04.gif) no-repeat left top;
	height: 47px;
	width: 182px;
	overflow: hidden;
}
#navi #bt05 {
	background: url(images/bta_05.gif) no-repeat left top;
	height: 47px;
	width: 133px;
	overflow: hidden;
}
#navi #bt05 a:hover {
	background: url(images/btb_05.gif) no-repeat left top;
	height: 47px;
	width: 133px;
	overflow: hidden;
}
#navi  a {
	display: block;
	height: 67px;
}
/* ---------------------- contents------------------- */
#contents{
  width: 853px;
  margin: 0px auto;
  overflow: hidden;
  text-align : center; 
}
/* ---------------------- TOP left ---------------------- */
#top_left{
  width: 530px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  text-align : left;
  float: left;
}

/* ---------------------- TOP right ---------------------- */
#top_right{
  width: 320px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  text-align : left;
  background: url(images/right_bg.gif) no-repeat left top;
  float: left;
}
ul.sbta{
  margin: 110px 0px 0px 100px;
  padding: 0px;
  list-style: none;
}

/* ---------------------- 2nd right ---------------------- */
#sec_right{
  width: 853px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  background: url(images/sec_right_bg.gif) no-repeat left top;
  text-align : left;
}
ul.sbta_2nd{
  margin: 50px 0px 0px 650px;
  padding: 0px;
  list-style: none;
}
/* ---------------------- blog ------------------- */
.blog{
  width: 500px;
  padding: 5px 0px 0px 0px;
  margin: 5px 0px 0px 0px;
  text-align : left;
  display:block;
}
/* ------------
ul.rss_list{
  margin: 10px 0px 10px 0px;
  padding: 0px;
  list-style: none;
}
ul.rss_list li{
  width: 510px;
  font-size: 12px;
  color: #000;
  margin: 0px 0px 0px 5px;
  padding: 5px 0px 10px 0px;
  background: url(images/bloglist.gif) repeat-x left top;
}
----------- */
ul.rss-items{
  margin: 10px 0px 0px 0px;
  padding: 0;
  list-style: none;
}
ul.rss-items li{
  font-size: 12px;
  height:20px;
}
.rss-item a{
  color: #FFF;
  text-decoration: none;
}
.rss-item a:hover{
  color: #F00;
  text-decoration: underline; 
}
.rss-date{
  color: #FFF;
  font-size: 12px;
  width: 110px;
  height:14px;
  display:block;
  overflow:hidden;
  margin: 0px 0px 0px 15px;
  margin-bottom:12px;
  float:left;
}
.rss-tit{
  width: 360px;
  height:14px;
  display:block;
  overflow:hidden;
  margin: 0px 0px 0px 15px;
  margin-bottom:12px;
  float:left;
}


br.clear{
  clear: both;
}