@charset "UTF-8";

/* www.nobogura.co.jp
 * Style sheet for the HTML 4.01 specification
 * Last modify 2009/09/28 14:31
 */

@import url("body.css");


/* main */

#main div.box {
		float: right;
		width: 470px;
}

#main div.cel {
		width: 750px;
		margin-bottom: 10px;
		padding: 5px;
		background: #fffeef;
		border-top: 10px solid #c5c393;
		border-bottom: 1px solid #c5c393;
}

* html #main div.cel {
		width: 760px;
}

#main div:after {
		content: ".";
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
		clear: both;
}



#main div h3 {
		margin-bottom: 5px;
		font-size: 100%;
		color: #59571a;
}

#main div img {
		float: left;
		margin-right: 5px;
}

#main div p {
		margin: 0px;
}

