@charset "shift_jis";
.mainfont {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.smallfont {
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#171716;
	background-image: url(images/091222-01.gif);
	background-repeat: repeat-x;
	background-color:#eee8e8;
	font-size: small;
	}


p {line-height: 160%;}


img {
	border:0
	}

form {
	margin:0px
	}

	
/** 全体のリンクカラー **/
a,a:link {
	color:  #473328;
	}
a:visited {
	color: #473328;
	}
a:hover {
	color:#993366
	}
	
/** フッター **/
#foot td{
	line-height:120%
}


/* 赤文字（強調したいところなど） */
.red {
	color:#CC0000
	}