@charset "utf-8";

/* ===================================================================
 CSS information

 File Name  : module.css
 Author     : メディカルコミュニケーションズ（株）
 Style Info : その他の設定とか色々
=================================================================== */



/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{ border-collapse: collapse;	border-spacing: 0; }
caption, th	{ text-align: left; }
q:before ,q:after	{ content: ''; }
object, embed	{ vertical-align: top; }
hr, legend	{ display: none; }
h1, h2, h3, h4, h5, h6	{ font-size: 100%; }
img, abbr, acronym, fieldset	{ border: 0; }
img { -ms-interpolation-mode: bicubic; vertical-align: top; }
li	{ list-style-type: none; }
textarea { overflow:auto; }



/* ----------------------- Basic Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}



/* 100309 update
---------------------------------------- */
#side_menu .lbnrBox	{
	margin: 10px 0 0 0;
}
#side_menu .lbnrBox li	{
	margin: 0 0 10px 0;
}
#side_menu .lbnrBox li a img	{
}

#side_menu .dateUpdate	{
	width: 230px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #CCC;
}
#side_menu .dateUpdate dt	{
}
#side_menu .dateUpdate dd	{
}
#side_menu .dateUpdate dd ul	{
}
#side_menu .dateUpdate dd ul li	{
	padding: 3px 0 3px 17px;
	background: url(../images/100309/arrow001.jpg) 5px 9px no-repeat;
	border-bottom: 1px dotted #CCC;
}
#side_menu .dateUpdate dd ul li a	{
}



#contents_area .hUpdate	{}
#contents_area .hUpdate p.entryBtn	{
	padding: 10px 0 0px 0;
	margin: 0 0 30px 0;
}
#contents_area .hUpdate p.entryBtn a	{
	float: right;
	display: block;
	width: 313px;
	height: 40px;
	background: url(../images/100309/topbtn001.jpg) no-repeat;
	overflow: hidden;
	text-indent: -9987em;
}
#contents_area .hUpdate p.entryBtn a:hover	{
	background: url(../images/100309/topbtn001_on.jpg) no-repeat;
}

#contents_area .hUpdate iframe.lBox	{
	float: left;
}
#contents_area .hUpdate dl.lBox	{
	float: left;
	width: 330px;
	height: auto;
	padding: 9px;
	background: #F5F5F3;
}
#contents_area .hUpdate dl.rBox	{
	float: right;
}
#contents_area .hUpdate dl.lBox dt	{
}
#contents_area .hUpdate dl.rBox dt	{
	width: 246px;
	height: auto;
	padding: 9px 9px 0px 9px;
	background: #F5F5F3;
}
#contents_area .hUpdate dl.lBox dd	{
}
#contents_area .hUpdate dl.rBox dd	{
	width: 246px;
	height: auto;
	padding: 0px 9px 9px 9px;
	margin: 0 0 10px 0;
	background: #F5F5F3;
}

#contents_area .hUpdate dl.lBox ul li,
#contents_area .hUpdate dl.rBox ul li	{
	padding: 3px 0 3px 17px;
	background: url(../images/100309/arrow001.jpg) 5px 9px no-repeat;
	border-bottom: 1px dotted #CCC;
}



.flink	{
	width: 870px;
	margin: 0 auto;
}
.flink li	{
	padding: 10px 12px 10px 12px;
	margin: 0 0 20px 0;
	float: left;
}


#contents_area .privacy


#contents_area .privacy .section	{
	padding: 0 10px;
	margin-bottom: 30px;
}
#contents_area .privacy .section h2	{
	margin: 0 -10px 15px;
}
#contents_area .privacy .section h3	{
	margin: 0 -5px 5px;
	color: #528195;
	font-weight: bold;
	font-size: 16px;
}
#contents_area .privacy .section p	{ margin-bottom: 15px; }
#contents_area .privacy .section ol	{ padding: 0 0 15px 25px; }
#contents_area .privacy .section ol li	{ list-style-type: decimal; margin-bottom: 5px; }

#contents_area .privacy .section .data	{ color: #999; }

element,
#wrap,
.flink,
#contents_area .hUpdate,
#contents_area .hUpdate p.entryBtn
	{ /zoom : 1; }
element:after,
#wrap:after,
#contents_area .hUpdate:after,
#contents_area .hUpdate p.entryBtn:after,
.flink:after
	{ content : ''; display : block; clear : both; }
	

