/* CSS Document */


body {
	background-color:#F1F1F1;
	color:#333322;
}
a:link , a:visited {
	color: #0066CC;
}
a:hover  { 
	color: #FF3300;
}

.header , .layout , .footer {
	background-color:#FFF;
}
.footer div {
	background: url(images/copyright-bg.jpg) repeat-x center top;
	border: 1px solid #FFF;
}

/* トップページ用 */

.top-news h1 {
	background: url(images/top-title-bg.jpg) no-repeat left top;
}
.top-news div {
	*scrollbar-arrow-color:#CCC;
	*scrollbar-base-color: #CCC;
	*scrollbar-face-color: #FFF;
	*scrollbar-highlight-color: #FFF;
	*scrollbar-3d-light-color: #CCC;
	*scrollbar-shadow-color: #FFF;
	*scrollbar-track-color: #FFF;
	*scrollbar-darkshadow-color: #CCC;
}
div.news1 {
	background-color:#339900;
}
div.news2 {
	background-color:#CC3300;
}
div.news3 {
	background-color:#FF0000;
}
div.news4 {
	background-color:#0066CC;
}


.access div {
	background-color:#EFF7EC;
}
div.kaiho a:link , div.kaiho a:visited {
	background-color:#EDEDED;
}
div.kaiho a:hover  { 
	background-color:#0066CC;
	color:#FFF;
}


/* コンテンツページ用 */
div.news {
	*scrollbar-arrow-color:#CCC;
	*scrollbar-base-color: #CCC;
	*scrollbar-face-color: #FFF;
	*scrollbar-highlight-color: #FFF;
	*scrollbar-3d-light-color: #CCC;
	*scrollbar-shadow-color: #FFF;
	*scrollbar-track-color: #FFF;
	*scrollbar-darkshadow-color: #CCC;
}
ul.news li span {
	color:#009900;
}
ul.item li span {
	color:#009900;
}
div.navi {
	border-left:5px solid #000066;
}
.page-title {
	background:url(images/title-bg.jpg) no-repeat left bottom;
	border-top:1px solid #EDEDED;
}
.page-title img {
	margin:-10px 0px -15px -20px !important;
}

.page-title span.punish {
	margin:0 5px 0 0 !important;
	position:absolute;
	right:0;
}
.page-title span.punish img {
	width:146px !important;
	height:25px !important;
	margin:0 !important;
	padding:0 !important;
}

h2 {
	background: url(images/sub-title_bg.gif) repeat-x left bottom;
}
h3 {
	background: url(images/sub-title_bg.gif) repeat-x left bottom;
}
.sub-title {
	background:url(images/title-bg.jpg) no-repeat left bottom;
}
table.common-table th span {
	background-color: #0099FF;
}
table.common-table3 td strong {
	color:#FF3300;
}
.backnumber {
	border-bottom:2px solid #339900;
}
div.no-contents {
	color: #000066;
}
p.no-contents {
	color: #000066;
}
ul.warn,
ul.error {
	border:1px solid #FF3300;
	background-color:#FEF0E9;
}
ul.warn li,
ul.error li {
	color:#FF3300;
}
.info {
	border:1px solid #006699;
	background-color:#E9F1FE;
	color: #006699;
}
.attention {
	padding:10px 20px;
	margin:0px 0px 20px;
	font-size:85%;
	line-height:120%;
	border:1px solid #FF9900;
	background-color:#FFF4C4;
	position: relative;
}


/* 取り扱い業務PR */

table.pr-list thead th {
	background-color:#E4F7FC;
}



/* 行政書士の仕事 */

ol.main li {
	color:#0066CC;
}
ol.main blockquote {
	color:#009900;
	background:#EDEDED url(gyomu/images/bg.jpg) repeat-x left bottom;
}
ol.main li ul li {
	color:#333333;
}

table.rinri td {
	border-right:2px solid #006699;
	border-bottom:2px solid #006699;
	border-left:2px solid #006699;
	background: url(jobs/images/rinri-bg.jpg) no-repeat right bottom;
}
/* よくある質問 */
div.qanda_ttl {
	clear: both;
}

