@charset "utf-8";

/* -----------------------------------------------------------
		outline.html
----------------------------------------------------------- */
#rightMainArea table.outlineTable{
	width: 610px;
	margin: 0 auto 0;
	border: 2px solid #e7e7e7;
}
#rightMainArea table.outlineTable tr th{
	background: #fbf6d2;
	width: 120px;
	padding: 5px;
	border: 1px solid #e7e7e7;
	vertical-align: top;
	font-weight: bold;
}
#rightMainArea table.outlineTable tr td{
	background: #fff;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #e7e7e7;
}
#rightMainArea table.outlineTable tr td table tr td{
	border: none;
	border-bottom: 1px dotted #ccc;
}
span.exampleIcon{
	background: url(../images/icon_example.gif) no-repeat left 6px;
	margin-bottom: 15px;
	padding-left: 8px;
	display: block;
}

span.basicSpan{
	margin-left: 25px;
	font-weight: bold;
}

/* -----------------------------------------------------------
		day.html
----------------------------------------------------------- */
#slot-machine-tabs{
	width: 640px;
	margin-top: 20px;
}
#slot-machine-tabs p{
	width: 190px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 16px;
}
#page-wrap {
	width: 640px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
div.content-box h3.slotSttl{
	background: url(../nursing/images/icon_check.gif) no-repeat left center;
	margin: 0 !important;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
}
.tabs {
	list-style: none;
	overflow: hidden;
	padding-left: 0px;
}
.tabs li { display: inline; }
.tabs li a {
	display: block;
	float: left;
	padding: 10px;
	color: black;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eeeeee;
	margin: 0 0 0 0;
}
.tabs li a.current {
	background: #fffbe2;
	border-bottom: 0;
	position: relative;
	top: -5px;
	z-index: 2;
	border: 1px solid #fff5af;
}

.box-wrapper {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	padding: 10px;
	background: #fffbe2 url(../nursing/images/bg_day.gif) left top;/* border: 1px solid #ccc;*/
	margin: -1px 0 0 0;
	height: 330px;
	border: 1px solid #fff5af;
	position: relative;
}
.content-box {
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 630px;
	height: 330px;
}

.current { z-index: 999;}

.col-one, .col-two, .col-three {
	width: 30%;
	float: left;
	position:
	relative ;
	top: 350px;
}
.col-one, .col-two { margin-right: 3%; }


/* -----------------------------------------------------------
		basic.html
----------------------------------------------------------- */

ul.normalList{
	margin: 0 0 20px 0;
}
ul.normalList li{
	background: url(../images/icon_example.gif) no-repeat left center;
	margin: 0 0 0 25px;
	padding: 0 0 0 10px;
}