@charset "utf-8";
/*---------- ページ全体の指定 ----------*/


body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333333;
	background-color: #ffffcc;
}



/*---- メイン部分の指定 ----*/
#main{
	width: 980px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/main_left.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	box-shadow:0px 8px 8px #999;
}

#main02{
	width: 980px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../img/main_left.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	box-shadow:0px 8px 8px #999;
}

/*---- カラムの指定 ----*/
#column{
	display: flex;  
	width: 980px;
	margin: auto;
	background-image: url(../img/main_left.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	box-shadow:0px 8px 8px #999;
}

#column p {
	margin:10px 40px 10px 40px;		/*マージン*/
	line-height:180%;	/*行幅*/
}

#column ol {
	margin:10px 50px 10px 10px;		/*マージン*/
	line-height:140%;	/*行幅*/
}
#column ol li  {
  list-style: none;
padding-left: 1.3em;
  text-indent: -1.3em;
}


#column h1 {
	font-size: 25px;
	position: relative;
  	line-height: 1.4;
  	padding:0.25em 1em;
 	display: inline-block;
  	top:0;
	text-shadow: 2px 3px 5px #888;
	margin:15px;
	}
	h1:before, h1:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
	}
	h1:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
	}
	h1:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
	}

#column h2{
	font-size: 18px;
	padding-left: 10px;
	margin:20px;
 	border-bottom: dashed 3px #7b882e;
	margin-bottom:17px;
}

#column h3 {
	margin:10px 0 10px 30px;
	line-height:150%;	/*行幅*/
	}

#column h4 {
	margin:0px 0 0px 40px;
	line-height:120%;	/*行幅*/
	}

#column h5 {
	font-size: 13px;
	margin:10px 0 10px 20px;
	width: 400px;
	line-height:150%;	/*行幅*/
	}

/*---- フッターの指定 ----*/
#footer{
	width: 980px;
	height: 70px;
	margin : 0 auto;
	padding-top: 15px;
	text-align: center;
	background-color: #eedb15;
	box-shadow:0px 8px 8px #999;
}



/* ---------------------------------------------------------------------------------
For profile Pages　（タマゴ科学研究会とは）
------------------------------------------------------------------------------------ */
/* タマゴ科学研究会とは　レイアウト */
.egg-list { text-align: center; }

.pagetop { 
	padding-left: 640px;

 }

.president {
	width: 240px;
	margin-left: auto;
	margin-bottom: 10px;
}


/*  学術情報インフォメーション
---------------------------------------------------- */


#column.post { padding-bottom: 3em; }

.honmon { margin: 20px; }


/*pdf画像のマージン*/
.information-img {
	margin: 15px 0px 35px 60px;

}

/*アコーディオンのデザイン*/

.accordion .inner {display: none;}

.accordion h5 {
	line-height: 30px;
	width: 740px;
	height: 30px;
	margin: 5px 0 0 20px;
	font-weight: bold;
	background-color:#CCCCFF;
	text-align: center; 
	border-radius: 5px;
	font-size: 16px;
 	ursor : pointer;
	cursor : pointer;
}

/* タマゴ学術情報_文献一覧ボタン */
.bt_past_list img {
	display:block;
	margin:30px auto;
}


/*---- ヘッダ部分の指定 ----*/
.header{
	width: 980px;
	height: 230px;
}

.header02{
	width: 980px;
	height: 100px;
}

.header_sub{
	width: 980px;
	height: 196px;
}

.logo{
	float: right;
	margin-right: 0px;
	margin-top: 0px;
}

.slide{
	float: left;
	width: 750px;
	height: 230px;
	margin: 0px;
}

	
.navi{
	display: flex;
	list-style: none;
	width: 980px;
	height: 52px;
	margin: 0;
  	padding: 0;
	border-bottom: solid 2px #cccccc;
	background-color: #ffffff;
}

.navi ul{
	width: 980px;
 	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #ffffff;
}
.navi li {
	width: 140px;
	height: 52px;
	display: inline;
	list-style-type: none;
 	float: left;
 	color: #ffffff;
}
.search{
	width: 980px;
	height: 72px;
	background-color: #5E5A01;
}
	
.bar{
	width: 720px;
	height: 60px;
	float: left;
}	
	
#container{
	width: 980px;
	height: 650px;	
}


	
/*---- メインのセンター部分の指定 ----*/	
#main_center {
		width: 700px;
	}
	
/*---- メインのセンター部分(シンポジウム)の指定 ----*/	
#main_center_sympo {
		width: 560px;
		height: 100000px;
	}	

/*topページのpdf画像のマージン*/
.top_information-img {
	margin: 25px 0px 35px 20px;
}
	
	
/*---- メイン右部分の指定 ----*/	
#main_right {
	width: 330px;
	height: 600px;
	padding: 100;
	}

.main_right_box{
	border: solid 2px;
	width: 324px;
	height: 580px;
	}

/*---- 左カラム部分の指定 ----*/	
#main_left {
	margin: 0;
	width: 200px;
	height: 600px;
}
	
.menu{
	float: left;
	  padding: 0;
	  width: 280px;
	  height: inherit;
	  text-align: left;
}

/*----トップページ更新履歴ボックスの設定----*/
.box {
	
	width: 500px;                /* 横幅を400pxに指定 */
	height: 150px;               /* 縦幅を80pxに指定＞160に拡張 */
	padding: 10px;
	margin: 20px;
	border: 1px solid #000;      /* わかりやすくボーダーを引く */
	overflow-y: scroll;          /* 縦方向にスクロール可能にする */
}

/* ---------------------------------------------------------------------------------
機能油脂懇話会案内
------------------------------------------------------------------------------------ */
.guidebox{
	margin: 0 auto;	/* 左右センター揃え */
	width: 770px;	/* 横幅を770pxに指定 */
	padding: 5px;	/* パディング5px */
	border: 1px solid #000;	/* わかりやすくボーダーを引く */
	background-color: #5E5A01;
}




