/* CSS Document */

/* 基本スタイル
---------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size:12px;
    sans-serif;
	line-height:1.4;
	color:#000000;
}


p{
	/*\*/
	letter-spacing:0.1em;
	font-size: 12px;
	/**/
}


/* 全体
---------------------------------------------*/

#wrapper {
	width:760px;
	margin-left: auto;
	margin-right: auto;
}

#header {
    width:760px;
	text-align:center;
}

#content{
	width:760px;
	margin-top:10px;
 }


#footer {
	width:760px;
	margin-top:10px;
	clear: both;
 }

#BackNumber {
    width:760px;
	text-align:right;
}


.show {
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
}


#Gohome {
    width:760px;
	text-align:right;
}
 
/* コンテンツ
---------------------------------------------*/


h1 {
    text-align:center;
}


h2 {
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	color: #003399;
}

#subtitle {
	text-align:center;
	background-color: #CCFF99;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 10px;
}


#movie {
    text-align:center;
}

 
.shoukai {
	width:680px;
	font-size:12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
 }

    


/* 実験ノート
---------------------------------------------*/
#note {
	width:720px;
	margin-left: auto;
	margin-right: auto;
}

#memoTitle {
	margin:0;
	padding:7px 0 15px 20px;
	font-size:12px;
	background-image: url(../parts/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF3300;
	padding-bottom: 3px;
	padding-left: 10px;
}


/* 写真に枠をつける
---------------------------------------------*/

 

.photo {
	padding: 5px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc #cccccc #cccccc #cccccc;
	margin-left: 10px;
	float: right;
	margin-top: 10px;
}





 
/* 実験ノート
---------------------------------------------*/



#kijiList {
	list-style-type: none;
	margin-bottom: 20px;
}
#kijiList h2 {
	border-top: 1px solid #CCCCCC;
}
#kijiList li {
	float: left;
	width: 220px;
	margin: 10px 10px 0 0;
	text-align: center;
	list-style-type: none;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 3px 3px 3px 3px;
	height: 300px;
}

#kijiList h3 span {
	display: block;
	padding: 3px 0;
	color: #0000FF;
	font-weight: normal;
	background: #FFFFFF;
	font-size: 14px;
}

#kijiList dl {
	margin: 1px 0;
}
#kijiList dt {
	padding: 2px 0;
	text-align: left;
	font-size: 12px;
}
#kijiList dd {
	padding: 2px 0;
}


 
/* バックナンバー
---------------------------------------------*/



#BackList {
	list-style-type: none;
	margin-bottom: 20px;
}
#BackList h2 {
	border-top: 1px solid #CCCCCC;
}
#BackList li {
	float: left;
	width: 220px;
	margin: 10px 10px 0 0;
	text-align: center;
	list-style-type: none;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 3px 3px 3px 3px;
	height: 260px;
}

#BackList h3 span {
	display: block;
	padding: 3px 0;
	color: #FFFFFF;
	font-weight: normal;
	background: #222222;
}
/* ここから*/
#BackList dl {
	margin:0;
	padding:0;
}
/* ここまでたした*/
#BackList dt {
	padding: 2px 0;
	text-align: center;
	font-size: 12px;
}
#BackList dd {
	padding: 2px 0;
	text-align: right;
	font-size: 10px;
}






/* 下部
---------------------------------------------*/


#modoru {
	padding: 10px 10px 10px 10px;
	text-align:center;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	
   
}

.yajirusi {
	padding-bottom: 3px;
}
    

.gohome {
	float:right;
	padding: 0px 10px 10px 10px;
	margin-top: 20px;
}

