@charset "UTF-8";

/* /////////////////////////////////////////

T.S.Networks 2010/01 StyleSheet Version1.0

///////////////////////////////////////// */


/* ---------------------------------------------------------
			mainVisual
--------------------------------------------------------- */
#mainVisual {
	background:#bde7f3;
	height:380px;
	background:url(../images/main_bg.gif) repeat-x;
}


/* ---------------------------------------------------------
			leftBox,rightBox
--------------------------------------------------------- */
.leftBox {
	float: left;
	width: 610px;
}
.rightBox {
	float: right;
	width: 210px;
}


/* ---------------------------------------------------------
			news
--------------------------------------------------------- */
#newsTitle{
	border-bottom:1px dotted #000000;
	width:610px;
	padding:0 0 7px 0;
	margin:30px 0 0 0;
}
.news{
	width:610px;
}
.news th{
	width: 93px;
	border-bottom:2px solid #a2a2a2;
	text-align:left;
	padding:5px;
	font-weight:normal;
	font-size:75%;
}
.news td {
	border-bottom:1px solid #c2c2c2;
	text-align: left;
	padding:5px 5px 5px 20px;
}



/* ---------------------------------------------------------
			bannerArea
--------------------------------------------------------- */
#bannerArea{
	margin:30px 0 0 0;
}

.more{
	font-size:80%;
	float:right;
	margin:5px 0;
	padding:0 0 0 13px;
	line-height:1.4;
}


