@import "common.css";
@import "global_menu.css";
@import "right_column.css";

/* ----- project CSS ----- */
/* // rayouts // */

/* // tags // */
h2 {
	height			: 30px;
	display			: block;
	text-indent		: -9999em;
	margin			: 0 0 20px 0;
}

h2.h2_1 {
	background		: URL(../images/page_title/project_h2_1.gif) no-repeat;
}

h3 {
	margin			: 0 0 20px 10px;
	color			: #66cc00;
}

#left_column h4 {
	margin			: 0 0 0 20px;
	color			: #006699;
}

dl.list {
	margin			: 10px 0 40px 20px;
	padding			: 0;
	border			: none;
	font-size		: 80%;
	line-height		: 140%;
}
dl.list dt {
	clear			: both;
	float			: left;
	width			: 75px;
	padding			: 0 0 0 5px;
	font-weight		: bold;
	background		: #e8e8e8;
}

dl.list dd {
	margin-left		: 75px;
	padding			: 0 0 5px 10px;
}


dl.plan_list {
	margin			: 10px 0 40px 20px;
	padding			: 0;
	border			: none;
	line-height		: 140%;
}
dl.plan_list dt {
	padding			: 0 0 5px 0;
	font-weight		: bold;
	font-size		: 120%;
	color			: #006699;
}

dl.plan_list dd {
	padding			: 0 0 20px 50px;
	font-size		: 100%;
}

dl.plan_list dd.bg01 {
	height			: 40px;
	background		: URL(../images/banner/icon_yomitai.gif) no-repeat;
}

dl.plan_list dd.bg02 {
	height			: 40px;
	background		: URL(../images/banner/icon_noimg.gif) no-repeat;
}

hr {
	margin			: 0 0 40px 0;
}
