body {
	line-height: 180%;
	magin:0px;
	padding: 0px;
	background-color: #e0ffd0;
	font-weight: lighter
}


a:hover {position:relative; top:1; left:1}


h1{                 /*H1要素に以下のプロパティを宣言*/
	white-space: nowrap;
	font-size : 15pt;   /*フォントサイズを12ptにし、「;」で次の宣言に繋げる*/
}

h2{
	white-space: nowrap;
	font-size : 20pt
}

h3{
	white-space: nowrap;
	text-align:center;
	font-size : 25pt
}

h4{
	white-space: nowrap;
}

dl{
	white-space: nowrap;
	font-size : 18pt;
	margin-left: 10%;
}

dt{
	margin-top:20px;
}

.textbox{
	font-size : 21pt
}

.txtmode1 {
	ime-mode: active;   /* 全角モード */
}

.txtmode2 {
	ime-mode: inactive; /* 半角モード */
}

.txtmode3 {
	ime-mode: auto;
}

.border {
	border-style: solid;       /* 枠の形 */
	border-width: 1px;             /* ４方向の枠 */
	border-color: #0000ff;
	background-color: #E0FFD0
}

div.center {
	margin-left:auto;
	margin-right:auto;
	width:200px;
	height:200px;
	text-align:center; /* for IE */
}

div.center div.inner {
	text-align:left; /* for IE */
}
