@charset "UTF-8";
@import url("main.css");
@import url("deco.css");

#enclosure {
	/* margin-top: 64px;  ☆バナー追加時にオープン☆ */
}

#pagemain {
	font-size: 86%;
}
.top-mainblock { float: left; width: 420px; }
.top-rightblock  { float: right; padding-top: 10px; width: 260px }
.top-rightblock img  { padding-top: 5px; border: none }

h3    { 
	font-weight: bold;
	font-size: 100%;
	margin: 20px 0px 10px;
	border-bottom: 2px dotted #ccc; 
}
p  {
	line-height: 160%;
	margin: 2px 0px 2px 20px;
}
blockquote {
	font-size: 80%;
	line-height: 140%;
	margin: 5px 0px 0px 30px;
}

#top-headline { /* 概要上部のトピックス部 */
	display: inlineblock; /* ★非表示時：none */
	border: solid red 2px;
	font-weight: bold;
	padding: 10px 0;
	margin-top: 10px;
}

#top_toiawase {
	background-color: #f5f5f5;
	border: #eaeaea 1px solid;
	margin-top: 30px;
}
#top_toiawase h3  { margin: 4px; padding: 2px 5px; color: #fff; background-color: #a0a0a0; border: none; }
#top_toiawase dl { font-size: 90%; margin-left: 20px; line-height: 150%; }
#top_toiawase dt { float: left; clear: left; width: 70px; }
#top_toiawase dd { margin-left : 70px; }

#newsbox   { margin-bottom: 10px }
#newsbox h3 { color: white; background-color: #db7093; text-align: center; margin: 0px; border-style: solid; border-width: 1px; border-color: #dcdcdc #666 #666 #dcdcdc; }
#news { font-size: 82%; height: 200px; display: block; overflow: auto; padding-right: 5px; margin: 2px 0; }
#news p  { margin: 0px; padding: 5px 0px; border-bottom: 1px solid #dcdcdc }
#news dl {
	font-style: inherit;
}
#news dt  { margin-top: 0.5em; }
#news dd  { line-height: 160%; border-bottom: 1px solid #dcdcdc; }
#news a { color: black }

.top-imageicon   { margin: 5px 0px; text-align: center; }

#case_link { display: none; }	/* 症例集公開時 リンクバナーを表示する	display: inline*/

#top-entrybutton {  	/* エントリー開始後 リンクバナーを表示する*/
	display: none; /* 表示停止 2012-8-31 */
	background-color: #da0b00;
	border: #fed0e0 1px solid;
	padding: 10px;
	text-align: center;
	margin-bottom: 1em;
	box-shadow: 0px 1px 4px #666;
	-moz-box-shadow: 0px 1px 4px #666;　/* Firefox用 */  
	-webkit-box-shadow: 0px 1px 4px #666;　/* Safari,Google Chrome用 */ 
	}
#top-entrybutton p {
	color: #fff;
	margin: 0;
	text-indent: none;
	font-weight: bold;
	font-size: 120%;
}


/* Past JES */
#pastJES   { margin-bottom: 10px }
#pastJES h3 { color: #fff; background-color: #ccc; text-align: center; border-style: solid; border-width: 1px; border-color: #dcdcdc #999 #999 #dcdcdc }
#pastJES img { border: none; width: 260px; height: 50px; }

/* Thanks Massage */
#thanksmsg {
	background: #f5f5f5 url(../images/thanks-bg.jpg) no-repeat;
	padding: 10px 20px 20px;
	border: solid 1px #dcdcdc;
	margin: 10px auto;
	box-shadow: 0px 1px 4px #666;
	-moz-box-shadow: 0px 1px 4px #666;　/* Firefox用 */  
	-webkit-box-shadow: 0px 1px 4px #666;　/* Safari,Google Chrome用 */ 
}
#thanksmsg h3 {
	border-color: #ccffff;
}
#thanksmsg p { 
	text-indent: 1em;
	margin: 0.5em 0px;
	line-height: 160%;
}
#thanksmsg .shomei { text-align: right; }
#thanksmsg .nexttime { color: #fff; font-weight: bold; padding: 2px 5px; background-color:#db7093; border-bottom: solid 1px #666; border-top: solid 1px #fff0f5; display: none; }
#thanksmsg .nexttime-head { font-size: 110%; border-bottom: 1px dotted #fff; }

/* Bannaer Space */
#bannerspace {
	display: none; /* 非表示中 */
	position: absolute;
	top: 0;
	margin: 10px auto;
	padding: 0px 9px;
}
#bannerspace img {
	border: none;
	margin: 0px 1px;
	width: 190px;
	height: 54px;
}

/* JES2011 */
#ohki-comment-box {
	margin: 10px 0px 20px;
	border: 1px solid #ccc;
	padding-bottom: 10px;
}
#h3-sub {
	text-align:center;
	margin: 0px;
	padding: 2px 0px;
	background-color: #D7334B;
}
#ohki-comment-box h3{
	margin: 5px 10px 2px;
	border-bottom: 1px solid #c33;
}
#ohki-comment {
	height: 90px;
	display: block;
	overflow: auto; 
}
#ohki-comment p{
	 margin: 10px;
	 text-indent: 1em;
}

#shomei {
	text-align: right; 
	margin-right: 2px;
}
*html #fontface { font-family:Arial; }

