@charset "UTF-8";

@import url("../plan/css/plan.css");
@import url("structure_test_20110816.css");

/* ======================================

 index.html
 
 Color Cordination
 Key Color: 

======================================= */

/* ======================================

 main

======================================= */

#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 .leading
{
	margin: 0 0 20px;
}
#contents .privacy li
{
	font-weight: bold;
	margin-bottom: 1em;
}
#contents .privacy ol,
#contents .privacy ul,
#contents .privacy p
{
	margin-top: 0.5em;
}
#contents .privacy * li
{
	font-weight: normal;
	margin-bottom: 0.5em;
}
#contents .privacy .decimaInParen li
{
	padding-left: 1.6em;
	text-indent: -1.6em;
}
#contents .privacy p.decimaInParen
{
	padding-left: 1.6em;
	text-indent: -1.6em;
}
#contents .contact
{
	margin: 0 0 20px;
	padding: 19px;
	border: 1px solid #ccc;
}
#contents .contact td
{
	padding-right: 2em;
	font-weight: bold;
}
#contents h4
{
	margin: 0 0 10px;
}
#contents .statement
{
	width: 880px;
}
#contents .statement th,
#contents .statement td
{
	padding: 0.5em;
	border: 1px solid #ccc;
}
#contents .statement th
{
	width: 33%;
	font-weight: bold;
}
#top_bn{
	float: left;
}

