@charset "utf-8";
/*********************************************
**    Copyright (c) 2009 .
**                  All Rights Reserved.
**********************************************/


/* Bloglist ( Bloglist : campuslife/bloglist.html)
-------------------------------------------------------------------------------------------------*/
.Bloglist h1,h2 {
	margin-bottom: 16px;
}

	.Bloglist div.SectionList {
		margin-bottom: 24px;
	}
	.Bloglist div.Last {
		margin-bottom: 48px;
	}
	
	.Bloglist div.Left {
		float: left;
	}
	.Bloglist div.Right {
		float: right;
	}
	
	.Bloglist dl.Blogbox {
		width: 328px;
	}
		.Bloglist dl.Blogbox dt {
			float:left;
		}
		.Bloglist dl.Blogbox dd {
			float:right;
		}
		.Bloglist dl.Blogbox dd.BlogTT {
			margin-bottom: 8px;
		}
