@charset "utf-8";

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

	Name: 1column.css
	Location: /style/1column.css
	Desctiption {
		1カラムページ調整用CSS
	}

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* import library */
	
	@import "../lib/adjuster.css";
	@import "../lib/bullet.css";
	@import "../lib/font.css";
	@import "second.css";
	@import "../lib/parts.css";
	
/**/


/**************************************************************

	Content

***************************************************************/


#container {
	width: 778px;
}

#content {
	padding: 0 0 10px;
	background: url(../images/content_bg_wide.gif) no-repeat left bottom;
}

#content .section {
	padding: 20px 55px 0 57px;
	background-color: #fff;
}

#content .section p {
	margin: 0 0 10px;
	line-height: 1.65;
}

#content .section .section {
	margin: 0 0 20px;
	padding: 0;
}


/*****************************************************************

	パーツ

*******************************************************************/

#content h3 {
	margin: 0 0 10px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	color: #486a28;
	font-size: 1.16em;
}

#content h4 {
	margin: 0 0 10px;
	padding: 3px 0 3px 10px;
	border-left: 4px solid #a7c67b;
}
