@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: 192px;
	margin-top: 0px;
}

.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-left: 10px;
	background-color: #FEE3CD;
	height: 9em;
	padding-right: 10px;

}