div.qanda_list {
	width: 95%;
	margin: 0 0 15px;
	padding: 5px 10px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-top: 2px solid #339900;
}
div.qanda_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.qanda_list li {
	float: left;
	*white-space: nowrap;
	_white-space: nowrap;
	*padding-left: 0.2em;
	_padding-left: 0.2em;
}
div.qanda_list li a {
	margin: 0 20px 0 0;
	padding:3px 0 3px 10px;
}
div.qanda_list li a:link,
div.qanda_list li a:visited {
	background: url(images/arrow-right_blue.gif) no-repeat left center;
	text-decoration:none;
}
div.qanda_list li a:hover  {
	background: url(images/arrow-right_red.gif) no-repeat left center;
	text-decoration:underline;
}

div.qanda_list ul.company {
	padding-left: 15px;
}
div.qanda_list ul.border {
	margin-top: 4px;
	padding-top: 6px;
	border-top: 1px solid #ccc;
}
div.qanda_list li.sub {
	clear: both;
	float: none;
	margin-left: -15px;
}
div.qanda_list li.sub a {
	font-weight: normal;
}



ul.qanda li {
	border:1px solid #CCC;
}
/*
ul.qanda li a:link , ul.qanda li a:visited {
	color: #0066CC;
	background:url(qanda/images/a-bg.gif) no-repeat right top;
}
ul.qanda li a:hover {
	color: #FF3300;
	background:url(qanda/images/a-bg_f2.gif) no-repeat right top;
}
*/
dd.question {
	color:#003399;
	border-left:2px solid #003399;
	background:url(images/line-width.gif) repeat-x left bottom;
}
.qanda li ul, .qanda li ol {
	margin:2px 0 10px 1em !important;
	padding:0 !important;
}


/* 行政書士登録 */


/* 市民センター */

table.branch thead th , table.branch thead td {
	color:#FFF;
	background-color: #0099FF;
}
table.branch tbody th {
	color:#FF6600;
	background-color:#EDEDED;
}


/* お問い合わせ */

table.request th {
	border-right:3px solid #0066CB;
}
div.request {
	background-color:#EDEDED;
}




/* コラム */

table.column td.abe p span {
	color:#FF3300;
}
p.sano span {
	background: #777;
	color:#fff;
	padding: 3px 8px;
}
p.sano02 {
	margin-left: 8px;
}
ol.sano {
	margin: 0 0 0 25px;
	padding: 0;
}
ol.sano li {
	margin: 15px 0 0 0;
}
ol.sano li ol {
	margin: 0 0 0 25px;
}
ol.sano li ol li {
	margin: 10px 0 0;
}
ul.sano {
	list-style-type: none;
	margin: 0 0 0 25px;
	padding: 0;
}
ul.sano li {
	margin: 5px 0 0 20px;
	text-indent: -1.5em;
}
dl.sano dt {
	margin: 5px 0 0 0;
}
dl.sano dd {
	margin: 2px 5px 0 21px;
}
dl.sano dd.sp {
	margin: 10px 5px 0 21px;
}
.txt-indent {
	padding-left: 25px;
	text-indent: -1.4em;
}
.honma-kaisetu {
	background-color:#009900;
	color:#FFFFFF;
}
ol.honma {
	margin: 0 0 0 25px;
	padding: 0;
}
ol.honma li {
	margin: 5px 0 0 0;
}
span.honma {
	text-decoration: underline;
}
/* 推奨環境　*/



/* 申請書ダウンロード */

div.dllinks a:link , div.dllinks a:visited {
	color:#FFF;
	background:url(images/but-bg.jpg) repeat-x left center;
}
div.dllinks a:hover {
	color: #FF3300;
	background:url(images/but-bg_f2.jpg) repeat-x left center;
}
th.dllinks {
	border-right:2px solid #FFF !important;
	border-bottom:1px solid #EDEDED;
}
/* こころのリンク */



/* こども110ばん */



/* 関連リンク */



/* サイトマップ */

ul.sitemap {
	background: url(sitemap/images/sitemap-bg_01.gif) repeat-y left top;
}
ul.sitemap li {
	background: url(sitemap/images/sitemap-bg_02.gif) repeat-y left center;
}
ul.sitemap li.sitemap-last {
	background: url(sitemap/images/sitemap-bg_03.gif) no-repeat left center;
}


/* ブラウザウィンド */

body.window {
	background-color:#EDEDED;
}
div.window {
	background-color:#FFF;
}


/* メニュー */

