<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************/
/*各ページのcssはコチラ*/
/***************************/
@import "page.css";

/***************************/
/*全ページ共通項目*/
/***************************/

/*-----------------------------------------------------------------------------Hタグ*/
/* H3 */
h3{
	font-weight:				normal;
	color:					#ccc;
	font-size: 				small;
	color: 					#000000;

}


/*-----------------------------------------------------------------------------LEFT*/
div#left{
	width:					530px;
	float:					left;
	text-align:				left;
	margin-bottom:				40px;
}
/*-----------------------------------------------------------------------------RIGHT*/
div#right{
	width:					430px;
	float:					right;
}

/*-----------------------------------------------------------------------------table*/
.table01{
	font-size: 				small;
	width: 					510px;
	border-collapse: 			collapse;	
	border-spacing: 			0;
	margin-bottom: 				30px;
	line-height: 				150%;
}
.table01 .line01{
	width: 					95px;
	font-weight: 				bold;

}
.table01 td{
	border-bottom: 				1px dotted #DDD;
	padding:				10px 0px 10px 0px; /*上右下左*/
}

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

#img01{
	margin:				20px 0px 0px 0px; /*上右下左*/
}
</pre></body></html>