/* ページの基本デザイン用CSS */
body {text-align:center; }

a:link { color: white; }
a:active { color:white; }


.contents {width:700px;
	margin:auto;
	background-color: black;
	padding: 10px;
	text-align: left; }

h1 { font-size: 26pt;
	font-family: "DFKai-SB";
	text-align: center;}

h2 { font-size: 18pt;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic; }

h3 { font-family:"DFKai-SB", "細明朝体", serif;
	color: #993333;
	font-size: 120%;
	margin:1em 0px;
	background-color: #AAAAFF;
	border-top: double 3px #000011;
	border-bottom: double 3px #000011;
	text-align: center;
	clear: both; }

p { color: white;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif; }

.t_en { color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-style: italic; }

address { font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	border-top: dashed 1px #663300;
	padding-top: 5px;
	margin-top: 15px;
	clear: both; }

p img { float: left;
	margin-right:5px;
	border: solid 1px #666666;
}