/* -----各ページ共通----- */

body {
	background-color : #ccffff; 
}

.base-font {
	font-size:12pt; /* 文字の大きさ */
}

.bold-text {
	font-weight:bold; /* 太文字 */
}

/* -----トップページ用----- */

/* タイトル */
h1.title001 {
	font-size:28pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
}

h2 {
	border-style: solid;
	border-width: 0px 0px 1px 18px;
	border-color: #000066;
}


p.copyright {
	font-size:10pt;
	color:#000000;
}