@charset "utf-8";


/*---------- ボタン風 ----------*/
div#original {
	border-style: ridge;
	border-width: 2px;
	border-color: #a08080;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 4px 4px 5px #403030;
	-moz-box-shadow: 4px 4px 5px #403030;
	-webkit-box-shadow: 4px 4px 5px #403030;
	display: block;
	float: left;
	text-align: center;
	padding: 0.5em 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 2em;
	background-image: url(./images/bg1.png);
	color: #600000;
	font-weight: bold;
}

/*---------- 左フロート --------*/
.leftfloat {
	display: block;
	float: left;
}
.rightfloat {
	display: block;
	float: right;
}

/*---------- 黒丸リスト --------*/
ul.disc li, ul ul.disc li {
	margin-top: 0.5em;
	margin-left: 4em;
	list-style: disc;
	margin-top: 0em;
}

/*---------- 黒角リスト --------*/
ul.square li {
	margin-top: 0.5em;
	margin-left: 4em;
	list-style: square;
	margin-top: 0em;
}

/*---------- ロゴ領域 --------*/
div.logo {
	clear: right;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}
div.logo p {
	font-style: italic;
}
div.fcplogo {
	float: right;
}

/*---------- 監修 ----------*/
#supervise {
	width: 170px;
	margin-left: 1em;
}

/*---------- サーバ構成 ----------*/
#server_structure {
	margin-left: 35px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#system_structure {
	margin-top: 1em;
	text-align: center;
}

