	body {
		font-size: 12px;
		color: #FFFFFF;
		line-height: 140%;
		background-image: url(../images/common/bg.gif);
		margin: 0px;
		padding: 0px;
	}
.container {
	background-color: #202020;
	border: 1px solid #9b9b9b;
}
.container02 {
	background-color: #202020;
}
.small_text {
	font-size: 10px;
	line-height: 120%;
}
.middle_text {
	font-size: 16px;
	line-height: 120%;
}
.large_text {
	font-size: 20px;
	line-height: 120%;	
}
a:link {
	color: #ff7e00;
	text-decoration: underline;
}
a:visited {
	color: #ff7e00;
	text-decoration: none;
}
a:hover {
	color: #FFE400;
	text-decoration: underline;
}
a:active {
	color: #ff7e00;
	text-decoration: underline;
}.border {
	border: 1px solid #919191;
}

/*--カレンダーページ　WEBDIARYリンク色を背景と同化させる--*/
a#webdiary:link {
	color: #414141;
}
a#webdiary:visited {
	color: #414141;
}
a#webdiary:hover {
	color: #414141;
}
a#webdiary:active {
	color: #414141;
}

/* link
-------------------------------------------------- */
.link a:link {
	color: #ff7e00;
	text-decoration: none;
}
.link a:visited {
	color: #ff7e00;
	text-decoration: none;
}
.link a:hover {
	color: #FFE400;
	text-decoration: none; !important
}
.link a:active {
	color: #ff7e00;
	text-decoration: none;
}
.link02 a:link,
.link02 a:visited,
.link02 a:hover,
.link02 a:active {
	text-decoration: none;
}




