@charset "utf-8";

/*====================================================================

level2.css

======================================================================

	01.common elements
	02.box
	03.company
	04.staff

====================================================================*/


/*--------------------------------------------------------------------/
	01.common elements
/--------------------------------------------------------------------*/

/* h2 */
h2 {
	padding-left: 40px;
	padding-top: 20px;
	background: url(../img/h2.jpg) no-repeat 0 0;
	width: 900px;
	height: 100px;
	text-align: left;
	letter-spacing: 3px;
	color: #1436b3;
	font-size: 28px;
}

/* ‰pŒê‚Ì•”•ª */
h2 span {
	padding-left: 15px;
	color: #799bf2;
	letter-spacing: 1px;
	font-size: 10pt;
}


/* h3 h4 */

h3 {
	margin: 20px auto 15px;
	padding: 10px 10px 8px;
	border: 1px solid #dddddd;
	border-left: 4px solid #224ebb;
	background: url(../img/h3.gif) repeat-x 0 0;
	width: 585px;
	color: #224ebb;
	line-height: 1.5;
	font-size: 22px;
}
h4 {
	margin-left: 30px;
	margin-bottom: 15px;
	background: url(../img/dot.gif) repeat-x 0 100%;
	font-size: 21px;
	color: #ee8800;
}
.box h4 { margin-left: 0;}


/* -------------------------------------
   txt
--------------------------------------*/
.box {
	margin: 10px auto 40px;
	width: 595px;
	font-size: 10pt;
}

.box p {
	margin-bottom: 15px;
	margin-left: 7px;
}

.box img.right { margin-left: 15px;}
.box img.left { margin-right: 17px;}

.box img.right,
.box img.left { 
	padding: 2px;
	border: 1px solid #dddddd;
}

.box strong { color: #13adf4;}


.box:after,
.staff div:after,
.staff02 div:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ul */
.box ul {
	margin-left: 28px;
	margin-bottom: 15px;
}
.box ul li {
	list-style: url(../img/icon02.gif);
	color: #f4484c;
}


/*--------------------------------------------------------------------/
	03.company
/--------------------------------------------------------------------*/
.company img {
	padding: 3px;
	border: 1px solid #cccccc;
}
.company img.right {
	margin-left: 15px;
	margin-bottom: 10px;
}

.company table { margin-top: 10px;}
.company th,
.company td {
	padding: 6px;
	background: url(../img/dot.gif) repeat-x 0 100%;
	text-align: left;
}
.company th{
	width: 100px;
	border-right: 2px solid #edb630;
}
.company td { padding-left: 15px;}
.company td img { border: none;}

table.com02 { margin-top: 0;}
.company table.com02 th,
.company table.com02 td {
	padding: 4px;
}
.company table.com02 th{
	width: 110px;
}
.company table.com02 td { padding-left: 10px;}


/*--------------------------------------------------------------------/
	04.staff
/--------------------------------------------------------------------*/
.staff div,
.staff02 div {
	margin-bottom: 25px;
	padding: 10px 10px 10px 15px;
	border: 1px solid #dddddd;
	width: 565px;
}
*html .staff div,
*html .staff02 div,
*:first-child+html .staff div,
*:first-child+html .staff02 div  { padding-bottom: 0;}

.staff div { background-color: #fffbf5;}
.staff02 div { background-color: #f9fff0;}
.staff div img,
.staff02 div img {
	border: 1px solid #dddddd;
	padding: 3px;
}

.staff h4 {
	background: none;
	color: #e16224;
	font-size: 18px;
	margin-bottom: 5px;
}

.staff02 h4 {
	background: none;
	color: #449900;
	font-size: 18px;
	margin-bottom: 5px;
}
