/* CSS Document */


	
/*----------見出し画像---------*/
div#topimage {
	margin:0;
	padding:0;
	height: 250px;
	width: 800px;
	background:url(../contact/images/topimage-contact.jpg) no-repeat;
	}
h4#picture {
	background:url(../affiliations/images/aff-h2.gif) no-repeat;
	width:541px;
	height:72px;
	text-indent:-9999px;
	margin:30px 0;
	}
h2 {
	background:url(../contact/images/contact-h2.gif) no-repeat;
	text-indent:-9999px;
	border-bottom:1px solid #660000;
	height:20px;
	margin:30px 0 5px 0;
	width:541px;
	}
	
h3 {
	margin:30px 0 1px 0;
	color:#333;
	font-weight:bold;
	font-size:13px;
	}

/*----------可変部分---------*/

div.box {
	margin:10px 0 5px 0;
	padding:5px;
	width:529px;
	vertical-align:top;
	border:1px solid #aaa;
	}

div.pict {
	width:142px;
	float:left;
	margin-right:10px;
	}

div.text {
	width:362px;
	float:right;
	}

div.text p {
	margin-top:1em;
	}

.style28 {color: #CC0000}