@charset "UTF-8";
	
#contents{
	height:1280px;
	color: black;
	}

.article{
	width: 80%;
	margin: 0 auto;
}

p {
	margin: 1.2em 0;
	font-size:smaller;
	line-height: 1.8;
	padding: 0;
	}
	
img.floatright{
	float:right;
	padding:10px 0px 15px 15px;
}

@media only screen and (min-width:481px){
	br.br_480px{
		display:none;
	}
}

@media only screen and (max-width:480px){
	img.ohtaimg {
	  max-width: 50%;
	  height: auto;
	}
	h1.pageTitle{
		font-size: large;
		padding: 5px 0 0 0;
		line-height: 1.5em;
	}
}
	
p.alignRight {
	text-align: right;
	}
	
p.alignCenter {
	text-align: center;
	}

#contents hr{
	width: 100%;
}


#contents a{
	color:#0000ae;
}
