/* ページの基本定義 d4820c */
body	{
	font-family     : "ＭＳ Ｐゴシック",sans-serif;
	font-size	: 14px;
	text-align	: center;
	
	margin		: 0px;
	background-color : #f9fac7;
}

/* ハイパーリンクのの基本定義 */
A:Link, A:Visited, A:Active{
	text-decoration : none;
	color		: #5F5F5F;
}

A:Link:Hover,A:Visited:Hover{
	color : #0B29C1;
}

/* 入力用項目が改行されないように定義 */
form {
	display		: inline;
}

/* 見出しの大きさなどを定義 */
h1 {
	font-size	: 78px;
	display		: inline;
}

h2 {
	font-size	: 18px;
	display		: inline;
}

/* 目立たせる場合の表示は赤 */
em   {
	color            : red;
	font-style       : normal; 
	font-weight      : normal; 
}

/* 強調表示は赤の太字 */
strong {
	color            : red;
	font-style       : normal; 
	font-weight      : bold; 
}

/* 画像の縁取りは表示させない */
img {
	border		: 0px;
}

/* スタイルシートの定義を全部解除 */
div.both{
	clear		: both;
}
/* =========== end ============== */
