@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_textBoxL */
.textBoxL{
	width: 450px;
}


/* definition_boxVoice */
.boxVoice{
	clear: both;
	margin: 0 0 15px;
	width: 720px;
}

.boxVoice .imgBoxL{
	border-color: #AB9C95;
	border-style: solid;
	border-width: 1px;
	float: left;
	width: 133px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.boxVoice .textBoxR{
	width: 422px;	
}
