@charset "utf-8";
/* base styles */

body {
	font-size: 14px;
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(../image/shared/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
a {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #990066;
}
a:hover, a:focus, a:active {
	color: #FF0000;
}
/*hr*/
hr {
	display: none;
}
/*br*/
br{
	letter-spacing: 0;
}
/*非表示*/
.invisible {
	overflow: hidden;
	height: 0px;
}
/*フロートクリア*/
div.clear {
	clear: both;
}
div.clear1px {
	clear: both;
	height: 1px;
}
/* clearfix hack */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* hide macie \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide */
/* end clearfix hack */

#container {
	width: 980px;
	background-color: #FFFFFF;
}
