﻿@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Site URL:       http://
 File name:      index.css
   
----------------------------------------------------------- */

body {
	background: none;
}


/* ----------------------------------------------------------------------
	container
---------------------------------------------------------------------- */

#container {
	background: none;
	/*background: url(../images/top_container_bg.png) 0 0 no-repeat;*/
	margin-top: 40px;
}


/* ----------------------------------------------------------------------
	main
---------------------------------------------------------------------- */

#main {
	background: url(../images/top_main_c.png) 50% 0 no-repeat;
	background-size: cover;
}


#main .inner {
	width: 100%;
	height: 600px;
	min-height: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#main h2 {
	position: absolute;
	top: 60px;
	left: 30%;
}

#main .pick-nav {
	position: absolute;
	right: 50px;
	bottom: 0;
}

#main .pick-nav p {
	position: absolute;
	top: 92px;
	right: 5px;
}

#main .category-nav li { position: absolute; }

#main .category-nav li.rehabili { top: 48px; left: 20px; }
#main .category-nav li.radiation { top: 302px; left: 123px; }
#main .category-nav li.nurse { top: 48px; left: 240px; }
#main .category-nav li.pharmacist { top: 48px; left: 546px; }
#main .category-nav li.nutrition { top: 302px; left: 503px; }

#main p.pht {
	padding: 42px 0 0 11px;
}


/* ----------------------------------------------------------------------
	contents
---------------------------------------------------------------------- */

.topic-path {
	padding: 19px 0 50px 0;
}

.h3-box p.txt {
	font-size: 92%;
	color: #666;
	position: absolute;
	top: 9px;
	left: 130px;
}

.h3-box p.details {
	position: absolute;
	top: 7px;
	right: 10px;
}

#contents .top-department {
	width: 725px;
	margin-bottom: 15px;
	position: relative;
}

#contents .top-department p {
	position: absolute;
	top: 85px;
	right: 203px;
}

#contents .top-department ul {
	margin-right: -25px;
	/zoom: 1;/* for IE6,7 */
}

#contents .top-department ul li {
	font-size: 19px;
	float: left;
	margin: 0 25px 25px 0;
}

#contents .top-department ul li a {
	color: #00B285;
	width: 145px;
	height: 46px;
	display: block;
	padding: 26px 0 0 80px;
}

#contents .top-department ul li.rehabili a {
	padding-top: 15px;
	height: 58px;
}
#contents .top-department ul li.pain a {
	padding-top: 15px;
	height: 58px;
}
#contents .top-department ul li.pain span {
	letter-spacing: -1px;
}

#contents .top-department ul li span {
	display: block;
}

#contents .top-department ul li a:link { text-decoration: none; }
#contents .top-department ul li a:visited { text-decoration: none; }
#contents .top-department ul li a:hover { text-decoration: none; }
#contents .top-department ul li a:active { text-decoration: none; }

#contents .top-department ul li.i-medicine { background: url(../images/top_department_btn_i_medicine_off.png) 0 0 no-repeat; }
#contents .top-department ul li.neurology { background: url(../images/top_department_btn_neurology_off.png) 0 0 no-repeat; }
#contents .top-department ul li.gastroenterology { background: url(../images/top_department_btn_gastroenterology_off.png) 0 0 no-repeat; }
#contents .top-department ul li.orthopaedics { background: url(../images/top_department_btn_orthopaedics_off.png) 0 0 no-repeat; }
#contents .top-department ul li.rehabili { background: url(../images/top_department_btn_rehabili_off.png) 0 0 no-repeat; }
#contents .top-department ul li.forgetfulness { background: url(../images/top_department_btn_forgetfulness_off.png) 0 0 no-repeat; }
#contents .top-department ul li.pain { background: url(../images/top_department_btn_pain_off.png) 0 0 no-repeat; }

#contents .top-department ul li.i-medicine a { background: url(../images/top_department_btn_i_medicine_off.png) 0 0 no-repeat; }
#contents .top-department ul li.neurology a { background: url(../images/top_department_btn_neurology_off.png) 0 0 no-repeat; }
#contents .top-department ul li.gastroenterology a { background: url(../images/top_department_btn_gastroenterology_off.png) 0 0 no-repeat; }
#contents .top-department ul li.orthopaedics a { background: url(../images/top_department_btn_orthopaedics_off.png) 0 0 no-repeat; }
#contents .top-department ul li.rehabili a { background: url(../images/top_department_btn_rehabili_off.png) 0 0 no-repeat; }
#contents .top-department ul li.forgetfulness a { background: url(../images/top_department_btn_forgetfulness_off.png) 0 0 no-repeat; }
#contents .top-department ul li.pain a { background: url(../images/top_department_btn_pain_off.png) 0 0 no-repeat; }

#contents .top-department ul li.i-medicine a:hover { background: url(../images/top_department_btn_i_medicine_on.png) 0 0 no-repeat; }
#contents .top-department ul li.neurology a:hover { background: url(../images/top_department_btn_neurology_on.png) 0 0 no-repeat; }
#contents .top-department ul li.gastroenterology a:hover { background: url(../images/top_department_btn_gastroenterology_on.png) 0 0 no-repeat; }
#contents .top-department ul li.orthopaedics a:hover { background: url(../images/top_department_btn_orthopaedics_on.png) 0 0 no-repeat; }
#contents .top-department ul li.rehabili a:hover { background: url(../images/top_department_btn_rehabili_on.png) 0 0 no-repeat; }
#contents .top-department ul li.forgetfulness a:hover { background: url(../images/top_department_btn_forgetfulness_on.png) 0 0 no-repeat; }
#contents .top-department ul li.pain a:hover { background: url(../images/top_department_btn_pain_on.png) 0 0 no-repeat; }


#contents .top-department ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#contents .top-department ul { display: inline-block; }
/* Hides from IE-mac \*/
* html #contents .top-department ul { height: 1%; }
#contents .top-department ul { display: block; }
/* End hide from IE-mac */


#contents .top-lsvt { padding-bottom: 40px; }
#contents .top-lsvt h3 {
	color: #00B083;
	font-size: 146%;
	padding: 12px 10px 10px 13px;
	background-color: #E5F7F2;
	border-left: 3px solid #00B083;
	margin-bottom: 20px;
}