@charset "shift-jis";
/*----------------------------------------------------------------------*/
/* 農業気象学会若手研究者の会WEBサイト用スタイルシート  stylesheet.css  */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* ボックスのスタイル                                                   */
/*----------------------------------------------------------------------*/

BODY{
	background-color: #76923C;
	text-align: center;
	font-family: 'san-serif','ＭＳ Ｐゴシック';
	font-size: 83%;
	color: #003300;
	line-height: 150%;
}

#OUTLINE{
	width: 760px;
	background-color: #FFFFE6;
	margin: 5px auto;
	text-align: left;
}

#HEADER{
	width: 730px;
	height: 250px;
	background-color: transparent;
	background: url('image/topcow.png') no-repeat scroll 0px 7px;
	margin-left: 30px;
	text-align: left;
}

#HEADER2{
	width: 730px;
	height: 181px;
	background-color: transparent;
	background: url('image/topcow2.png') no-repeat scroll 0px 7px;
	margin-left: 30px;
	text-align: left;
}

#HEADMENU{
	width: 705px;
	height: 25px;
	background-color: #FFFFE6;
	margin: 180px 0px 0px 5px;
	text-align: left;
}

#HEADMENU2{
	width: 705px;
	height: 25px;
	background-color: #FFFFE6;
	margin: 115px 0px 0px 5px;
	text-align: left;
}

#NAVI-BAR{
	width: 700px;
	height: 16px;
	background-color: #FFFFE6;
	margin: 0px 0px 1px 30px;
	font-size: 75%;
	text-align: right;
}

#MAIN{
	width: 698px; /*枠線の幅1px×2本分を引いた幅*/
	background-color: #FFFFFF;
	margin: 0px 0px 0px 30px;
	padding: 10px 0px;
	border-style: solid;
	border-color: #C2D69B;
	border-width: 1px 1px 1px 1px;
	text-align: left;
}

.CONTENT{
	width: 580px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 98px;
	text-align: left;
}

#FOOTER{
	width: 700px;
	background-color: transparent;
	margin-left: 30px;
	font-size: 80%;
	color: #4F6228;
	text-align: center;
}

#REF-BAR{
	width: 100%;
	background-color: transparent;
	margin: 0px;
	text-align: right;
}

#FOOTMENU{
	width: 100%;
	position: relative; /*横スクロールバー対策:IE*/
	overflow: hidden; /*横スクロールバー対策*/
	background-color: transparent;
	font-size: 95%;
}

#COPYRIGHT{
	width: 100%;
	background-color: transparent;
	padding: 5px 0px;
	font-size: 95%;
	text-align: center;
}

/*----------------------------------------------------------------------*/
/* 文字のスタイル                                                       */
/*----------------------------------------------------------------------*/

/*------ 共通のスタイル ------*/

a{
	color: #003300;
	text-decoration: none;
}

/*------ ヘッダメニュのスタイル------*/
#HEADMENU ul, #HEADMENU2 ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#HEADMENU li, #HEADMENU2 li{
	float: left;
	height: 16px;
	margin: 0px 15px 0px 15px;
	text-align: center;
}

#HEADMENU li .selected,
#HEADMENU2 li .selected{
	border-style: dotted;
	border-color: orange;
	border-width: 0px 0px 2px 0px;
}

#HEADMENU a:link, #HEADMENU a:visited,
#HEADMENU2 a:link, #HEADMENU2 a:visited{
	border-style: none;
	color: #003300;
}

#HEADMENU a:hover, #HEADMENU a:active, #HEADMENU a:focus,
#HEADMENU2 a:hover, #HEADMENU2 a:active, #HEADMENU2 a:focus{
	border-style: dotted;
	border-color: orange;
	border-width: 0px 0px 2px 0px;
}

/*------ ナビゲーションバーのスタイル ------*/
#NAVI-BAR a:link, #NAVI-BAR a:visited{
	border-style: none;
	color: #003300;
}

