@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_.graphL */
.graphL{
	float: left;
	margin: 0 0 105px;
	padding: 0;
}

/* definition_.graphR */
.graphR{
	float: right;
	margin: 0 0 105px;
	padding: 0;
}

/* definition_container1 */
.container1{
	background-image: url(../../student/images/bg_container_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	clear: both;
	margin: 0 0 20px;
	width: 710px;
}

.container1 .innerBox{
	background-image: url(../../student/images/bg_container_top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 28px 19px 28px 16px;
	width: 675px;
}

.container1 .imgBoxL{
	border-width: 0;
	width: 236px;
}

.container1 .textBoxR{
	width: 430px;
}

.container1 .textBoxR dl{
	background-image: url(../../student/images/line_dotted.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 10px;
	padding: 0 5px 12px;
}

.container1 .textBoxR dt{
	float: left;
	font-size: smaller;
}

.container1 .textBoxR dt img{
	padding: 0 7px 0 0;
	vertical-align: middle;
}

.container1 .textBoxR dd{
	float: right;
	padding: 3px 0 0;
}

.container1 .textBoxR p{
	margin: 0;
	padding: 0 10px;
}











