@charset "utf-8";

/* ----------------------------
 == top
---------------------------- */

/* == mainVisualArea --------------------- */
#mainVisualArea {
	width: 920px;
	margin: 0 auto 22px;
}

/* == mainContentsBlock --------------------- */
#mainContentsBlock {
	width: 910px;
}

/* title -------------------------- */
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0;
	padding: 0;
}
.topContentsBox {
	margin-bottom: 25px;
	overflow: hidden;
}
p ,
ul {
	margin: 1em 0;
}

/* topListBase01 -------------------------- */
.topListBase01 {
}
.topListBase01 li {
	padding-left: 15px;
	background: url(/common_v2/img/bullet_chemiphar.gif) no-repeat 0 .4em;
	margin-bottom: .3em;
}

/* indexBox -------------------------- */
.indexBox {
	overflow: hidden;
	zoom: 1;
	margin: 2em 0;
}
.indexBox .leftBox {
	width: 441px;
	float: left;
}
.indexBox .rightBox {
	width: 441px;
	float: right;
}

/* topRoundBoxBase -------------------------- */
/* topRoundBoxBase01 */
.topRoundBoxBase01 {
	background: url(/img/bg_roundbox_m.gif) repeat-y left top;
}
.topRoundBoxBase01 .inner {
	background: url(/img/bg_roundbox_m_b.gif) no-repeat left bottom;
	overflow: hidden;
	padding: 0 24px;
	width: 393px;
}
.topRoundBoxBase01 .inner h3 {
	margin: 0 -24px;
	padding: 0 -24px;
}
.topRoundBoxBase01 .inner ul ,
.topRoundBoxBase01 .inner ul li {
	text-align: center;
}
.topRoundBoxBase01 .inner ul li {
	margin: 10px 8px;
}
.topRoundBoxBase01 .inner ul.typeH li {
	display: inline;
	float: none;
}

