@charset "utf-8";
/*
  url:http://www.jki.co.jp/
-----------------------------------
  create: バイオ・コンシェルジェ株式会社
  update: 2010年01月18日
  url: http://www.bio-concierge.com/
----------------------------------- */
@import "common.css";
@import "contents.css";
@import "font.css";

/*//++++++++//*/
img { border: 0;}
a img { border: 0;}
div:after,dl:after,dt:after,dd:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
/** html body {overflow-y: auto;}/*IE6*/
*+html body { overflow-y:auto;}/*IE7*/
/*//++++++++//*/
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック',Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}
body {
	text-align: center;
	background-color: #E6E6E6;
	font-size: 12px;
	font-style: normal;
}
* html body {
	font-size: 12px;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
ol {
	margin: 5px 0 5px 40px;
	padding: 0;
}
ol li {
	list-style-position: outside;
}
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}
.a_center {
	text-align: center;
	margin: 0;
	padding: 0;
}.a_right {
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}
.b {
	font-weight: bold;
}