/* CSS Document */
*  {
	padding : 0px;
	margin : 0px;
	background-color: #FFF;

}

/* ----------------------------BODY 定義--------------------------- */
body {
	width : 100% ; 
	background-color: #F0F0F0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#wrapper {
	position : relative;
	width: 800px;
	margin: 0;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}
div.fmcontainer2 {
	clear: both;
	width: 780px;
	padding: 10px;
	text-align: center;
	margin-top: 3px;
}


/* ---------------------------------TABLE 定義--------------------- */
TABLE {
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
	border: 0px;								 /* セルの枠線（太さ・色・スタイル） */
	padding: 0px; 							 /* セル内の余白 */
	spacing: 0px;
	background-color: #FFFFFF;
}

TH {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-align: center;
}

TD {
	font-size: small;
	color: #666;
	text-decoration: none;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* --------------------------------gray table--------------------- */
TABLE.gray_table {
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
	border: 0px;								 /* セルの枠線（太さ・色・スタイル） */
	padding: 0px; 							 /* セル内の余白 */
	spacing: 0px;
	background-color: #FFFFFF;
}
.gray_table TR {
	border: thin solid #CCC;
}

.gray_table TH {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-align: center;
	background-color: #CCC;
}

.gray_table TD {
	font-size: small;
	color: #666;
	text-decoration: none;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/* -------------------------------P--------------------- */
P {
	font-size: small;
	color: #666;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

A {
	font-size: small;
	color: #666666;
	font-weight: bold;
	text-decoration: none; /* リンク文字の下線 */
	font-weight: bold;		 /* リンク文字の太さ */
}

A:hover {
	color: #B0DD00;
	font-size: small;
} 

IMG {
	border: 0px;
	text-align: center;
	margin: 0px;
}


DD DL DD{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}


/* ---------------------------水平線定義--------------------------- */
HR {
	color: #CCC; /* 線の色(NN用) */
	border: 1px; /* 枠の太さ */
}

/* -----------------------------H1定義----------------------------- */
H1 {
	background:#F5F5F5;
	font-size: large;
	padding: 5px 10px;
	margin-bottom: 1em;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #CCC;
	border-left-color: #B0DD00;/*
	color: #336699
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #666666;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #B0DD00;
	margin-bottom: 20px;
	*/
	color: #666;
	
	/*
	padding:5px 0 5px 15px;

	border-left:#B0DD00 8px solid;
	color: #666;
	*/
}

/* -----------------------------H2定義----------------------------- */
H2 {
	padding: 5px 10px;
	margin-bottom: 1em;
	background-color: transparent;
	font-size: 14px;

	border-left-width: 5px;

	border-left-style: solid;

	border-left-color: #B0DD00;
	
	/*
border-style: none none none solid;
border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #3399cc;
border-width: medium medium medium 5px;
padding: 5px 10px;
margin-bottom: 1em;
background-color: transparent; 
font-size: 14px;
*/
}

/* -----------------------------H3定義----------------------------- */
H3 {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 20px;

	color: #666;
	border-bottom:1px dotted #cccccc;
	padding:0px 0px 5px 5px;
}

/* -----------------------------H4定義----------------------------- */
H4 {
	font-size: small;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-left: 20px;
}

/* -----------------------------H5定義----------------------------- */
H5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #004;
	text-decoration: none;
}

/* ---------------------------リスト定義--------------------------- */
UL {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;
	font-size: small;
	list-style-position: outside;
	line-height: normal;
	list-style-image: none;
	margin-left: 20px;
}

OL {
	font-size: small;
	list-style-position: outside;
	margin-left: 40px;
	color: #666;
}




.PjCountry {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.PjName {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: normal;
}


/* ----------------寄付金振込情報　TABLE 定義---------------------- */
#kifu {
	border-collapse: separate; /* 枠線の表示方法（重ねる） */
	border: 0px;								 /* セルの枠線（太さ・色・スタイル） */
	padding: 3px; 							 /* セル内の余白 */
	spacing: 0px;
	background-color: #FFFFFF;	 /* セルの背景色 */
	width=500px;
}

#kifu TH {
	background-color: #FFFF99;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	font-color: #000066;
	font-weight: bold;
	text-align: center;
	text-justify: distribute-all-lines;
	vertical-align: top;
}

#kifu TD {
	background-color: #FFFFCC;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-color: #000066;
	font-weight: none;
	text-decoration: none;
	text-align: center;
}

#kifu A {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	font-color: #000066;
	font-weight: none;
	text-decoration: none; /* リンク文字の下線 */
	font-weight: bold;		 /* リンク文字の太さ */
}

