@charset "utf-8";

/**/
/**********************************************/
/*　　　　　　　　　　　　　　　　　　　　　　*/
/*　　　これは科学展示ページのcssです　　　　 */
/*　　　　　　　　　　　　　　　　　　　　　　*/
/**********************************************/
/**/


/*↓ページ全体の表示位置の設定です*/
/*中央表示にしています。変更しないでください*/
body {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration: none;
	padding: 0px;
	width: 782px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #666;
	line-height: 130%;
	position: absolute;
	left: 50%;
	height: 100%;
	margin-left: -391px;
}

/*↓メニュー設定*/
#menu {
	width: 782px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#menu #logo {
	float: left;
}

/*↓商標のサイズや色*/
#trademark {
	font-size: 10px;
	color: #999;
	float: right;
	width: 310px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}

/*見出しのサイズや色*/
h1 {
	font-size: 19px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #464646;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-weight: bolder;
}

/*↓文章のかたまり表示位置*/
.section-science1 {
	height: 340px;
	width: 300px;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
	color: #666;
	margin-bottom: 10px;
}
p {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.section-science2 {
	width: 300px;
	float: left;
	height: 230px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#section-science3 {
	width: 260px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.sciencebox {
	width: 240px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
#science2 {
	float: left;
	margin-left: 5px;
	padding: 0px;
}
#science3 {
	float: left;
	margin-left: 15px;
	margin-bottom: 30px;
	padding: 0px;
}
#science_pic {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
}

/*↓画像の表示位置*/
#science_img {
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
}
#img_03 {
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 30px;

}
#img_02 {
	margin-top: 25px;
	float: left;
}
#science_img2 {
	width: 129px;
	float: left;
	height: 280px;
	margin-top: 25px;
	margin-bottom: 10px;
}
#section-science-img1 {
	width: 134px;
	height: 330px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

/*↓表示位置設定*/
#science_img2 p {
	text-align: center;
}

/*↓下段の協業文章設定*/
#cooperative_industry {
	color: #333;
	text-align: center;
	margin-top: 20px;
}

/*↓コピーライト*/
address {
	text-align: center;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	color: #999;
}

/*↓floatのリセット*/
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*↓floatのリセット兼ライン*/
#line {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #000;
	padding: 0px;
	margin: 0px;
}
/*↓リンク*/
a {
	text-decoration: none;
	color: #900;
}
a:hover {
	color: #999;
}
