@charset "utf-8";

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

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

@import "module/default.css";


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

/* definition_imgBoxMain */
.imgBoxMain{
	width: 710px;
}

.imgBoxMain img{
	margin: 0 0 1px;
}

/* definition_boxAccess */
#boxAccess{
	background-image: url(../../access/images/box_access_line.gif);
	background-position: center top;
	background-repeat: repeat-y;
	padding: 0 0 5px;
	width: 710px;
}

#boxAccess .innerBoxL{
	float: left;
	width: 350px;
}

#boxAccess .innerBoxR{
	float: right;
	width: 335px;
}

#boxAccess ul{
	margin: 0 0 0 10px;
}

#boxAccess ul li{
	line-height: 1.3;
	list-style-type: square;
	margin: 0 0 10px 20px;
}

#boxAccess .innerBoxR address{
	line-height: 1.3;
}