#kifu A:hover {
	color: #B0DD00; /* ポイント時の文字色 */
} 

/* ---------------　TABLE 定義---------------------- */
#ctst {
	border-collapse: separate; /* 枠線の表示方法（重ねる） */
	border: 0px;								 /* セルの枠線（太さ・色・スタイル） */
	padding: 3px; 							 /* セル内の余白 */
	spacing: 0px;
	background-color: #FFFFFF;	 /* セルの背景色 */
	width=500px;
}

#ctst TH {
	background-color: #FFFF99;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-color: #000066;
	font-weight: bold;
	text-align: center;
	text-justify: distribute-all-lines;
	vertical-align: top;
}

#ctstTD {
	background-color: #FFFFCC;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-color: #000066;
	font-weight: none;
	text-decoration: none;
}

#ctst A {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-color: #000066;
	font-weight: none;
	text-decoration: none; /* リンク文字の下線 */
	font-weight: bold;		 /* リンク文字の太さ */
}

#ctst A:hover {
	color: #B0DD00; /* ポイント時の文字色 */
} 

/* ---------------　TABLE 定義---------------------- */
#grayTB {
	border-collapse: separate; /* 枠線の表示方法（重ねる） */
	border: 0px;								 /* セルの枠線（太さ・色・スタイル） */
	padding: 3px; 							 /* セル内の余白 */
	spacing: 0px;
	background-color: #FFFFFF;	 /* セルの背景色 */
	width=500px;
}

#grayTB TH {
	background-color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-color: #000066;
	font-weight: bold;
	text-align: left;
	text-justify: distribute-all-lines;
	vertical-align: top;
}

#grayTB TD {
	background-color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-color: #333333;
	font-weight: none;
	text-decoration: none;
}

#grayTB A {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-color: #000066;
	font-weight: none;
	text-decoration: none; /* リンク文字の下線 */
	font-weight: bold;		 /* リンク文字の太さ */
}

#ctst A:hover {
	color: #FF0000; /* ポイント時の文字色 */
} 



/* ---------------------------------------------------------------- */
UL.LI {
	list-style-image: url(../images/triangle/burret_grey.jpg);
}
#Table_03 tbody tr td blockquote p {

}


/* ----------------お問い合わせ情報　TABLE 定義---------------------- */


#Contact {
	border-collapse: separate; /* 枠線の表示方法（重ねる） */
	border: 0px;								 /* セルの枠線（太さ・色・スタイル） */
	padding: 3px; 							 /* セル内の余白 */
	spacing: 0px;
	background-color: #FFFFFF;	 /* セルの背景色 */
	width=500px;
}

#Contact TH {
	background-color: #FFFF99;

	font-size: 16px;
	font-color: #000066;
	font-weight: bold;
	text-align: center;
	text-justify: distribute-all-lines;
	vertical-align: top;
}

#Contact TD {
	background-color: #FFFFCC;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-color: #000066;
	font-weight: none;
	text-decoration: none;
	text-align: center;
}

#Contact A {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: medium;
	font-color: #000066;
	font-weight: none;
	text-decoration: none; /* リンク文字の下線 */
	font-weight: bold;		 /* リンク文字の太さ */
}

#Contact A:hover {
	color: #B0DD00; /* ポイント時の文字色 */
} 


/* ----------------NAVIGATION LIST---------------------- */


