@charset "utf-8";
/*イベント用ページ CSS Document */


div.clear{
	clear:both;
}


/*ページ見出し*/


div.research h3{
	margin-top:30px;
	padding:1px 10px;
	color: #17addd;
	font-size:18px;
	font-weight:normal;
	letter-spacing:0.2em;
	border-left: solid 10px #17addd;
	border-bottom: solid 1px #17addd;
	}

div.research h4{
	margin:10px 0 3px 10px;
	color: #17addd;
	font-size:16px;
	}

.menuRibbon {
	color:#C36;
	line-height:140%;
	font-size:14px;
}



/*研究ページ基本文章と写真*/
div.research p{
	padding:0 3px 3px 0;
	font-size: 16px;
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
	}

div.event img{
	margin:0 5px 5px 5px;
	width:auto;
	height:auto;
	float:right;
}



/*テーブル緑*/
table.table_green{
	width:630px;
	margin:3px 5px 7px 15px;
	font-size:14px;
	border-collapse:collapse;
	border-spacing:0px;

	}

table.table_green th{
	width:100px;
	font-weight:normal;
	border: 1px solid #9C9;
	background:#d2e8d2;
	padding:3px 7px;
	vertical-align:central;
	text-align:center;
	}

table.table_green td{
	border: 1px solid #9C9;
	padding:3px 7px;
	}


/*テーブル白*/
table.table_white{
	width:630px;
	margin:3px 5px 7px 15px;
	font-size:14px;
	border-collapse:collapse;
	border-spacing:0px;
	borer-spacing:0px;

	}

table.table_white th{
	font-weight:normal;
	padding:3px 7px;
	border: 1px solid #999;
	vertical-align:central;
	text-align:center;
	}

table.table_white td{
	padding:3px 7px;
	border: 1px solid #999;
	}

/*テーブル透明*/
table.table_tp{
	font-size:16px;
	border-collapse:collapse;
	border-spacing:0px;
	}

table.table_tp td{
	border: none;
	padding:0 10px 0 0;
	}


/*リスト*/
div.research ul{
	padding-left:25px;
	padding-bottom:10px;
	color:#060;
	font-size:14px;
	font-weight:bold;
}

/*gooddo*/
div.gdo{
	width:489px;
	margin:3px10px;
	padding:10px 15px;
	border:solid 2px #090;
}

div.gdo p{
	color: #060;
	font-size:16px;
}

div.gdo_amount{
	padding:10px 20px;
	font-weight:bold;
	font-size:16px;
	border-top:#fc9716 solid 2px;
	border-bottom:#fc9716 solid 2px;
	}



/*申請先*/
div.research_contact{
	width:340px;
	margin:10px;
	padding:10px 15px;
	border:dotted 3px #090;
	bockground-color:
}

div.research_contact p{
	color: #060;
	font-size:16px;
	font-weight:bold;
}




/*注記*/

div.notes{
	margin:12px 0;
	}
	
div.notes p{
	text-align:right;
	font-size:12px;
	}






