body { 
	background: #777777;
	color: #FFFFFF;
	background-image: url('17-02.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}

A         { color: #ADFF2F; }
A:visited { color: #ADFF2F; }
A:link    { color: #00FF00; }
A:active  { color: #DDFFDD; }

h2 {
	text-align: center;
    line-height: 150%;
    margin-top:50px;
    margin-bottom: 60px;
}
.disc {
	margin-bottom: 60px;
	width: 600px; 
	margin-right:auto;
	margin-left:auto;
	line-height:150%;
}

.menu{
	margin-bottom: 60px;
	width: 600px; 
	margin-right:auto;
	margin-left:auto;
	line-height:150%;
	
}

.alert{
	width: 600px;
	margin: 2em auto;
	border: solid 2px #ccc;
	background:#789;
	color:#ff0;
	padding:10px;
	line-height: 150%;
}

.title{
	width: 600px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 20px;
	border-bottom: #FFF 1px solid;
}
.detail{
	width: 500px;
	margin-left: 100px;
	margin-bottom: 50px;
	text-align: left;
	color: #FFF;

}
.part{
	width: 580px;
	margin-left: 20px;
	text-align: left;
	color: #FFF;
	/*font-size: 120%;*/
	margin-bottom: 10px;
}
