@charset "UTF-8";

/* CSS Document */
@import url(http://kyoto-kenren.or.jp/css/common.css);
@import url(http://kyoto-kenren.or.jp/css/contents.css);


/* ========= contents | index(old) =========*/
.photo-kaicho {
	float: left;
	width: 145px;
	height: 199px;
}
.greeting-text {
	margin-left: 155px;
	margin-right: 4px;
}

/* ========= contents | org(eq.index) =========*/
.chart {
	margin-left: 13px;
	margin-bottom: 20px;
}
.direc-list {
	width: 40%;
}
.group-list {
	width: 528px;
	margin-top: 15px;
	border-collapse: collapse; 
	border: 2px #82745b solid;
}
.group-list tr {
	border-top: 1px #82745b solid;
	border-left: 1px #82745b solid;
}
.group-list th,
.group-list td {
	padding: 6px 10px;
	line-height: 1.4;
	text-align: center;
	vertical-align: top;
	border-right: 1px #82745b solid;
	border-bottom: 1px #82745b solid;
}
.group-list th {
	background-color: #b3a293;
	font-weight: bold;
	font-size: 130%;
}
.group-list th p {
	font-size: 80%;
	font-weight: normal;
	display: inline;
}
.group-list td {
	background-color: #f7f4ef;
}
.group-list .input {
	width: 377px;
}
.group-list .contact {
	width: 150px;
	text-align: left;
	white-space: nowrap;
	background-color: #e5dcd0;
}
.group-list .free {
	text-align: left;
	font-size: 98%;
}

/* ========= contents | admission =========*/


/* ========= contents | contact =========*/
/*List*/
.contact-list,
.access-list {
	margin: 10px 4px;
	font-size: 90%;
}
.contact-list dt,
.access-list dt {
	float: left;
	padding-left: 24px;
	font-weight: bold;
	background: url(http://kyoto-kenren.or.jp/images/common/item_red_txt.gif) 8px center no-repeat;
}
.contact-list dt {
	width: 95px;
}
.contact-list dd {
	margin-left: 121px;
}
.access-list dt {
	width: 170px;
}
.access-list dd {
	margin-left: 194px;
}
.listline {
	padding-bottom: 4px;
	padding-top: 7px;
	border-top: 1px #999999 dashed;
}

/*Form*/
#left form {
	width: 532px;
}
.form-table {
	width: 522px;
	margin: 5px 4px;
	border-collapse: collapse;
}
.form-table th,
.form-table td {
	padding: 6px 4px;
	font-size: 90%;
}
.form-table th {
	width: 122px;
	background-color: #793743;
	color: #ffffff;
	white-space: nowrap;
}
.form-table td {
	background-color: #d3bfbc;
}
.form-text {
	vertical-align: top;
}

.item-space,
.item-text {
	margin-left: 5px;
}
.item-space {
	width: 170px;
	line-height: 1.6;
}
.item-text {
	width: 370px;
	height: 100px;
}
.example {
	font-size: 85%;
	color: #555555;
}
.listline-w {
	border-top: 1px #ffffff dashed;
}

.btn {
	margin: 2px 0 2px 144px;
	height: 20px;
}
.btn li {
	float: left;
	margin: 0 9px;
}
*html body .btn li {
	float: left;
	margin: 0 4px;
}
.btn input {
	width: 100px;
	height: 30px;
	margin: 0;
	pading: 0;
	border: 0;
}
.submit-btn {
	background: url(http://kyoto-kenren.or.jp/about/images/button_submit_off.gif) left top no-repeat;
}
.submit-btn:hover {
	background:url(http://kyoto-kenren.or.jp/about/images/button_submit_on.gif) left top no-repeat;
}
.submit-btn:active {
	background: url(http://kyoto-kenren.or.jp/about/images/button_submit_click.gif) left top no-repeat;
}
.reset-btn {
	background: url(http://kyoto-kenren.or.jp/about/images/button_reset_off.gif) left top no-repeat;
}
.reset-btn:hover {
	background:url(http://kyoto-kenren.or.jp/about/images/button_reset_on.gif) left top no-repeat;
}
.reset-btn:active {
	background: url(http://kyoto-kenren.or.jp/about/images/button_reset_click.gif) left top no-repeat;
}
/*map*/
.detail-map {
	margin: 25px 13px 5px;
}