@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 auto;
}

body {
	font-family : 'ＭＳ Ｐゴシック',sans-serif;
	font-size: 95%;
	line-height: 135%;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 1000px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	text-align: left;
}

#header {
	position: relative;
	margin-bottom: 5px;
}

#header .patient_name {
	text-align: right;
	padding: 0 5px;
	border-bottom: 2px solid #ffa500;
	background-color: #fff2c5;
	font-size: 12px;
}

#header button {
	border: 3px outset #;
	background-color: #dddddd;
	margin: 2px;
	padding: 3px;
	font-size: 14px;
	font-weight: bold;
}

#header button.b1 { width: 270px; }
#header button.b2 { width: 340px; }
#header button.b3 { width: 150px; }

#header .link {
	position: absolute;
	top: 8px;
	left: 880px;
	font-size: 12px;
}

#contents {
	margin: 0 auto;
}

#footer {
}

#footer h5 {
	margin: 0 5px;
}

img {
	border: none;
}

p {
	margin: 0 20px 10px 20px;
}

h1 {
	font-size: 100%;
	border-left: 12px solid #ffa500;
	border-bottom: 1px solid #ffa500;
	margin: 10px 20px;
	padding: 3px 5px;
}

.f_10p {
	font-size: 10px;
}

.error-message {
	font-weight: bold;
	color: #FF0000;
}

table.reserve_list {
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin: 0 auto 10px auto;
	text-align: center;
}

table.reserve_list th,
table.reserve_list td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 3px;
}

table.reserve_list th {
	font-size: 90%;
	background-color: #e7f7ff;
}

table.reserve_list th.w100 {
	width: 100px;
}

table.reserve_list td {
	text-align: center;
	font-size: 95%;
}

table.reserve_list td a {
	text-decoration: none;
	color: #000000;
}

table.reserve_list td.regok {
	background-color: #ffffFF;
}

table.reserve_list td.regng {
	background-color: #ffff00;
}

table.reserve_list td.regother {
	background-color: #cccccc;
}

table.reserve_check {
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin: 0 auto 10px auto;
	text-align: center;
}

table.reserve_check th,
table.reserve_check td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
}

table.reserve_check th {
	font-size: 120%;
	background-color: #e7f7ff;
}

table.reserve_check td {
	text-align: center;
	font-size: 120%;
}

input,
select {
	font-size: 110%;
	margin: 2px 0;
}

input.submit {
	background-color: #ffb6c1;
	font-weight: bold;
	padding: 5px;
}

table.user_add {
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin: 0 auto 10px auto;
}

table.user_add th,
table.user_add td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
}

table.user_add th {
	font-size: 95%;
	background-color: #e7f7ff;
}

table.user_add td {
	font-size: 95%;
}

table.user_add td input {
	font-size: 95%;
}

dl.qa {
	margin: 0 0 0 40px;
}

dl.qa dt {
	width: 665px;
	padding: 5px 20px 2px 30px;
	font-weight: bold;
	background-image:url(images/q.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

* html dl.qa dt {
	width: 665px;
}

dl.qa dd {
	width: 665px;
	padding: 3px 20px 20px 30px;
	background-image:url(images/a.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

* html dl.qa dd {
	width: 670px;
}

