@charset "utf-8";

/*
-------------------------------
common class
-------------------------------
*/

div#pageLabel {
	margin-top: 30px;
	}

.infoText {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	font-size: 80%;
	line-height: 130%;
	}

html>body .infoText {
	font-size: 90%;
	}

/*
table.infoTable th {
	font-weight: bold;
	font-size: 80%;
	}

table.infoTable td {
	font-size: 80%;
	}
*/

/*
-------------------------------
四国村パスポート
-------------------------------
*/
table.infoTable th {
	font-weight: normal;
	}

table.infoTable td p {
	margin: 0.5em 5px;
	}

table.infoTable td .type {
	font-size: 75%;
	font-weight: bold;
	color: F00;
	margin: 0.5em 5px;
	}

table.infoTable td .price {
	font-size: 75%;
	font-weight: bold;
	margin: 0.5em 5px;
	color: 00F;
	}

table.infoTable td ul {
	font-size: 90%;
	font-weight: bold;
	list-style: square;
	margin: 0.5em 10px;
	padding: 0 0 0 10px;
	}

table.infoTable td ul .detail {
	font-size: 90%;
	font-weight: normal;
	}

table.infoTable strong {
	font-size: 120%;
	color: F00;
	}





/*
-------------------------------
リンク集
-------------------------------
*/

#link .infoText {
	margin: 0 0 0.8em;
	padding: 0 10px;
	}

#link h3 {
	margin: 0 0 0.4em;
	font-size: 110%;
	}

#link .infoText p {
	margin-top: 0;
	font-size: 100%;
	line-height: 150%;
	}

#link div#linkNavi td {
	font-size: 80%;
	}

/*
-------------------------------
イベント情報
-------------------------------
*/

div.event {
	margin-bottom: 15px;
	padding: 0 10px 15px;
	background: transparent url(../../common/images/dotline.gif) left bottom repeat-x;
	}

div.event p {
	margin: 0;
	font-size: 80%;
	line-height: 140%;
	}

div.event .date {
	color: #F60;
	}

/*
-------------------------------
免責事項
-------------------------------
*/

#immunity .infoText {
	margin: 0 0 0.8em;
	padding: 0 10px;
	}

#immunity .infoText p {
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 100%;
	line-height: 130%;
	}

/*
-------------------------------
プライバシーポリシー
-------------------------------
*/

div#privacy {
	margin-top: 25px;
	padding: 25px;
	border: 1px solid #CCC;
	}

div#privacy p {
	margin-top: 0;
	font-size: 80%;
	line-height: 160%;
	}

/*
-------------------------------
サイトマップ
-------------------------------
*/

#siteMap ul {
	margin: 0;
	paddding: 0;
	list-style: none;
	}

#siteMap li {
	font-size: 90%;
	margin-bottom: 1em;
	}

#siteMap li.arrow {
	padding-left: 10px;
	background: transparent url(../../common/images/arrow.gif) left center no-repeat;
	}

#siteMap li.subContents {
	margin-left: 1em;
	}
/*
-------------------------------
寄附行為
-------------------------------
*/

div#contribute {
	margin-top: 25px;
	padding: 25px;
	border: 1px solid #CCC;
	}

div#contribute h2 {
	margin-top: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 160%;
	text-align: center;
	}

div#contribute p {
	margin-top: 0;
	font-size: 80%;
	line-height: 160%;
	}

/*
-------------------------------
役員名簿
-------------------------------
*/

table {font-size: inherit;font: 100%;}

div#membership {
	margin-top: 25px;
	padding: 25px;
	}

div#membership p {
	margin: 0 30px 1em;
	font-size: 80%;
	line-height: 160%;
	text-align: right;
	}

div#membership table {
	margin: 0;
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #cfd3d6;
	background-color: #fff;
	width: 600px;
}

div#membership th,
div#membership td {
	padding: 0.1em 5px;
	border: 1px solid #efefef;
	border-color: #efefef #dce0e3 #dce0e3 #efefef;
	vertical-align: top;
	}

div#membership th {
	color: #000;
	background-color: #efefef;
	}

div#membership td {
	border: 1px solid #ddd;
	background-color: #fff;
	}
