/* CSS Document for CHIKYU HAKKEN WEB SITE */
/* Copyright 2006 19760203.com all rights reserved. */


/*News欄
----------------------------------------------------*/
.News {
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#NewsTitle {
	font-size: 14px;
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}

/*News欄リンク設定
----------------------------------------------------*/
#NewsTitle a:link { text-decoration:none;} 
#NewsTitle a:visited { text-decoration:none;} 
#NewsTitle a:active { text-decoration:none;} 
#NewsTitle a:hover { text-decoration:none;}
/*--------------------------------------------------*/



/*現在の地球text
----------------------------------------------------*/
.status_Text {
	padding-top: 4px;
	padding-left: 10px;
}

/*メールニュースエリア
----------------------------------------------------*/
.Mail {
	background-image: url(../../common_img/top_mailBG.gif);
	text-align: center;
	padding-top: 8px;
	padding-bottom: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*カレンダーエリア
----------------------------------------------------*/
.Calender {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00276E;
	border-bottom-color: #00276E;
	border-left-color: #00276E;
}
.CalenderText{
	font-size:12px;
	margin: 3px;
}

