@charset "UTF-8";
/* CSS Document */

/* ---------------- */
/*   base setting   */
/* ---------------- */
/*
font-family: "メイリオ","ＭＳ Ｐゴシック",Verdana , sans-serif;
font-size: 14px; 	line-height: 20px;
*/

a:link {
	text-decoration: none;
	color: #333333;
	}
a:visited {
	text-decoration: none;
	color: #666666;
	}
a:hover {
	text-decoration: underline;
	color: #666666;
	}
a:active {
	text-decoration: none;
	color: #666666;
	}

h1, h2, h3, h4, b, strong {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}

p {	margin: 10px 0;
	line-height: 20px;
	text-align: justify; /* only win IE */
	text-justify: inter-ideograph; /* only win IE */
	}
	
p.space_0px {
	margin-top: 0;
	}

p.space_10px {
	margin-top: 10px;
	}

p.space_20px {
	margin-top: 20px;
	}

p.space_30px {
	margin-top: 30px;
	}

/* header, footer, template */
.navi {
	text-align: right;
	font-size: 12px;
	}

.hid {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	visibility: hidden;
	}

.menu {
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	list-style: inside;
	}
/*div#txt_area ul {
	list-style: inside;
	list-style-type: decimal;
	}
*/


/* ---------------- */
/*   news setting   */
/* ---------------- */
dl#index_news dt,
dl#old_news dt {
	margin-bottom: 5px;
	line-height: 22px;
	}
dl#index_news dt img,
dl#old_news dt img {
	margin-right: 5px;
	vertical-align: text-bottom;
	}
dl#index_news dd,
dl#old_news dd {
	font-size: 12px;
	line-height: 22px;
	margin-top: 2px;
	margin-bottom: 12px;
	background:url(../image/dot.gif) repeat-x 0 100%;
	}
dl#index_news dd strong,
dl#old_news dd strong {
	color: #339933;
	}


/* ---------------- */
/*   icon setting   */
/* ---------------- */
img.note {
	vertical-align: middle;
	line-height: 20px;
	margin-right: 2px;
	}
div#txt_area div.txt_note,
div#txt_area div.txt_note_right {
	font-size: 12px;
	line-height: 14px;
	}
div#txt_area div.txt_note_right {
	text-align: right;
	margin-bottom: 12px;
	}


/* ---------------- */
/*   font setting   */
/* ---------------- */
.txt_note {
	font-stretch:normal;
	font-size: 10px;
	line-height: 14px;
	}
.txt_check {
	color: #ff3333;
	}
div.txt_note span,
.txt_note_check {
	font-size: 10px;
	line-height: 14px;
	color: #ff3333;
	}

h3 {
	font-size: 14px;
	letter-spacing: 0.2em;
	text-align: center;
	background-color:#CCCCCC;
	color:#333333;
	margin: 10px 0;
	}
h3.check {
	width: 450px;
	margin: 5px auto;
	font-size: 14px;
	text-align: center;
	background-color: #FF9933;
	color: #FFFFFF;
	}
.donation,
table.list_group tr td span {
	background-color:#CCCCCC;
	color:#333333;
	font-size: 12px;
	padding: 3px 10px;
	margin-right: 5px;
	}
h4.sub {
	font-size: 16px;
	border-left: 3px solid #99AA99;
	padding-left: 10px;
	margin: 10px 0;
	}
div.txt_note h4.sub span.small {
	font-size: 12px;
	}
table.txt_feed {
clear: both;
	width: 100%;
	background-color:#eeeeee;
	margin: 10px 0;
	}
table.txt_feed tr{
	font-size: 11px;
	}

table.txt_feed b {
	font-size: 12px;
	line-height: 13px;
}
