/*////////////////////////////////////////////////
// individual style sheet
// requirements:
//     /common.css
// DH Graduate Products "Kono Taro TEAM."
// www.taro.org
////////////////////////////////////////////////*/

img.imgleft {
   float : left;
   margin-right: 10px;
}
img.imgright {
   float : right;
   margin-left: 10px;
}
td.just {
	line-height: 1.5em;
	text-align:justify;
	text-justify:inter-ideograph;
}
address {
	font-family:'Arial', 'Helvetica', 'sans-serif';
}

/* head-font */
h3 {
	font-size: medium;
	color:#0066ff;
	font-weight:bold;
	font-family:'Verdana','Arial','Helvetica','sans-serif';
	margin-top: 0px;
	margin-bottom: 5px;
}
h4 {
	font-size: small;
	color:#0066ff;
	font-weight:bold;
	font-family:'Verdana', 'Arial', 'Helvetica', 'sans-serif';
	margin-top: 5px;
	margin-bottom: 0px;
}

/* font */
.pagetitle {
	font-size: small;
	color:#000000;
	font-weight:bold;
}
.mokuji {
	font-size: small;
	color:#000000;
	font-weight:bold;
	font-family:'Verdana','Arial','Helvetica','sans-serif';
	margin-left: 20px;
}
.rightjust {
	text-align: justify;
}


/* margin-top */
.marginT10 {
	margin-top: 15px;
}


/* background-color */
.bg015994 {
	background-color:#015994;
}

/* background-image */
#header_b {
	background-image:  url("/images/header_b_back.gif");
}
#line_dot {
	background-image:  url("/images/line_dot.gif");
}

