body {
color: #151515;
font-size: small;
line-height: 1.4em;
background-color: #efefef;
}

br.clear {
	clear: both;
	}

img {
	border: 0px;
}

/* --- 全体のリンクテキスト --- */
a:link {color: #0000FF; text-decoration: none;}
a:visited {color: #800080; text-decoration: none;}
a:active {color: #0a0a0a; text-decoration: underline;}
a:hover {color: #0a0a0a; text-decoration: underline;
position: relative; 
top: 0px; 
left: 0px;
text-decoration: underline; 
} 




/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:850px;
	text-align:left;
}

/*ヘッダー（ページタイトル）*/
div.header {
 width:100%;
 clear:left;
}

div.header img {
float: left;
margin: 0px 10px 0px 0px; 
}


img.bana {
vertical-align: -50px; 

}





/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

div.footer img {
float: right;
margin: 0px 0px 0px 0px;
}





#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}






