/***********************************************/
/* Layout Divs                                 */
/***********************************************/
body{
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}


/* 全体の幅 -------------------------------------------------*/

#box {
	width: 650px;
	padding: 0px;
	line-height: 110%;
	text-align: left;
	background-color: #ffffff;
	position: relative;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}
h5 {
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 3px;
	margin-right: 2px;
	margin-bottom: 3px;
	margin-left: 2px;
}
