@charset "UTF-8";
/**
 * main.css
 * Copyright (C) Mitsuaki Ishimoto
 * define the style of child page
 */
/*================================================================*/
/*================================================================*/
.otherpage h3{
	font-weight:bold;
	font-size:110%;
	border-left: 5px solid #0080CC;
	padding-left: 7px;
	margin-bottom:10px;
}
