@charset "UTF-8";

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

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

 index.html
 
 Color Cordination
 Key Color: 

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

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

 main

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

.planlist .plan
{
	margin: 0 0 10px;
	padding: 15px;
	border: 1px solid #ccc;
}
.planlist .plan h3
{
	margin: 0 0 10px;
	padding: 0.25em;
	background: #e6e6e6;
	color: #9c2f3d;
	font-size: 116%;
}
.planlist .plan h3 a
{
	padding-left: 15px;
	background: url(../img/arrow_r_000.gif) no-repeat 3px 50%;
}
.planlist .plan .image
{
	float: left;
	width: 130px;
}
.planlist .plan .image img
{
	border: 1px solid #ccc;
}
.planlist .plan .notes
{
	float: right;
	width: 415px;
}
.planlist .plan .notes p
{
	margin: 0 0 1em;
}
.planlist .plan .notes .more p
{
	font-weight: bold;
}
.planlist .plan .notes .button
{
	margin: 0;
	text-align: right;
}