
a:link {	color:	#0000aa; }
a:visited {	color:	#880088; }
a:hover {	color:	#0000ff; }
a:active {	color:	#ff5500; }

/* Body要素 */
body{
	background:					#000000;
	color:						#ffffff;
	margin:						0px;
	padding:					0px;
	
	background-position:		ledt top;
	background-repeat:			no-repeat;
	background-attachment:		fixed;
	background-image:			url(./img/if_side_back.jpg);
	
	overflow:					hidden; 
}

/* 記事記載エリア */
.BoxContent{
	margin:						0px 0px 0px 0px;
	padding:					10px 7px 10px 7px;
	width:						190px;
	height:						450px;
	font-size:					10px;
	font-weight:				600;
	line-height:				20px;
	color:						#000000;
	line-height:				1.2em;
}
.BoxContent div{
	margin:						0px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
}
/* p 要素 */
p{
	margin:						3px 0px 0px 10px;
	padding:					0px 0px 0px 0px;
	font-size:					10px;
	font-weight:				400;
	line-height:				1.1em;
}

/* h 要素 */
h1{
	margin:						5px 0px 0px 0px;
	padding:					0px 0px 0px 0px;
	font-size:					12px;
	font-weight:				800;
	color:						#880000;
	line-height:				1.1em;
}

