body {
	background:url(img/bg.gif);
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
	color:#617081;
	visibility: visible;
	text-align:center;
	
}  
h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	top: 0px;
}  
p,li {  
    line-height:160%;  
}  
p {
	margin:0 0 1em 0;
	font-size: 90%;
}  
li {  
    list-style-type:none;  
}  
img {  
    border:0;  
}  
/* 
 Link Color [ 
----------------------------------------------------------- */  
a {  
    text-decoration:none;  
}  
a:link {  
    color:blue;  
}  
a:visited {  
    color:#0C8EF2;  
}  
a:hover {  
    text-decoration:underline;  
}  
a:active {  
    color:blue;  
}  

#page {
	width:800px;
	height:1500px;
	background:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
} 

/* 
 container 
 side [ 
----------------------------------------------------------- */  
#side {  
    float:left;  
    width:800px;
	height:31px;     
    border:1px solid #CCC;  
}
/* 
 container 
 main [ 
----------------------------------------------------------- */  
#main {
	float:left;
	width:800px;
	height: 1000px;
}  


#mainside {
	float:left;
	width:250px;
	height: 600px;
	margin-left: 5px;
}  
#sin {
	float:left;
	width:250px;
	height: 230px;
}  
#tv {
	float:left;
	width:250px;
	height: 300px;
}  

#image {
	margin-left: 260px;
	width:530px;
	height: 1000px;
	margin-top: 0px;
}  

/* 
 container 
 foot [ 
----------------------------------------------------------- */  
#foot {
	width:800px;
	text-align: center;
}  

/* 
 container 
 RSSkigi [ 
----------------------------------------------------------- */ 
   
.rss_box {
	 margin: 0;
	 width: 250px;
	 height:200px;
	 background-color: #CCCCCC;
	 border: 0px solid silver;
	 text-align: left;
}
.rss_items {
	margin-top:0px;
	padding:0px; 0px;
	margin-left:20px;
	color:#666666;
}

.rss_title {
	padding:3px;
	font-size: 10pt;
	background-color: #666666;
	color:#FFFFFF;
	font-weight:bold;
	text-align: left;
}

.rss_item  {
  font-size: 9pt;
  list-style:;
  padding-bottom:0px;
}

.rss_item a {
	color:black;
	font-size: 9pt;
	font-weight:normal;
	}
.rss_title a:visited, .rss_title a:link {
	color: white;
}	
.rss_item a:visited {
	color: black;
}

.rss_date {
	font-size: 7pt;
	color: red;
	}
