@charset "UTF-8";

/* Font Reset */
body {
	background-color: #ccc;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif ;
	font-size: 100.1%;
	line-height:1.5em;
	font-weight:normal;
	font-style:normal;
}
html>/**/body {
	font-size: 11.9pt;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
	padding: 0;
}

ul,
ol,
li,
dt,
dd {
	 margin: 0;
	 padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

img { border: 0; }

/* -- Reset end -- */


.c-both { clear: both; }
.c-both hr { display: none; }

a:link   { color: #09c; text-decoration: underline }
a:visited   { color: #09c; text-decoration: underline }
a:hover  { color: #06c; text-decoration: none; }
a:active   { color: #09c; text-decoration: none }


/* -- layout -- */
#enclosure {
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

/* header */
#header {
	background: #fff url(../images/bg-page.jpg) repeat-y;
	margin: 0px;
}

#pagemenu  {
	background: url(../images/menu-page760px.gif) no-repeat;
	margin: 20px 19px 0px;
	padding-top: 3px;
	width: 762px;
	height: 35px;
}
#pagemenu table  {
	margin: 0px auto;
	width: 730px;
	height: 21px;
	border-right: 2px solid #fff;
}
#pagemenu td {
	width: 20%;
}

#pagemenu a { 
	font-size: 73%;
	color: #555;
	text-decoration: none;
	text-align: center;
	border-left: 2px solid #fff;
	line-height: 21px;
	display: block;
}
#pagemenu a:link    { color: #555; text-decoration: none; }
#pagemenu a:visited    { color: #555; text-decoration: none; }
#pagemenu a:hover    { color: #06c; text-decoration: none; }
#pagemenu a:active    { color: #09c; text-decoration: none; }

#pagemenu a.menu-here {
	color: #07c;
}

/* ★ menu update icon の 表示/非表示管理 ★	コメントアウト記号を抜いて調整。症例集のみ、paddingを追加して調整。icon_newと、icon_up  */
#icon-up_comm { /*background: url(../images/icon_up.gif) no-repeat 5% center;*/ }
#icon-up_prog { /* background: url(../images/icon_up.gif) no-repeat 5% center;*/ }
#icon-up_case  { /*background: url(../images/icon_up.gif) no-repeat 5% center;*/}
#icon-up_caserepo { /*background: url(../images/icon_up.gif) no-repeat 5% center;*/}
#icon-up_video-entry { /*background: url(../images/icon_up.gif) no-repeat 5% center;*/}
#icon-up_guidance { /*background: url(../images/icon_up.gif) no-repeat 5% center;*/}


/* body main */
#pagemain  {
	background: white url(../images/bg-page.jpg) repeat-y;
	margin: 0px;
	padding: 10px 40px;
	display: block;
}
h2 {
	color: white;
	font-weight: bold;
	font-size: 94.1%;
	letter-spacing: 0.1em;
	background-color: #db7093;
	padding: 8px 10px 7px;
	border-style: solid;
	border-width: 1px;
	border-color: #dcdcdc #666 #666 #dcdcdc;
}
.pagemain-block  { padding: 0px 20px 20px }

/* footer */
#footer { 
	background: url(../images/bg-foot.jpg) no-repeat; 
	text-align: right;
}
.cpr { margin: 0px; padding: 10px; color: #777; font-size: 72%; }

/* footlink */
#footlink  {
	background-color: #eaeaea;
	padding: 10px 0px;
	width: 780px;
	margin: 0 auto;
	font-size: 80%;
	color: #666;
}
#footlink ul, li { margin: 0; }
#footlink li {
	background:url(../images/icon_renei.gif) 0 50% no-repeat;
	list-style:none;
	line-height:normal;
	margin-left: 1em;
	padding-left: 14px;
	float: left;
	line-height: 1.6em;
}
#footlink ul:after {
	content: "";
	display: block;
	clear:both;
}

.float-left   { float: left; margin: 0px 0px 0px 10px }
.renei { color: #666; float: left; margin: 0px 10px }


/* Page Top ↑ */
.pagetop a {
	display: block;
	width: 110px;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	padding: 0 4px;
	margin-left: 620px;
	background-color: #eaeaea;
	text-align: center;
	text-decoration: none;
	clear: both;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}

/*  */
.comingsoon { display: block; height: 100px; margin: 50px 0px; color: #666; }