.navlist{
	padding: 1px;
	margin-left: 0;
	width: 100%;
	color: gray;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: small;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.navlist li{
	list-style: none;
	margin: 0px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.navlist li ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin: 0 0 0 1em;
	padding: 0;
}

.navlist li ul li:last-child{
	border-bottom-width:0px;
}

.navlist li a{
display: block;
padding: 0.7em 0.5em 0.7em 0.9em;
text-decoration: none;
}

.navlist li a:link {
	font-weight:normal;
	text-decoration:none;
	color: #666;
	background-color: #FFFFFF;
	border-left: 3px  #FFFFFF solid;
	font-size: small;
}
.navlist li a:visited {
	font-weight:normal;
	color: #666;
	background-color: #FFFFFF;
	border-left: 3px #FFFFFF solid;
	font-size: small;
}

.navlist li a:hover{
	font-weight:normal;
	text-decoration: underline;
	color: #B0DD00;
	background: #FFFFFF;
	border-left: 3px #B0DD00 solid;
	font-size: small;
}

DIV.navcontainer UL.navlist A.selected {
	COLOR: #564d3c; TEXT-DECORATION: underline
}
DIV.navcontainer UL.navlist LI.selected A {
	COLOR: #666;
	font-weight:bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #B0DD00;
}
DIV.navcontainer UL.navlist LI.selected {
    background:url('arrow2.gif') no-repeat 2px 5px;
}
DIV.navcontainer UL.navlist LI.selected LI {
	BACKGROUND: none transparent scroll repeat 0% 0%
}
DIV.navcontainer UL.navlist LI.selected LI.selected A {
	COLOR: #6C0;
	TEXT-DECORATION: underline
}
DIV.navcontainer UL.navlist LI A.selected {
	COLOR: #6C0;
	TEXT-DECORATION: underline
}




/* ----------------HEADER MENU LIST1---------------------- */

.header_menu1{
	width:600px;
	margin: 0;
}

.header_menu1 li{
	list-style: none outside;
	display: block;
	color: #6C0;
	width:200px;
	height: 60px;
	text-align: center;
	float: left;
	line-height: 60px;
}

.header_menu1 li a{
	font-size:medium;
	display: block;
	text-decoration: none;
	color: #6C0;

}

.header_menu1 li a:link {
	font-size:medium;
	font-weight:bold;
	text-decoration:none;
	color: #6C0;
}
.header_menu1 li a:visited{
	font-size:medium;
	font-weight:bold;
	color: #6C0;
}

.header_menu1 li a:hover{
	font-size:medium;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background-color: #B0DD00;
}

/* ----------------TOP MENU LIST---------------------- */

.header_menu2{
	font-size: 90%;
	width: 95px;
}

.header_menu2 li{
	font-size: 90%;
	display: block;
	color: #B0DD00;
	width:95px;
	text-align:center;
	line-height: 20px;
	list-style-type: none;
}

.header_menu2 li a{
	display: block;
	font-size: 90%;
	text-decoration: none;
	color: #B0DD00;
}

.header_menu2 li a:link {
	font-weight:bold;
	font-size: 90%;
	text-decoration:none;
	color: #B0DD00;

}
.header_menu2 li a:visited{
	font-weight:bold;
	font-size: 90%;
	color: #B0DD00;
	text-decoration:none;

}

.header_menu2 li a:hover{
	color: #B0DD00;
	font-weight:bold;
	font-size: 90%;
	text-decoration:underline;
}

/* ----------------FOOTER MENU LIST---------------------- */

.footer_menu2{
	margin-left: -1px;
 	font-size:x-small;

}

.footer_menu2 li{
	list-style:none;
	padding:0px 10px;
	display: inline;
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 1px;
 	font-size:x-small;
	color: #666;
}

.footer_menu2 li a{
	display: inline;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}

.footer_menu2 li a:link {
	font-weight:normal;
	text-decoration:none;
	color: #666;
 	font-size:x-small;
}
.footer_menu2 li a:visited{
	font-weight:normal;
	color: #666;
 	font-size:x-small;
}

.footer_menu2 li a:hover{
	font-weight:normal;
	text-decoration: underline;
	color: #B0DD00;
 	font-size:x-small;

}

.footer_menu2 li:first-child {
	border: none;
}
/* ----------背景を下まで表示させるためのclearfix-------------- */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ------------------画像テキスト回り込み処理------------------------- */
      *.float
      {
         float: left;
         margin-right: 1em;
      }
      *.floatclear
      {
         clear: both;
      }


/* ------------------文字スタイル------------------------- */
div.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
	text-align: left;
	width: 500px;
	padding-left: 10px;
	float: left;
}

div.hr {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

div.dummy {
	width: 600px;
	height:1px;
}

div.privacy_policy {
	text-align: right;
	font-size: x-small;
	color: #666;
	font-weight: normal;
	width: 280px;
	padding-right: 10px;
	margin-left: 510px;
}

div.privacy_policy a, div.privacy_policy a:link, div.privacy_policy a:visited{
	font-size: x-small;
	color: #666;
	font-weight: normal;
}

div.privacy_policy a:hover{
	font-size: x-small;
	color: #B0DD00;
	font-weight: normal;
}

.category{
	font-size: small;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
}
.category2 {
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/category2-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 25px;
	padding-top: 3px;
}

.category2 A{
	font-weight: bold;
	color: #FFF;
}

.category2 A:hover{
	font-weight: bold;
	color: #FFF;
	text-decoration:underline;
}
.category3{
	font-size: small;
	font-weight: bold;
	color: #6C0;
	text-align: right;
}

.footer {
	color: #666;
	text-decoration: none;
}
.up_date {
	font-size: small;
	font-style: italic;
}
dt {
	font-size: small;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-left: 20px;
	margin-right: 10px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 2px;
}
dd {
	font-size: small;
	color: #666;
	margin-right: 10px;
	margin-left: 70px;
}
