@charset "utf-8";
 
/*---------------------------------------------

Service Page CSS

for "/index.html"
linked to "/index.html"

---------------------------------------------*/

@import url(common.css);
@import url(layout.css);

/*---------------------------------------------

/* main content */

/* 概要 */

th.about-1 {
	font-weight: normal;
	background-color: #CCCCCC;
	width: 100px;
	padding: 3px 0 3px 5px;
	text-align: left;
	}

td.about-1 {
	padding: 3px 0 3px 5px;
	}

td.about-1 a {
	color: #0000FF;
	}


/* 沿革 */

table.about-2 {
	padding: 0;
	border: none;
	}

th.about-2 {
	font-weight: normal;
	vertical-align: top;
	width: 100px;
	padding: 4px 0 3px 5px;
	text-align: left;
	border-top: #CCCCCC 1px dotted;
	border-left: #CCCCCC 1px dotted;
	border-bottom: none;	
	}

th.about-2-bottom {
	font-weight: normal;
	vertical-align: top;
	width: 100px;
	padding: 4px 0 3px 5px;
	text-align: left;
	border-top: #CCCCCC 1px dotted;
	border-left: #CCCCCC 1px dotted;
	border-bottom: #CCCCCC 1px dotted;	
	}

td.about-2 {
	padding: 4px 0 3px 5px;
	border-top: #CCCCCC 1px dotted;
	border-left: #CCCCCC 1px dotted;
	border-right: #CCCCCC 1px dotted;
	border-bottom: none;	
	}

td.about-2-bottom {
	padding: 4px 0 3px 5px;
	border-top: #CCCCCC 1px dotted;
	border-left: #CCCCCC 1px dotted;
	border-right: #CCCCCC 1px dotted;
	border-bottom: #CCCCCC 1px dotted;
	}

dt.staff-1 {
	font-weight: bold;
	}

dd.staff-1 {
	margin-top: 1em;
	margin-bottom: 2em;
	}