/* --------------------------------------------
 Stylesheet for help_atcd0_point
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover {
	color: black;
	text-decoration: none;
}

.contents {
	margin: 5px 0 10px 40px;
	padding: 5px;
	clear: both;
	float: left;
	width: 750px;
}

.title {
	clear: both;
	float: left;
	width: 800px;
}

.l_title  {
	padding: 5px;
	float: left;
	width : 450px;
	height: 25px;
	border: solid #000066 1px;
	font-size: 110%;
}

.r_title {
	padding: 5px;
	float: left;
	width: 150px;
	height: 25px;
 	border: solid #000066 1px;
	background-color: #000066;
	color: white;
	font-size: 90%;
	text-align: center;
}

.r_title a:link, .r_title a:visited, .r_title a:hover {
	color: white;
}

.m_title {
	padding: 5px;
	float: left;
	width : 450px;
	height: 25px;
	border: solid #000066 1px;
	font-size: 100%;	
}
	
	
	