@charset "utf-8";

/* ここから 個人情報保護方針 定義 */

#privacy {
	width				: 700px;
	height				: auto;
	float				: left;
	background-color	: #FFFFFF;
	padding-top			: 20px;
	padding-bottom		: 20px;
	padding-left		: 30px;
	padding-right		: 20px;
}

#privacy ul {
	font-weight			: bold;
}

#privacy li {
	list-style-type		: decimal;
	margin-left			: 30px;
}

/* ここまで 個人情報保護方針 定義 */

/* ここから お問い合わせ 定義 */

#contact {
	width				: 700px;
	height				: auto;
	float				: left;
	background-color	: #FFFFFF;
	padding-top			: 20px;
	padding-bottom		: 20px;
	padding-left		: 30px;
	padding-right		: 20px;
}

#contact h1 {
	color				: #0000CC;
	font-size			: 1.5em;
	text-decoration		: underline;
}

#contact_wrap {
	width				: 600px;
	height				: auto;
	float				: left;
	margin-left			: 40px;
}

#contact_left {
	width				: 100px;
	height				: auto;
	float				: left;
	text-align			: center;
}

#contact_right {
	width				: 500px;
	height				: auto;
	float				: left;
}

#contact a:link {
	color				: #FF0000;
	text-decoration		: none;
}

#contact a:hover {
	color				: #0000FF;
	text-decoration		: underline;
}

#contact a:visited {
	color				: #FF0000;
	text-decoration		: none;
}


/* ここまで お問い合わせ 定義 */

/* ここから リンク 定義 */

#link {
	width				: 700px;
	height				: auto;
	float				: left;
	background-color	: #FFFFFF;
	padding-top			: 20px;
	padding-bottom		: 20px;
	padding-left		: 30px;
	padding-right		: 20px;
}

#link ul {
	font-weight			: bold;
	padding-left		: 160px;
}

#link li {
	list-style-type		: none;
	font-weight			: normal;
	font-size			: 0.9em;
}

#link a {
	color				: #FF0000;
	text-decoration		: none;
}

#link a:link {
	color				: #FF0000;
	text-decoration		: none;
}

#link a:visited {
	color				: #FF0000;
}

#link a:hover {
	color				: #0000FF;
	text-decoration		: underline;
}

/* ここまで リンク 定義 */

/* ここから サイトマップ 定義 */

#sitemap {
	width				: 700px;
	height				: auto;
	float				: left;
	background-color	: #FFFFFF;
	padding-top			: 20px;
	padding-bottom		: 20px;
	padding-left		: 30px;
	padding-right		: 20px;
}

#sitemap li {
	list-style-type		: none;
	margin-left			: 60px;
}

#sitemap a:link {
	color				: #333333;
	text-decoration		: none;
}

#sitemap a:hover {
	color				: #0000FF;
	text-decoration		: underline;
}

#sitemap a:visited {
	color				: #333333;
}


/* ここまで サイトマップ 定義 */

/* ここから 協議会 定義 */

#kyougikai {
	width				: 700px;
	height				: auto;
	float				: left;
	background-color	: #FFFFFF;
	padding-top			: 20px;
	padding-bottom		: 20px;
	padding-left		: 30px;
	padding-right		: 20px;
}

#kyougikai li {
	list-style-type		: none;
	font-weight			: normal;
	margin-left			: 10px;
	margin-bottom		: 10px;
}

/* ここまで 協議会 定義 */

/* ここから 組織紹介 定義 */

#tbl_wrap {
	width				: 690px;
	height				: auto;
	float				: left;
	line-height			: 1.5em;
}

#tbl_left {
	width				: 210px;
	height				: auto;
	float				: left;
	padding-left: 10px;
}

#tbl_center {
	width				: 220px;
	height				: auto;
	float				: left;
	padding-left: 10px;
}

#tbl_right {
	width				: 235px;
	height				: auto;
	float				: left;
	padding-left		: 10px;
	border-left-color	: #333333;
	border-left-style	: solid;
	border-left-width	: 1px;
}

#tbl_contact {
	width				: 640px;
	height				: auto;
	float				: left;
	padding-left		: 60px;
	border-top-color	: #333333;
	border-top-style	: solid;
	border-top-width	: 1px;
}

#tbl_wrap h1 {

}

#tbl_wrap h2 {
	font-weight			: normal;
	color				: #333333;
	padding-left		: 30px;
	padding-top			: 5px;
}


#tbl_wrap h3 {
	font-weight			: normal;
}

#tbl_wrap h4 {
	font-weight			: normal;
}

#kyougikai table th {
	background-color	: #CCCCCC;
	font-weight			: normal;
}

#kyougikai table td {
	padding-top			: 1px;
	padding-bottom		: 1px;
	padding-left		: 5px;
	padding-right		: 5px;
	line-height			: 1.5em;
	font-size			: 0.8em;
}

#kyougikai a:link {
	color				: #0000FF;
	text-decoration		: none;
}

#kyougikai a:hover {
	color				: #FF0000;
	text-decoration		: underline;
}

#kyougikai a:visited {
	color				: #0000FF;
	text-decoration		: none;
}

/* ここまで 組織紹介 定義 */

