@charset "utf-8";

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

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

@import "module/default.css";


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

body{
	background-color: #FFF;
	color: #656363;
}

/* definition_#mainImg */
#mainImg{
	margin: 0 0 35px;
	width: 656px;
}

/* definition_#boxSupport */
#boxSupport{
	background-image: url(../images/border01.gif);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 0 25px;
	width: 656px;
}

#boxSupport .innerBoxL{
	float: left;
	padding: 0 12px;
	width: 304px;
}

#boxSupport .innerBoxR{
	float: right;
	padding: 0 12px;
	width: 304px;
}

#boxSupport .innerBoxLB{
	background-image: url(../images/border02.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	float: left;
	margin: 0 0 10px;
	padding: 0 12px 15px;
	width: 304px;
}

#boxSupport .innerBoxRB{
	background-image: url(../images/border02.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	float: right;
	margin: 0 0 10px;
	padding: 0 12px 15px;
	width: 304px;
}

#boxSupport h4{
	margin: 0 0 5px;
}

#boxSupport p{
	margin: 10px 0;
}

/* definition_#whatsnew */
#whatsnew{
	margin: 0 0 20px 10px;
}

#whatsnew li{
	background-image: url(../images/ic_arrow01.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}

#whatsnew li span{
	padding: 0 20px 0 0;
}


/* definition_.motto */
p.motto{
	margin: 15px 10px;
}

ul.motto{
	background-image: url(../images/bg_motto.gif);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	height: 290px;
	margin: 0;
	padding: 25px 25px 10px;
	width: 606px;
}

ul.motto li{
	margin: 0 0 15px;
}

/* definition_.imgBoxL */
.imgBoxL{
	border-width: 0;
	width: 388px;
}

.imgBoxL img{
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}

/* definition_.textBoxR */
.textBoxR{
	padding: 35px 0 0;
	width: 245px;
}

.textBoxR address{
	line-height: 1.5;
}

.textBoxR address strong{
	font-weight: bold;
}








