@charset "UTF-8"; 

body{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

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

a:link {
	border: none;
	color: #999;
	text-decoration:none;
}
a:visited {
	border: none;
	color: #999;
	text-decoration:none;
}
a:active {
	border: none;
	color: #000;
	text-decoration:none;
}
a:hover {
	border: none;
	color: #000;
	text-decoration:none;
}

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

.fullbox{
	width: 500px;
	margin: 0px auto 0px auto;
	padding: 0px;
	font-size: small;
	font-family: Garamond, Times, Baskerville, 'Times New Roman','Hiragino Mincho Pro W3 ','ＭＳ 明朝', serif;
}

.title{
	margin: 90px auto 90px auto;
	padding: 0px;
	font-size: 23px;
	text-align: center;
	letter-spacing: 0.15em;
}

img{
	padding: 5px;
	float:right;
}

.article{
	margin: 20px auto 20px auto;
	padding: 0px;
	letter-spacing: 0.3em;
	line-height: 162%;
}

.articleEn{
	margin: 20px auto 20px auto;
	padding: 0px;
	letter-spacing: 0em;
	line-height: 162%;
}

.date{
	text-align: right;
	font-family:Georgia;
	letter-spacing: 0.1em;
}

.section{
	clear:both;
	padding: 55px;
	text-align: center;
	font-size: medium;
}

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

