/* CSS Document */

body, html{
	height:100%;
}

body {
	font-family:Arial;
	font-size:12pt;

	margin:0px;
	padding:0px;
	
	margin-top:95px;
	margin-left:100px;
	margin-right:150px;
	
	background-color:white;	
}



a {
	color:black;
}


ul {

}

ul li {
	margin-left:-17pt;
	margin-bottom:5px;
}






div.logo {
	position:fixed;
	
	right:0px;
	top:0px;
	height:100%;
	background-color:yellow;
	
	width:100px;
}

div.logo img {
	position:absolute;
	width:100px;
	top:50px;
	left:-50px;
}


div.tit {
	margin-bottom:95px;
}

div.cnt {
}

span.tit {
	font-size:25pt;
}


