@charset "utf-8";

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

	Title: plan.css
	Created: 2009-6-21
	Created: 2009-6-22
	
=========================================================== */
/*
	
	section
	
=========================================================== */
/*

	section
	
=========================================================== */

div.section {
	background: url(/common/image/bg_grad_a.gif) top repeat-x;
	border: solid 1px #953146;
	margin: 0 0 10px;
	padding: 5px 0 0;
}

div.section div.img {
	display: inline;
	float: left;
	width: 200px;
	margin: 0 0 10px 9px;
}

div.section div.article {
	display: inline;
	float: right;
	width: 450px;
	margin: 0 9px 10px 0;
}

div.section div.article p {
	margin: 0 0 2px;
	line-height: 1.4;
}

div.section div.article div.catch {
	color: #CC9900;
}

div.section div.article h3 {
	margin: 0 0 2px;
	border: none;
	color: #942f45;
	padding: 0;
	line-height: 1.4;
}

div.section div.article h3 a:link,
div.section div.article h3 a:visited {
	text-decoration: none;
	color: #942f45;
	font-weight: bold;
}

div.section div.article h3 a:hover {
	text-decoration: underline;
	color: #0000ee;
	font-weight: bold;
}