/* サイト体裁 */
body{

	font-style: normal;
	font-size: 70%;
	font-family: Arial,Helvetica,sans-serif;

	color: #000000;
	background-color: #bbbbbb;
	background-image: url(../img/background_ign.jpg);
	background-attachment: fixed;
	margin: 0px;

}

td.base{
	font-size: 80%;
	background-color: white;

}
td.title{
	background-image: url(../img/title.jpg);
	background-repeat: norepeat;
}
td.calendar{

	background-image: url(../img/menu_bg.png);
	background-color: #CCCCE7;
	
}
td.menu{

	background-image: url(../img/menu_bg.png);
	background-color: #CCCCE7;
	
}
td.shadow_all{

	background-image: url(../img/all_shadow.png);

}
td.shadow{

	background-image: url(../img/menu_shadow.png);

}


/* 見出し */
div.mini_title{
	font-size: 120%;
	font-weight: bold;
	color: #555599;

}

/* ハイパーリンク */
a:link{
	color:#0000ff;
	text-decoration:none;
}
a:active{
	color: #9393ff;
	text-decoration: none;
}
a:visited{
	color: #0000ff;
	text-decoration: none;
}
a:hover{
	color: #00aaff;
	text-decoration: underline;
}
shadow{
	text-decoration: none;
}

/* コピーライト */
div.copyright{
	
	border-top-style: solid;
	border-top-width: 1px;
	
	margin-left: 15px;
	margin-right: 15px;
	
	padding-top: 3px;
	padding-bottom: 5px;
	
	color: #555599;
	font-size: 11px;

}

/* システムエラー */
div.error{

	color: red;
	font-weight: bold;

}

