﻿@charset "UTF-8";
/* ==================================================================
財団についてページ用スタイルシート
================================================================== */

/* レイアウト
------------------------------------------------------------------ */
/*mainカラム*/
#main {
	float: right;
	width: 542px;
	margin-top: 8px;
	text-align: left;
}
#main_body {
	width: 506px;
	margin-left: 18px;
	margin-right: 18px;
}
/*subカラム*/
#sub {
	float: right;
	width: 240px;
	margin-top: 8px;
	text-align: left;
}

/* 決算報告
------------------------------------------------------------------ */
div.dl {
	margin-left: 10px;
	float: left;
	width: 470px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-right: 10px;
}
div.dl img {
	text-decoration: none;
	margin-right: 5px;
	height: 32px;
	width: 32px;
	float: left;
}
div.dl p {
	float: left;
	width: 430px;
	margin-top: 5px;
}
/* 賛助会ご紹介
------------------------------------------------------------------ */
#sanjo {
	clear: both;
	float: left;
	width: 506px;
}
/*現在の年月*/
#sanjo p {
	text-align: right;
	padding-right: 5px;
}
/*見出し用リストボックス*/
.sanjo_midashi_box {
	float: left;
	clear: both;
	width: 505px;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #555555;
	text-align: center;
}
/*会員名*/
.sanjo_midashi_box div.sanjo_name {
	float: left;
	width: 370px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px;
	line-height: 25px;
}
/*TEL*/
.sanjo_midashi_box div.sanjo_tel {
	float: left;
	width: 120px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	line-height: 25px;
}
/*一覧表ボックス*/
.sanjo_box {
	float: left;
	clear: both;
	width: 505px;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;
}
/*一覧表会員名*/
.sanjo_box div.sanjo_name {
	float: left;
	width: 370px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin: 0px;
	line-height: 25px;
}
/*一覧表TEL*/
.sanjo_box div.sanjo_tel {
	float: left;
	width: 120px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 25px;
}
.sanjo_box div.sanjo_name div.syubetsu {
	margin-right: 5px;
	float: left;
	width: 20px;
	margin-top: 3px;
}
.sanjo_name p {
	margin-right: 3px;
	float: left;
	width: 330px;
	padding-left: 10px;
}
#sanjo div.gyousyu {
	float: left;
	clear: both;
	width: 400px;
	margin-left: 50px;
	line-height: 2em;
	margin-bottom: 10px;
}
#sanjo div.gyousyu img {
	margin-right: 5px;
	margin-bottom: -3px;
}
