@charset "utf-8";
/* CSS Document */

																	/*ブロック、マージンボーダーパディングクリア*/
* {
		/*display:block;*/
		margin:0px;
		border:0px;
		padding:0px;
		font-size:16px;
		list-style-type:none;
}

a:link {
	color:black;
}
a:visited {
	color:black;
}
a {
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#996666;
}
p {
	font-size:16px;
	line-height:24px;
}



