@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */



/* definition_textBoxL */
.textBoxL{
	margin-right: 9px;
	margin-bottom: 20px;
	margin-left: 0;
	width: 190px;
	margin-top: 0px;
	
}
.end{
	margin-right: 0;
}

.textBoxL_in{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e77a19;
	border-bottom-color: #e77a19;
	border-left-color: #e77a19;
	width: 170px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 9em;
}

/* definition_.update */

.update {
	background-image: url(../images/list01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 7px;
}

dl {
	line-height: 1.3;
}

dt {
	float: left;
	width: 5.5em;
	clear: left;
}


dd {
	margin-left: 5.5em;
	margin-bottom: 30px;
}
