@charset"utf-8";


/********** リセット **********/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-y;
}


/********** 非表示 **********/

.invisible{
	display: none;
}

hr#ss {
	display: none;
}


/********** 基本リンク色 **********/

a:link {
	color: #0000FF;
}

a:visited {
	color: #990066;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}


/********** フォントサイズなど **********/

.font10 {
	font-size: 10px;
	line-height: 14px;
}

.font12 {
	font-size: 12px;
	line-height: 20px;
}
