/* CSS Document */

html,body,table { 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #4C2633;
}

body {
	background-color: #EBEBE3;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,pre,d,form,blockquote {
    margin: 0;
    padding: 0;
}

p,ul,ol,td {
	text-align: justify;
	text-justify: distribute;
}

a {
	text-decoration: none;
}

a:link {
	color: #0066ff;
}

a:visited {
	color: #0066ff;
}

a:hover {
	color: #0066ff;
	text-decoration:underline;
}

a:active {
	color: #0066ff;
}

a img {
	border-style: none;
}

/* dwt
-------------------------------------------------------- */

div.base {
	width: 800px;
}

div.dwt_header_l {
	width: 170px;
	height: 92px;
	border-bottom: 5px solid #EBEBE3;
	float: left;
	margin: 0 auto ;
	text-align: center;
	background-color: #FFFFFF;
}

div.dwt_header_r {
	width: 627px;
	height: 92px;
	text-align: center;
	border-bottom: 5px solid #EBEBE3;
	float: left;
	border-left: 3px solid #EBCCD7;
	background-color: #FFFFFF;
	display: inline;
}

div.dwt_menu {
	width: 170px;
	background-image: url(../Templates/images/backline_p.gif);
	background-repeat: repeat;
	float: left;
	clear: both;
}

div.dwt_menu h3 {
	text-align: center;
	margin: 5px 5px 0 5px;
}

div.dwt_menu p {
	margin-left: 5px;
}

div.dwt_container {
	width: 627px;
	float: left;
	border-left: 3px solid #EBCCD7;
	background-color: #F8F5F3;
	display: inline;
}

div.dwt_footer_l {
	width: 170px;
	float: left;
	background-color: #EBEBE3;
	clear: both;
}

div.dwt_footer_r {
	width: 627px;
	float: left;
	border-left: 3px solid #EBCCD7;
	background-image: url(../Templates/images/backline_p2.gif);
	background-repeat: repeat-x;
	background-color: #F8F5F3;
	display: inline;
}

div.dwt_footer_r p {
	margin: 15px auto 0 auto;
	text-align: center;
}

p.navi_t {
	text-align: right;
	margin: 0 15px 10px 0;
}

/* copyright
-------------------------------------------------------- */

div.copy {
	margin: 10px 15px;
}

div.copy h3 {
	margin-bottom: 5px;
	font-size: 14px;
}

/* privacy
-------------------------------------------------------- */

div.privacy {
	width: 597px;
	margin-bottom: 30px;
}

div.privacy h2 {
	margin-top: 15px;
}

div.privacy h3 {
	text-align: center;
	font-size: 15px;
	margin: 30px;
}

div.privacy h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 30px 50px 10px 50px;
	font-size: 13px;
	color: #666666;
}

div.privacy p {
	width: 500px;
	margin: 0 50px;
	text-align: justify;
	text-justify: distribute;
	text-indent: 1em;
	line-height: 1.7em;
}

div.privacy ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 5px 70px;
	line-height: 2em;
}

div#privacy_day {
	margin: 30px 0 0 0;
}

div#privacy_name p {
	text-align: right;
	margin-right: 1.5em;
}

/* enqueteどこで使われているか謎
-------------------------------------------------------- */

h2#enq {
	margin-top: 15px;
}

.enq {
	margin: 30px;
}

.enq p {
	margin-top: 5px;
}

/* ed1
-------------------------------------------------------- */
#ed1 h1 {
	margin: 15px 0 30px 0;
}

.ed1 {
	margin: 15px 0 15px 15px;
	width: 550px;
}

.ed1 h2 {
	margin-bottom: 15px;
}

.ed1 h3 {
	border-bottom: 1px solid #999999;
	width: 100%;
	margin-bottom: 10px;
}

.ed1 ol {
	list-style-position: outside;
	margin-left: 30px;
}

.ed1 a{
	text-decoration:none;
}

.ed1 a:link {
	color: #0066ff;
}

.ed1 a:visited {
	color: #0066ff;
}

.ed1 a:hover {
	color: #0066ff;
	text-decoration:underline;
}

.ed1 a:active {
	color: #0066ff;
}

#ed1_course ol {
	list-style-position: outside;
	margin-left: 70px;
}

#ed1_course li {
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	line-height: 1.7em;
}

#ed1_course a {
	text-decoration:none;
}

#ed1_course a:link {
	color: #666666;
}

#ed1_course a:visited {
	color: #666666;
}

#ed1_course a:hover {
	background-color: #666666;
	color: #FFFFFF;
	text-decoration:underline;
}

#ed1_course a:active {
	background-color: #666666;
	color: #FFFFFF;
}

/* 今月の看護協会日程
-------------------------------------------------------- */

/* 日程基本 */
body.month {
	background-color: #ebebe3;
	background-image: url(../images/backline_p.gif);
	text-align: center;
}

.month h1 {
	font-size: 14px;
	color: #cc00cc;
	margin-bottom: 10px;
}

.month p {
	margin: 10px auto;
	text-align: center;
}

.month table {
	border-collapse: collapse;
	border: 2px solid #a6a6ff;
	margin: 5px auto 10px auto;
	font-size: 12px;
}

.month th {
	background-color: #ccccff;
	text-align: center;
	font-weight: normal;
	border: 2px solid #a6a6ff;
	white-space: nowrap;
}

.month td {
	border: 2px solid #a6a6ff;
	background-color: #FFFFFF;
}

/* 日程各要素 */
#mday {
	background-color: #FFFFE6;
	text-align: center;
}

.mweek {
	text-align: center;
}

#msat {
	background-color: #E6FFFF;
}

#msat_r {
	background-color: #E6FFFF;
	color: #FF0000;
}

#msan {
	background-color: #FFE6FF;
}

#msan_r {
	background-color: #FFE6FF;
	color: #FF0000;
}

#more {
	background-color: #FFCC99;
}

#more_r {
	background-color: #FFCC99;
	color: #FF0000;
}

#mday_r {
	color: #FF0000;
}

