body {
	margin: 0px 0px 15px 0px;
		background-color: #FFFFFF;
	}

a {
	text-decoration: none;
	
	
	}

a:link {
	color: #4040FF;
	}

a:visited {
	color: #000040;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}

h1 {
	font-size: 2.00em;
	color: #FFFFFF;	
	background-color: #A0110B;
	}

/* 個別ページ本文上部広告表示用 */
#adsense2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #800000;
	border-bottom-color: #800000;
	padding-top: 5px;
	padding-bottom: 5px;
	}

