@charset "UTF-8";

/* common
--------------------------------------------------------------------------------------------------------------*/
#main p {margin-bottom: 10px;}


/* title
--------------------------------------------------------------------------------------------------------------*/
#titleimg h2 {background: url(img/tit.gif) no-repeat;}


/* office_box
--------------------------------------------------------------------------------------------------------------*/
#main .office_box {
	clear: both;
}

	#main .office_box img {
		float: left;
		border: 1px solid #ddd;
		width: 119px;
		margin: 0 14px 20px 0;
		padding: 1px;
	}
	#main .office_box dl {
		float: right;
		width: 413px;
	}
		#main .office_box dl dt {
			margin-bottom: 2px;
			font-size: 108%;
			font-weight: bold;
		}
			#main .office_box dl dt a {
				margin-left: 0.5em;
			}
				#main .office_box dl dt a img {
					float: none;
					border: none;
					width: auto;
					margin: 0;
					padding: 0;
					vertical-align: middle;
				}
		#main .office_box dl dd {
			margin-bottom: 15px;
			color: #333;
		}
