﻿/* CSS Document */



/* フロート */
.LeftItem {
	float: left;
}

.RightItem {
	float: right;
}


/* フロート解除 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	line-height:0;
}

/* Hides from IE-mac ￥*/
*html .clearfix {
	height: 1%;
}

/* End hides from IE-mac ￥*/

/*既存*/

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	color:#000000; 
}
a.red:hover{
	text-decoration:underline;
	color:#cc0000; 
}
a.red {
	text-decoration:none;
	color:#ffffff; 
}

