@charset "utf-8";
/* CSS Document */

/* Texts */
	h1, h2, h3 {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#2d336b;
		margin:10px 0 5px;
		}
	h1 {
		font-size:30px;
		}
	h2 {
		font-size:28px;
		}
	h3 {
		margin:0 0 10px;
		font-size:22px;
		}
	p {
		font-family:Tahoma, Geneva, sans-serif;
		font-size:13px;
		margin:10px 0;
		padding:0;
		}
	hr {
		margin:0;
		padding:0;
		border:0;
		height:1px;
		background-color:#DAD8CC;
		}
	a {
		color:#339;
		}
		
/* P */
	.department_address {
	 /*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
		font-size:20px;
		}
	.desc p {
		font-size:11px;
		color:#111;
	}
	.green {
		color:green;
	}
/* ul, li */
	ul {
		}
	ul, li {
		
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		line-height:1.3em;
		}
/* Breadcrumbs */
	.breadcrumbs {
		padding-top:5px;
		padding-bottom:5px;
		font-size:12px;
		font-family:Tahoma;
		border-bottom:dotted 1px #ccc;
		}
	.breadcrumbs a {
		color:#666;
		text-decoration:none;
		}
	.breadcrumbs a:hover {
		color:#333;
		text-decoration:underline;
		}
	.breadcrumbs .delimiter {
		margin-left:5px;
		margin-right:5px;
		}


