@charset "UTF-8";

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

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

 temporary CSS file
 
 Color Cordination
 Key Color: 

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

#main
{
	padding: 10px 20px 20px;
}

#contents
{
	float: none;
	width: 880px;
}
#contents .container 
{
	margin: 0 0 15px;
}
#contents .container h2
{
	margin: 0 0 9px;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}
#contents .container .wrapper
{
	padding: 9px;
	border: 1px solid #ccc;
}

#contents .root
{
	float: left;
	width: 430px;
}
#contents .second
{
	float: right;
	width: 430px;
}
#contents .hasChild li
{
	width: 430px;
	border-bottom: 1px solid #ccc;
}
#contents li a
{
	display: block;
	width: 410px;
	padding: 10px;
	background: url(../img/com/arrow_r_000.gif) no-repeat left center;
}
#contents li a:hover
{
	background-color: #fee;
}
#contents .hasChild .third
{
	width: 400px;
	margin-left: 30px;
}
#contents .hasChild .third a
{
	width: 380px;
}