#NAVI-BAR a:hover, #NAVI-BAR a:active, #NAVI-BAR a:focus{
	border-style: solid;
	border-color: #003300;
	border-width: 0px 0px 1px 0px;
}

/*------ コンテンツのスタイル------*/

/* 本文 */
.CONTENT h1{
	width: 400px;
	border-style: solid;
	border-color: orange;
	border-width: 0px 0px 1px 17px;
	font-size: 120%;
	font-weight: normal:
	color: #4F6228;
	text-indent: 10px;
}

.CONTENT h2{
	width: 400px;
	font-size: 110%;
	font-weight: normal:
	color: #4F6228;
}

.CONTENT .indent{
	text-indent: 20px;
}

.CONTENT .underline{
	border-style: solid;
	border-color: #C2D69B;
	border-width: 0px 0px 1px 0px;
}

.CONTENT a:link, .CONTENT a:visited{
	border-style: solid;
	border-color: #003300;
	border-width: 0px 0px 1px 0px;
}

.CONTENT a:hover, .CONTENT a:active, .CONTENT a:focus{
	border-style: solid;
	border-color: orange;
	border-width: 0px 0px 1px 0px;
}

.CONTENT a img{
	border-style: none;
}

/* 幹事紹介 */
.CONTENT .members{
	background: #F3F3F3;
	width: auto;       /* このプロパティはIEで     */
	margin-top: 5px;   /* 左寄せブロック内の要素を */
	margin-left: 10%;  /* センタリングするために   */
	margin-right: 10%; /* 必要                     */
	margin-bottom: 15px;
	padding: 10px;
	border-style: solid;
	border-color: #003300;
	border-width: 0px 1px 1px 0px;
}

.CONTENT .members table{
	width: 100%;
	*width: 80%;  /*IE用に上書き*/
	border-collapse: collapse;
	text-align: left;
}

.CONTENT .members th{
	background: #F3F3F3;
	*font-size: 83%;
	color: #003300;
	line-height: 150%;
	text-align: center;
	border-style: dotted;
	border-color: #B2B2B2;
	border-width: 0px 0px 1px 0px;
}

.CONTENT .members td{
	background: #F3F3F3;
	*font-size: 83%;
	color: #003300;
	line-height: 150%;
	border-style: dotted;
	border-color: #B2B2B2;
	border-width: 0px 0px 1px 0px;
}

.CONTENT .members img{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.CONTENT .members .right{
	margin-left: 0px;
	margin-right: 0px;
	text-align: right;
}

.CONTENT hr{
	width: 80%;
	margin-left: 0px;
	border-style: dashed;
	border-color: #003300;
	border-width: 1px 0px 0px 0px;
	*border-style: none; /*IEにのみ適用*/
	text-align: left;
}

/*------ フッタのスタイル------*/
#FOOTER hr{
	width: 80%;
	border-style: solid;
	border-color: #4F6228;
	border-width: 1px 0px 0px 0px;
	text-align: center;
}

/*------ フッタメニュのスタイル------*/
#FOOTMENU ul{
	position: relative;
	float: left;
	left: 50%;
	width: 600px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#FOOTMENU li{
	position: relative;
	float: left;
	left: -18%; /*フッタメニュの位置。メニュが増えたらマイナス方向に増加させます*/
	*height: 15px; /*IEにのみ適用*/
	margin: 0px 10px 0px 10px;
	text-align: center;
}

#FOOTMENU a:link, #FOOTMENU a:visited{
	color: #4F6228;
	text-decoration: underline;
}

/*----------------------------------------------------------------------*/
/* その他のスタイル                                                     */
/*----------------------------------------------------------------------*/

.right{
	margin-right: 0px;
	text-align: right;
}

.centre{
	margin: 0px auto;
	text-align: center;
}

.hidden{
	visibility: hidden;
}

.clear{
	clear: both;
}

.nolist{
	list-style: none;
}

.nowrap{
	white-space: nowrap;
}