@charset "UTF-8";

/* ------------------------------
 Activity
------------------------------ */

#activity {

}

.menu_title {
	padding-bottom: 10px;
	border-bottom:dotted 1px #C94D4D;
}

.menu_item {
	background-image: url(../image/activity/menu_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 90%;
	line-height: 1.5em;
	border-bottom:dotted 1px #C94D4D;
}

.menu_item a {
	text-decoration: none;
}

.menu_item a:hover {
	text-decoration: underline;
}

.menu_item_select {
	background-image: url(../image/activity/menu_arrow_select.gif);
	background-repeat: no-repeat;
	background-color: #F6D6D3;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 90%;
	line-height: 1.5em;
	border-bottom:dotted 1px #C94D4D;
}

.menu_item_select a {
	text-decoration: none;
}

.menu_item_select a:hover {
	text-decoration: underline;
}

/* ------------------------------
 Matrix
------------------------------ */

.matrix_key {
	padding-top: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	border-color: #CCCCCC;
	border-bottom: 1px dotted;
}

.matrix_value {
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	border-color: #CCCCCC;
	border-bottom: 1px dotted;
}

/* ------------------------------
 Photo
------------------------------ */

.photo_title {
	text-align: left;
	
}

.photo {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 15px;
}

/* ------------------------------
 障害者雇用
------------------------------ */
.mark {
	padding-bottom: 10px;
	vertical-align: top;
}

.mark_text {
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	padding-bottom: 20px;
}

.mark_text_title {
	color: #e3837a;
	font-weight: bold;
}

/* ------------------------------
 どんぐり福祉会
------------------------------ */
#donguri {

}

#donguri .read {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8em;
}

#donguri .read_indent {
	padding-left: 1em;
	padding-right: 1em;	
	padding-bottom: 10px;;		
}

#donguri .read_no_indent {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 1.8em;
}

#donguri .sub_title {
	font-weight: bold;
	color: #80A957;
}

#donguri ul {
    list-style: none;
    line-height: 1.8em;
}
 
#donguri li {
    margin-bottom: 10px;
	padding-right: 2em;
    text-indent: -1em;
}

