/*-----Sunny's　date2007.5-----*/

/*---------------------------＜＜BASIC＞＞-----------------------*/
body {  
	background-color: #7A070B;
	padding: 0px;
	margin: 0px;
	
}
	
#base {  
	background-color: #B1030A;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 800px;
	font-size: 77%;
	line-height: 135%;	
}	
	
#space {  
	width: 1px;
	background-color: #7A070B;

}
#space02 {  
	width: 2px;
	background-color: #7A070B;

}
#center {  
	width: 666px;
	background-color: #B1030A;
	text-align:center;
}
.centering {  
	text-align:center;
}
img {  
	border: 0px none;
}

h1,h2,h3,h4,h5,h6 {  
	margin: 0;
	padding: 0;
}
/*----------------TOP指定----------------*/
#right {  
	padding: 0px;
	margin: 0px;
	width: 550px;
	text-align:center;	
	
}	
	
#left {  
	padding: 0px;
	margin: 0px;
	width: 259px;
	text-align:center;	
	
}	

.new {  
	margin: 0px;
	float: left;
	width: 514px;
	background-color: #FFF7DF;
	text-align: center;
}
.new-txt {  
	font-weight: nomal;
	text-align: left;
	color: #B1030A;
	line-height: 130%;
	margin: 10px 10px 10px 10px;
}
.new-date {  
	font-weight: nomal;
	text-align: left;
	color: #B1030A;
	line-height: 130%;
	width: 480px;
	margin: 10px 0px 0px 5px;
	font-weight: bold;
}
/*----------------TOPリンクの指定----------------*/
A.link-t:link {  
	color : maroon; text-decoration: none;
}

a.link-t:hover {  
	color: #FF333B; text-decoration: underline;
}

a.link-t:visited {  
	color: #9e6702; text-decoration: none;
}

a.link-t:active {  
	color: #FF9900; text-decoration: underline;
}
	
	/*----------------リンクの指定----------------*/
a:link {  
	color: #ffffff; text-decoration: none;
}

a:hover {  
	color: #FFE244; text-decoration: underline;
}

a:visited {  
	color: #FFE244; text-decoration: none;
}

a:active {  
	color: #ffffff; text-decoration: underline;
}

/*----------------フォントの指定----------------*/

.f-small {  
	font-size: 92%;
	line-height: 120%;
}
.f14 {  
	font-size: 110%;
	line-height: 135%;
}
.f-red {  
	font-size: 95%;
	color: #B1030A;
	text-align: center;
	width: 90px;
	
}
.t-red {  
	color: #B1030A;
	text-align: left;	
}
.f-bk {  
	color: #000000;
	text-align: left;	
}
/*---------------------------------＜＜共通使用クラス＞＞--------------------------------*/
.f_center{
	float: center;
	}
.margin-2{  
	margin-left: 2px;
}

.echooff {  
	display:none;
}
.f-left {  
	float: left;

}
.f-right {  
	float: right;
}
.clear {  
	clear: both;
}
.t-center {  
	text-align: center;
}
.t-left {  
	text-align: left;
}
.t-right {  
	text-align: right;
}


/* 上マージン */
.top05 {  
	margin-top: 5px;
}

.top10 {  
	margin-top: 10px;
}

.top15 {  
	margin-top: 15px;
}

.top20 {  
	margin-top: 20px;
}
.top23 {  
	margin-top: 23px;
}

/* 左側のマージン */

.left05 {  
	margin-left: 5px;
}

.left08 {  
	margin-left: 8px;
}

.left10 {  
	margin-left: 10px;
}

.left15 {  
	margin-left: 15px;
}

.left20 {  
	margin-right: 20px;
}
/* 右側のマージン */

.right05 {  
	margin-right: 5px;
}

.right08 {  
	margin-right: 8px;
}

.right10 {  
	margin-right: 10px;
}

.right15 {  
	margin-right: 15px;
}

.right20 {  
	margin-right: 20px;
}
/* 下のマージン */
.bottom03 {  
	margin-bottom: 3px;
}
.bottom05 {  
	margin-bottom: 5px;
}

.bottom08 {  
	margin-bottom: 8px;
}

.bottom10 {  
	margin-bottom: 10px;
}

.bottom15 {  
	margin-bottom: 15px;
}

.bottom20 {  
	margin-bottom: 20px;
}
.bottom25 {  
	margin-bottom: 25px;
}

.copyright {  
	background-color: #7A070B;
	height: 50px;
	width: 800px;
	text-align: center;
}
