@charset "UTF-8";
/* CSS Document */
* {
	font-family:Meiryo, "Hiragino Kaku Gothic Pro W3", Osaka, "MS P Gothic", sans-serif;
}
body {
	background-color:white;
}
p,h1,h2,h3,h4,h5,h6,ul,ol {
	margin:0;
	padding:0;
	font-size:100%;
	line-height:1.5em;
	margin:10px 0;
}
h2 {
	text-transform:uppercase;
}
h3 {
	text-indent:-1.5em;
	padding-left:1.5em;
}
ol {
	margin:10px 0 10px 45px;
	list-style-position:outside;
	line-height:1.5em;
}
ul {
	margin:0 0 20px 20px;
	list-style-position:outside;
	line-height:1.5em;
	list-style:none;
	clear:right;
}
#mokuji {
	margin:30px auto;
}
#contents {
	position:relative;
	width:560px;
	margin:0 auto;
	padding:155px 10px 5px;
	background:white url(http://www.i-house.or.jp/eng/mail/images/merumagalogo.gif) top center no-repeat;
}
a, a:visited, a:hover {
	color:#660000;
}
.right {
	text-align:right;
}
.introduction {
	text-align:justify;
}
.article {
	width:auto;
	height:auto;
	margin-bottom:40px;
	text-align:justify;
}
.article img.image {
	float:right;
	border:solid 1px #CCCC99;
	padding:3px;
	margin:0 0 10px 10px;
}
.caption {
	float:right;
	border:solid 1px #CCCC99;
	padding:3px;
	margin:0 0 10px 10px;
}
.caption p{
	margin:2px 0 0 0;
	padding:0;
	text-align:center;
	font-size:xx-small;
	overflow:auto;
}
hr {
	width:90%;
	margin:0 auto 40px;
}
.header {
	color:#666666;
	text-align:center;
}
.footer {
	color:#666666;
	text-align:center;
	font-size:smaller;
	line-height:1em;
}
#en-jp {
	position:absolute;
	top:5px;
	right:10px;
}
.textred {
	color:#FF0000;
}
