/* CSS Document */

.comment {
	margin-left:150px;
	margin-top: -95px;
	float: right;
	display:inline;	/* floatには『display:inline;』を必ず追加。レイアウト崩れ防止 */
	font-size:10px;
	text-align:left;
/*	width: 800px;*/
	width: 665px;
	font-weight: normal;
	color: #666666;
}
.site_body {
	line-height: 1.5em;
	margin: 0px 0px;
	padding: 0px 50px 0px 100px;
}
.floor0 {
	margin: 10px 0px 5px 0px;
	background-color: #CCCCCC;
	padding-left: 10px;
}

.floor1 {
	margin: 10px 0px 5px 150px;
	list-style-type: none;
}
.floor1 li {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-indent: 10px;
	border-left-color: #FF9900;
	border-left-style: solid;
	border-left-width: 5px;
	margin: 5px 0px 0px 5px;
}

.floor2 {
	margin: 10px 0px 5px 150px;
	list-style: none;
}
.floor3 {
	list-style-type: none;
	margin: 10px 0px 5px 100px;
}
.supportlink {
	text-align: center;
	font-size: 12px;
}
