/* science_common.css */


/* science用サイドメニューの背景設定　*/

#Main{
	background: url(../img/common/img_side_back.gif);
}

#Main:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;}

#Main{
	/* IE7 */
	display:	inline-block;
}

/* Hides from IE-mac ＼*/
* html #Main{height: 1%;}
.#Main{display:block;}
/* End hide from IE-mac */


#Contents {
	background: #fff;
}


/*　初期設定　*/


#ContentsInner {
	/*\*/
	text-align: justify;
	text-justify: distribute;
	/**/
	color: #221815;
	background: #fff;
}

#ContentsInner img,
#ContentsInner a img {
	margin-bottom: 10px;
	line-height: 1;
	vertical-align: bottom;
}

#ContentsInner ul,
#ContentsInner li,
#SideMenu ul,
#SideMenu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#ContentsInner h3 {
	margin: 30px 0 20px 0 !important;
	height: 118px;
	background: url(../img/common/h3ttl.gif) no-repeat left center;
	text-indent: -9999px;
}

#ContentsInner .info{
	margin-bottom: 20px;
	background: url(../img/common/science_info.gif) no-repeat left;
	height: 83px;
	}

#SideMenu img {
	line-height: 1;
	vertical-align: bottom;

}

#SideMenu ul li {
	text-align: center;
	padding: 0;
	margin: 0;
}

/* science独自　共通　
	Contents が　10ｐｘ広く、
	SideMenuが　10ｐｘ狭く。
*/

#Contents {
	width: 623px;
}

#SideMenu {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 167px;
	height: auto;
}
#SideMenu div#SideMenuInner {
	margin: 10px 5px 20px;
}

#scienceSide h3 {
	text-align: center;
	margin-top: 10px; 
	padding: 0 !important;
}

#scienceSide dl {
	padding: 5px 0;
}

#scienceSide dt {
	padding: 0 5px;
}

#scienceSide dd {
	font-size: 80%;
	padding: 2px 5px 0 7px;
	line-height: 1.7;
}

#scienceSide ul {
	padding: 0 0 0 5px;
}

#SideMenu #scienceSide li {
	margin: 0 0 10px;
}

	




/*　全般　*/


.pagetop {
	text-align: right;
	margin-top: 30px;
}


/* boxTableCell */


.boxTableCell {
	display: table-cell !important;
}

* html .boxTableCell {/* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html .boxTableCell {/* IE 7 */
	display:inline;
	zoom:1;
}

/*\*//*/
* html .boxTableCell {
	display:inline-block;
}
/**/
