/* --- 全ページ共通な項目の設定 ----  */

BODY {
	color: #333333;
	background-color: #ffffff;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family : "ＭＳ　ＰＲゴシック",sans-serif;
	font-family : "Times New Roman";
	line-height : 1.5;
}


P {
	color: #000000;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	font-weight: normal;
	font-size: 90%;
	line-height : 1.5;
}

PRE {
	color: #660000;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

UL {
	font-size: 100%;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;

	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;

	text-align:left;

/*	list-style-type: disc; */
}

OL {
	font-size: 100%;
	color: #000000; /* #999966 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;

	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;

	text-align:left;
}


A:LINK {
	color: #cc6600;
	font-size: 100%;
	text-decoration: underline;
}

A:VISITED {
	color: #990099;
	font-size: 100%;
	text-decoration: underline;
}

A:HOVER {
	color: #cc9900;
	font-size: 100%;
	text-decoration: underline;
}

.comment1{
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	text-align:left;
	text-indent: 14px;

	letter-spacing:3px;
	font-size:90%;
}

.comment2{
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	text-align:right;
	text-indent: 14px;

	letter-spacing:3px;
	font-size:90%;
}

.comment3{
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:5px;
	text-align:left;
	text-indent: 0px;

	letter-spacing:3px;
	font-size:90%;
}