ul.menu li a:link , ul.menu li a:visited {
	color: #333;
}
ul.menu li a:hover  { 
	color: #FF3300;
}



/* 会員ページ */

/* 会員ページ 共有 */

.pagination-top div {
	border-bottom:2px solid #CCC;
}
.pagination-bottom div {
	border-top:2px solid #CCC;
}
.even {
	background-color:#F9F9EE;
}

/* 登録情報 */
.user {
	margin: 5px 0px 10px;
	padding: 8px 5px 5px;
	background: #fff url(private/images/user_bg.gif) left bottom repeat-x;
	border: 1px solid #76b5e7;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
table.mypage {
	width: 100%;
	margin: 0 0 10px;
	border-collapse: collapse;
	border-spacing: 0;
}
table.mypage th {
	width: 23%;
	padding: 5px 10px;
	background: #f5fbfe;
	border: 1px solid #ccc;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
table.mypage td {
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
}
table.mypage td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
table.mypage td.center {
	text-align: center;
}
div.display {
	margin: -8px 40px 30px;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
ul.edit-tokuigyomu {
	margin: -8px 20px 0;
	padding: 10px;
	border: 1px solid #ccc;
	list-style: none;
}
.btn2 {
	margin: 13px 0 0 20px;
}
.back {
	padding: 10px 0 0;
	border-top: 1px dotted #ccc;
	text-align: center;
}
.back a {
	padding: 0 0 0 7px;
	background: url(images/arrow-right_blue2.gif) left center no-repeat;
}
.back a:hover {
	background: url(images/arrow-right_red2.gif) left center no-repeat;
}


/* 会報 */
.present {
	float: right;
	width: 395px;
	padding: 0 10px 0 0;
}
.present span {
	display: block;
	padding-top: 10px;
	color: #f00;
	font-weight: bold;
}
.kaiho_new {
	float: left;
	width: 150px;
}
.kaiho_new ul {
	margin:0 0 0 15px;
	padding:0;
}
.kaiho_new ul li {
	margin:0 8px 8px 0;
	padding:8px 5px 5px;
	list-style-type:none;
	width:120px;
	border:1px solid #CCC;
	text-align:center;
	background:url(private/kaiho/images/bg_kaiho.gif) left top no-repeat;
}
.kaiho_new ul img {
	border:1px solid #CCC;
}




table.kaiho td {
	border: 1px solid #CCC;
	background:url(images/but-bg2.jpg) repeat-x left center;
}

ul.kaiho {
	margin:0 0 0 8px;
	padding:0;
}

ul.kaiho li {
	float:left;
	margin:0 8px 8px 0;
	_margin:0 4px 4px 0;
	padding:5px;
	list-style-type:none;
	width:120px;
	border:1px solid #CCC;
	text-align:center;
	background:url(private/kaiho/images/bg_kaiho.gif) left top no-repeat;
}
ul.kaiho img {
	border:1px solid #CCC;
}
span.book a {
	margin-top:3px;
	display:block;
	font-size:85%;
	background:url(private/kaiho/images/bg_book.gif) left top no-repeat;
	border:1px solid #C9C9C9;
	color:#FFF;
}
span.pdf a {
	margin-top:3px;
	display:block;
	font-size:85%;
	background:url(private/kaiho/images/bg_pdf.gif) left top no-repeat;
	border:1px solid #C9C9C9;
	color:#FFF;
}
span a:hover {
	text-decoration:none;
	background-position:0 -27px !important;
}
ul.kaiho li.none {
	color:#ccc;
}
ul.kaiho li.none span {
	margin-top:3px;
	display:block;
	font-size:85%;
	border:1px solid #C9C9C9;
	color:#ccc;
}

/* 研修会 */

table.workshop td strong {
	color:#990033;
}
td.workshop {
	background:#DFF2F1 url(images/line-width.gif) repeat-x left top;
}


/* 行事予定表 */

table.schedules thead th {
	background:#0066CC url(images/th-bg2.jpg) repeat-x left bottom;
	color:#FFFFFF;
}


/* 事業団購買部 */

table.shopping thead th {
	background:#0066CC url(images/th-bg2.jpg) repeat-x left bottom;
	color:#FFFFFF;
}
table.shopping tbody th {
	border-bottom:2px solid #0066CC;
	color: #0066CC;
}
tr.total {
	background-color:#DFF2F1;
}


/* 会員検索 */

table.private-search thead th {
	background:#0066CC url(images/th-bg2.jpg) repeat-x left bottom;
	color:#FFFFFF;
}
table.private-search .name {
	color:#0066CC;
}
table.private-search .name span {
	color:#333;
}

table.private-search td.syosai {
	width: 100%;
	padding: 0 15px !important;
	line-height: 1.2;
}
table.private-search td table th {
	border: none;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}
table.private-search td table td {
	border: none;
	text-align: left;
	white-space: normal;
}
table.private-search td table ul {
	margin: 0 !important;
	padding: 0 !important;
}
table.private-search td table li {
	float: left;
	margin: 0 !important;
	padding: 0 15px 3px 0 !important;
	list-style-type: none !important;
}


/* 参考図書 */

table.book {
	width:100%;
	border-top:1px solid #CCC;
	border-left:1px solid #EDEDED;
}
table.book tbody td {
	padding:5px;
	border-right:1px solid #EDEDED;
	border-bottom:1px solid #CCC;
	text-align:center;
}
table.book tbody th {
	padding:5px;
	border-right:1px solid #EDEDED;
	border-bottom:1px solid #CCC;
	text-align:left;
	font-weight:normal;
}
table.book thead th {
	padding:4px;
	border-right:1px solid #CCC;
	font-size:85%;
	background:#0066CC url(images/th-bg2.jpg) repeat-x left bottom;
	color:#FFFFFF;
}
table.book thead th.shibu {
	width:6em;
}
table.book thead th.data {
	width:6em;
}
table.book thead th.name {
	width:8em;
}


td.book {
	border-bottom:2px solid #CCC !important;
	padding:2px 5px 5px 5px !important;
}
table.book td strong {
	font-size: 100%;
	color: #990033;
}
table.book font {
	font-weight:bold;
	color: #FF3300;
	display:block;
	font-size:inherit;
}
table.book p {
	color: #FF3300;
	margin:0px;
	padding:0px 0px 0px 1em;
	text-indent:-1em;
}


.even {
	background-color:#F9F9EE;
}
/*
table.book a:link , table.book a:visited {
	text-decoration:underline;
}
table.book a:hover {
	text-decoration:none;
}
*/
tr.shuku {
	background-color:#FFE6E6;
}

p.book {
	padding:0px 0px 0px 2.8em;
	text-indent:-2.8em;
}
p.book span {
	margin-right:10px;
	padding:2px;
	font-size:12px;
	background-color:#FFE6E6;
	border:1px solid #FF0000;
	color: #FF0000;
}


/* 組織図・構成表 */

h4.organization {
	background:url(images/h2-bg.jpg) no-repeat left center;
	width: 555px;
	border:1px solid #CCC;
	padding:5px 5px 5px 10px;
	margin:0px 0 10px 0;
	font-size:120%;
	line-height:100%;
	clear: both;
	color:#111337;
	overflow:hidden;
}
h4.organization span {
	font-weight:normal;
	font-size:80%;
	padding:5px 5px 5px 20px;
	text-align: left;
}

h4.mt20 {
	margin-top:20px;
}

table.chart {
	width:100%;
	margin:0 auto;
	border:1px solid #da8001;
}
table.chart td {
	background-color:#faf1e1;
	padding:7px 0px 7px 0px;
}
table.chart th {
	background-color:#faf1e1;
	padding:7px;
	white-space:nowrap;
	color:#669900;
}
table.chart tr.chart td {
	background-color:#FFF;
}
table.chart tr.chart th {
	background-color:#FFF;
}
table.chart {
	width:100%;
	margin:0 0 20px 0;
	padding:20px 0 0 10px;
}
table.chart ul {
	clear:both;
	margin:0;
	padding:0 0 0 20px;
}
table.chart li {
	float:left;
	margin:0 5px 5px 0;
	background:#E4E4E4 url(images/btn-bg.jpg) repeat-x left top;
	border:1px solid #CCC;
	line-height:normal;
	list-style-type:none;
}
table.chart li a {
	display:block;
	padding:5px 10px 5px 17px;
	border:1px solid #FFF;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
}
table.chart li a:link , table.chart li a:visited{
	background:url(images/arrow-right_blue.gif) no-repeat 10px center;
}
table.chart li a:hover {
	background:url(images/arrow-right_red.gif) no-repeat 10px center;
}
table.chart li span {
	display:block;
	padding:5px 10px;
	border:1px solid #FFF;
	text-decoration:none;
	color:#6C6C6C;
	white-space:nowrap;
	font-weight:bold;
}

table.chart li span.senmon {
	display:block;
	padding:5px 10px;
	border:1px solid #FFF;
	background:#FFF;
	text-decoration:none;
	color:#6C6C6C;
	white-space:nowrap;
	font-weight:bold;
}

.composition {
	float:left;
	margin:0 0 20px 5px;
	width:19.2em;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	line-height:normal;
}
.composition thead td {
	width:39%;
	border-bottom:1px solid #CCC;
	border-left:1px dotted #CCC;
	background:#033081 url(images/th-bg.jpg) repeat-x left bottom;
	text-align:center;
	font-weight:bold;
	white-space:nowrap;
	font-size:80%;
	color:#fff;
	padding: 3px 0;
}
.composition thead th {
	width:60%;
	border-bottom:1px solid #CCC;
	white-space:nowrap;
	font-size:80%;
	background:#033081 url(images/th-bg.jpg) repeat-x left bottom;
	color:#fff;
	padding: 3px 0;
}
.composition tbody td {
	padding:5px 10px;
	white-space:nowrap;
	border-bottom:1px solid #CCC;
	border-left:1px dotted #CCC;
}
.composition tbody th {
	padding:5px 10px;
	border-bottom:1px solid #CCC;
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
}
.composition  tr.even {
	background:#F0F9FF;
}

.clear {
	clear:both;
}


/* フォーラム */
.imgL {
	float:left;
	margin:0 10px 0 0;
}
.imgR {
	float:right;
	margin:0 0 0 10px;
}
.imgclear {
	clear:both;
	visibility:hidden;
	height:0;
	font-size:1px;
}
ul.forum {
	list-style-type:none;
	margin:0 0 1em;
	padding:0;
	border-bottom:1px dotted #999;
}
ul.forum li {
	margin-bottom:4px;
	border-top:1px dotted #999;
	padding:5px;
}
h4 {
	margin:0;
	color:#06C;
	font-size:100%;
}
div.forum {
	border:1px solid #ccc;
	padding:10px 15px;
	height:420px;
	overflow-y:scroll;
}
dl.forum {
	margin:0;
}
dl.forum dt {
	border-bottom:1px solid #666;
	margin:0 0 5px;
}
dl.forum dd {
	margin:0 0 15px 1em;
}

table.forum {
	width:100%;
	margin: 0px 0px 20px 0px;
	border:1px solid #CCC;
}
table.forum td {
	padding:0px 0px 0px 5px;
}
table.forum th {
	text-align:right;
	padding:0px 10px;
	vertical-align:top;
	white-space:nowrap;
	font-weight:normal;
	border-right:3px solid #0066CB;
	width:120px;
}
th.forum {
	border-right:3px solid #FF0000 !important;
}
textarea.forum , input.forum {
	width:95%;
}

.thanks2 {
	margin:15px 0px 10px;
	line-height:160%;
	text-align:center;
}

/* フォーラム サンクスページ */
div.sanka {
	padding: 0;
	border: 3px double #aaa;
}
div.sanka p {
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #aaa;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
div.sanka p span.f18 {
	padding-bottom: 10px;
	font-size: 180%;
}
table.sanka {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
table.sanka th {
	width: 30%;
	padding: 10px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	font-weight: normal;
	text-align: right;
}
table.sanka td {
	width: 70%;
	padding: 10px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
table.sanka th.no-b,
table.sanka td.no-b {
	border-bottom: none;
}
table.sanka .gray {
	background: #f0f0f0;
}
table.info2 {
	width: 100%;
	margin: 10px auto;
	border-collapse: collapse;
}
table.info2 th {
	width: 30%;
	padding: 3px 5px;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
table.info2 td {
	width: 70%;
	padding: 3px 5px;
}
.print {
	margin: 15px 0　0;
	text-align: center;
}




/* 先例総覧 */
p.indent {
	text-indent:-1em;
	margin-left:1em;
}
p.small {
	font-size:90%;
	margin:0 10px 8px 25px;
}
p.soran {
	margin-bottom:0;
	background:url(images/line-width.gif) repeat-x left top;
	width:570px;
}
p.soran a {
	display:block;
	margin:1px 0 0;
	padding:10px 10px 10px 30px;
	background:url(images/arrow-right_blue.gif) 20px center no-repeat;
}
p.soran a:hover {
	background-color:#FFD7D7;
}
div.line {
	background:url(images/line-width.gif) repeat-x left top;
	height:1px;
	font-size:1px;
	margin-bottom:15px;
}


/* セミナー */
.content p.syusai {
	margin: -12px 0 15px;
	font-size: 88%;
	text-align: right;
}
table.seminar {
	width: 100%;
	background: #ccc;
}
table.seminar th {
	padding: 5px 7px;
	background: #f5fbfe;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
}
table.seminar td {
	padding: 5px 7px;
	background: #fff;
}
table.seminar td strong {
	color: #F00;
}

div.seminar {
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #ccc;
}
div.seminar img {
	float: left;
	padding: 0 10px 0 0;
}
div.seminar dl {
	margin: 0;
	padding: 0;
}
div.seminar dt {
	margin: 0;
	padding: 0;
	color: #06C;
	font-weight: bold;
}
div.seminar dd {
	margin: 0 0 5px;
	padding: 0;
}
div.seminar dd.line {
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
}

div.apply {
	margin: 20px 0 10px;
	padding: 0 0 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
div.apply img {
	margin: 0 15px;
}



div.seminar_waku {
	margin: 25px 0 -10px;
	padding: 0 15px;
	border: 1px solid #999;
}
div.seminar_waku h4 {
	color: #F60;
	font-size: 120%;
}
div.seminar_waku h4 span {
	padding-left: 15px;
	color: #333;
	font-size: 88%;
	font-weight: normal;
}

/* セミナー開催報告 */
div.seminar-hokoku {
	margin: 0 10px;
	padding: 5px 10px;
}
div.seminar-hokoku img.left {
	float: left;
	padding: 0 15px 0 0;
}
div.seminar-hokoku img.right {
	float: right;
	padding: 0 10px 0 15px;
}
div.seminar-hokoku dl {
	margin: 0;
	padding: 0;
}
div.seminar-hokoku dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
div.seminar-hokoku dt span {
	color: #06C;
}
div.seminar-hokoku dd {
	margin: 0 0 5px;
	padding: 0;
}

div.kanso {
	clear: both;
	margin: 10px 5px 0;
	padding: 10px;
	background: #f5fbfe;
	border: 1px solid #ccc;
}
div.kanso p.ttl span {
	padding: 0 20px 0 10px;
	font-weight: bold;
}

h4.pt20 {
	padding-top: 20px;
}

table.quest {
	margin: 0 0 -5px;
	padding: 0;
}
table.quest td {
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 88%;
}


/* 会長選挙 */
p.order {
	margin: -5px 0 0;
	padding: 0 25px 0 0;
	border: none;
	font-size: 88%;
	text-align: right;
}
ul.election {
	margin: 2px 0 0 30px;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.election li {
	float: left;
	padding: 0 25px 30px 0;
	font-size: 88%;
	line-height: 1.1;
}
ul.election li.last {
	padding: 0 0 30px 0;
}
ul.election li img {
	margin: 0 0 5px;
	border: 1px solid #ccc;
}
ul.election li a:hover { 
	text-decoration: none;
}
table.election {
	width: 90%;
	margin: 0 0 10px 20px;
}
table.election th {
	padding: 0 10px;
	font-weight: normal;
	text-align: right;
}
table.election td {
	padding: 0 10px;
}
table.election td img {
	border: 1px solid #ccc;
}
p.youtube {
	margin-top: -10px;
	padding: 0;
	font-size: 88%;
	color: #F00;
	line-height: 1.1;
	text-align: right;
}


ol.privacy {
	margin: 0;
	padding-left: 20px;
}
ol.privacy li {
	padding-bottom: 15px;
}
ol.privacy ul {
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
ol.privacy ul ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}
ol.privacy ul ul li {
	padding-bottom: 10px;
	padding-left: 0.8em;
	text-indent: -1.3em;
}
ol.privacy ul li.last {
	padding-bottom: 0;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* 近畿会共通コンテンツ */
span.hokkaido {
	display:none;
}
span.shizuoka {
	display:none;
}
span.kinki {
	display:inline;
}
li.list {
	display:none;
}
