@charset "UTF-8";

#contents p,
#contents h4,
#contents dd,
#contents dt {
	font-size: 93%;
	}
	
.section01-sec {
	margin-bottom: 1.8em;
	}
	
#contents .section01-sec p {
	margin-bottom: 0.8em;
	}
	
#contents .section01-sec h3 {
	font-size: 108%;
	margin-bottom: 0;
	}
	
#contents .section01-sec h4 {
	margin-bottom: 0;
	}
		
#contents p#author {
	text-align: right;
	margin-top: 2em;
	margin-bottom: 30px;
	}

#address li {
	float: left;
	width: 280px;
	background-image: url(../img/dotted.gif);
	}
	
#address li.last-child {
	float: left;
	width: 280px;
	margin-left: 40px;
	}
	
#address dl {
	margin-bottom: 20px;
	background: #fff;
	margin: 1px;
	padding: 10px;
	}
	
#address dl.last-child {
	margin-bottom: 0px;
	}
	
#address dl dt {
	font-weight: bold;
	margin-bottom: 0.3em;
	}
	
#contents dd.mail {
	padding: 3px 0;
	}

#contents dd.mail img {
	vertical-align: baseline;
	}
	
/*----------------------------------------------------------

	Clearfix

-----------------------------------------------------------*/

/*clearfix*/
.dottedBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
.dottedBox {
	zoom: 1;
	}







