@charset "utf-8";


div.top {
	margin : 10px auto;
	height : 180px;
	width: 870px;

}


div.logo {
	float : left;
	width : 360px;
}


div#contents {
/*	height : 400px; */
	width : 850px;
/*  padding : 0px 25px 5px 25px; */
	text-align : left;
}

div.left {
	width : 200px;
	float : left;
	text-align : left;
}


ul.leftSide li {
	list-style : none;
}

div.center {
	float : left ;
}


/* The maxium width of center block must be up to 350px! */
div.info {
	width : 350px;	/* must be tha same value of width of TabbedPanel */
	text-align : left;
}


div.topicBlock {
	float : left;
}

div.topic {
 	float : left
}

ul#topic li {
	list-style : none;
}


div.right {
	float : left;
	text-align : left;
}

ul#link li{
	list-style : none;	
}

img.pad1 {
	padding-left : 54px;
}


img.pad2 {
	padding-left : 50px;
}


img.banner {
	height : 40px;
	width : 172px;
}


img.bannerL {
	height : 60px;
	width : 350px;
}


div.hello {
	width : 280px;
	height : 250px;	
	background-image : url(../images/hello_02.gif);
	background-repeat : no-repeat;
	background-position : 55px;
}


div.intro {
	float : left;
	padding-left : 120px;
	width : 600px;
}


ul.news {
	line-height : 25px;
	list-style-image : url(../images/maru_39.gif);
}


.fontColor {
	color:#FFFFFF;
}
