@charset "utf-8";
html {
	overflow-y:scroll;
}
body {
	font-size:80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:160%;
	text-align:center;
	margin:0;
	padding:0;
	background: url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/bg.jpg) top repeat-x;
	color:#333;
}
a {
	color:#1F66A5;
}
a:hover {
	color:#000D7D;
}
ul,li,ol,dl,dd,dt,p,form,h1,h2,h3,h4,h5,h6,table,th,td {
	margin:0;
	padding:0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.bl {
	text-align:left;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}


#wrapper {
	margin:0 auto;
	text-align:left;
	width:800px;
}

#head {
	height:297px;
	background: #FFF;
}
#head p a.organization{
	width: 429px;
	height:31px;
	float: left;
	margin: 7px 0 6px 0;
	background: url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/university.gif) no-repeat;
}
#head ul.headnavi {
	float:right;
	width:196px;
	padding-top:15px;
}
#head ul.headnavi li {
	float:left;
}
#head ul.headnavi li a {
	height:12px;
	float:left;
}
#head ul.headnavi a.sitemap {
	width:79px;
	background: url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/sitemap.gif) no-repeat;
	padding-right:30px;
}
#head ul.headnavi a.lang {
	width:79px;
	background: url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/english.gif) no-repeat;
}
#head h1 a {
	background: url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/header_img.jpg) no-repeat center;
}
#head h1 {
}
#head h1,
#head h1 a {
	clear: both;
	width:800px;
	height:210px;
}

#head ul#navi {
	clear: both;
	height:43px;
	width: 800px;
	margin: 0;
	padding: 0;
}
#head ul#navi li {
	float:left;
}
#head ul#navi a {
	height:43px;
	background: url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/navi.jpg) no-repeat;
}
#head ul#navi a.i1 {
	width:133px;
	background-position:0px 0px;
}
#head ul#navi a.i2 {
	width:133px;
	background-position:-133px 0px;
}
#head ul#navi a.i3 {
	width:133px;
	background-position:-266px 0px;
}
#head ul#navi a.i4 {
	width:133px;
	background-position:-399px 0px;
}
#head ul#navi a.i5 {
	width:133px;
	background-position:-532px 0px;
}
#head ul#navi a.i6 {
	width:135px;
	background-position:-665px 0px;
}

#head ul#navi a.i1:hover {
	width:133px;
	background-position:0px -43px;
}
#head ul#navi a.i2:hover {
	width:133px;
	background-position:-133px -43px;
}
#head ul#navi a.i3:hover {
	width:133px;
	background-position:-266px -43px;
}
#head ul#navi a.i4:hover {
	width:133px;
	background-position:-399px -43px;
}
#head ul#navi a.i5:hover {
	width:133px;
	background-position:-532px -43px;
}
#head ul#navi a.i6:hover {
	width:135px;
	background-position:-665px -43px;
}
#content {
	width:570px;
	float:left;
	padding:20px 30px 20px 0;
}
#content .article {
	margin-bottom:20px;
	padding:5px 0 10px;
}
#content p.pageTop {
	clear:both;
	text-align: right;
	margin-bottom:20px;
}
#side {
	width:200px;
	float:right;
	padding:20px 0 20px 0;
}
#side ul {
	padding-bottom:20px;
}
#side ul li {
	margin-bottom: 10px;
}
#side p.category {
	width: 200px;
	height: 30px;
	background: url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/news.gif) no-repeat;
}
#side table {
	border: none;
	border-collapse: collapse;
	margin: 5px 10px;
	text-align: left;
}
#side table th {
	border: none;
	padding: 2px 5px 5px 15px;
	background:url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/arrow.gif) no-repeat 0 7px;
	font-size: 14px;
}
#side table td {
	border: none;
	padding: 2px 5px 5px 5px;
}
#foot {
	clear: both;
}
#foot ul {
	display:block;
	text-align:center;
	padding-bottom:10px;
}
#foot li {
	display:inline;
	border-left:1px solid #333;
	padding-left:6px;
	padding-right:3px;
}
#foot li a {
	color:#333;
}
#foot li a:hover {
	color:#000;
}
#foot li.last {
	border-right:1px solid #333;
}
#foot .copyright {
	color:#fff;
	background: url(http://www.membranome.jp/B-ICE/assets/templates/swc/image/footer_bg.gif) repeat;
	text-align:center;
	padding:8px 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}