/*ボディ*/
body {
	margin:0px;
	background-color: black;
	overflow-x: hidden;
}

/*ディヴィジョン*/
div.main {
	margin-left: 25%;
	margin-right: 20px;
}
div.body {
}
/*タイトルバー*/
div.titlebar {
	position: absolute;
	top:  5px;
	left: 0px;
	margin-left: 5px;
	width: 100%;
	border-top: 1px solid red;
	border-left:1px solid red;
}
/*h2関連要素*/
div.section {
	margin: 10px 10px 25px 10px;
	padding: 0px 0px;
	border-top: 2px solid red;
	border-left: 2px solid red;
}
/*h3関連要素*/
div.block {
	margin: 20px;	
}
p {
	font-size: 13pt;
	color: white;
	font-weight: bold;
	margin: 10px 5px;
	font-family: 'Palatino Linotype';
	line-height: 1.0;
}
/*LINK 関連要素*/
a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}
h1 {
	font-size: 20pt;
	color: black;
	font-weight: bold;
	margin-top: 25px;
	margin-left: 5px;
	width: 100%;
	background-color: red;
	font-family: 'Palatino Linotype';
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: "#FFFFCC";
	background-color: red;
	margin: 0px 0px;
	font-family: 'ＭＳ Ｐ明朝';

}
h3 {
	font-size: 12pt;
	color: white;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	color: "#000000";
	background-color: "#FF6600";
	margin: 0px 0px;
	width: 100%;
}
h5 {
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
#elm001 {
	font-size: 12pt;
	font-weight: bold;
	color:white;
}
#elm002 {
	font-size: 10pt;
	font-weight: bold;
	color:white;
}
/*クラス*/
a:hover {
	color: yellow;
	background-color: black;
}
