@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

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

 temporary CSS file
 
 Color Cordination
 Key Color: 

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

#content
{
	width: 880px;
	padding: 30px;
	background: #fff;
}
#content .root
{
	float: left;
	width: 430px;
}
#content .second
{
	float: right;
	width: 430px;
}
#content .hasChild li
{
	width: 430px;
	background: url(../img/com/dotted_line_3.gif) repeat-x left bottom;
}
#content li a
{
	display: block;
	width: 410px;
	padding: 10px;
	background: url(../img/com/arrow_r.gif) no-repeat left center;
}
#content .hasChild .third
{
	width: 400px;
	margin-left: 30px;
}
#content .hasChild .third a
{
	width: 380px;
}
#content .hasChild .zexy
{
	margin-top: 10px;
	font-size: 84%;
}