
/****************************************************************************************/
/*																						*/
/*										全体書式										*/
/*																						*/
/****************************************************************************************/

/******************************* ページ全体の初期化 *************************************/
*{
	margin			:	0;
	padding			:	0;
}

#MainPage{
	border-right	:	solid 1pt black;
	border-left		:	solid 1pt black;
	background		:	#ffffff;
	width			:	500pt;
	margin			:	0pt	auto;
}


/****************************** メインタイトルの書式設定 ********************************/
#MainTitle{
	float			:	right;
}

#MainTitle-Font{
	font-size		:	18pt;
}

/****************************************************************************************/
/*																						*/
/*										要素書式										*/
/*																						*/
/****************************************************************************************/

/****************************** body 書式 ***********************************************/
body{

	background		:	#f0ffff;
	text-align		:	center;						/********* IE5以下の対処 ************/
}




#MainTitleBar{
	width			:	500pt;
	height			:	25pt;
	text-align		:	right;
	background-color:	white;
vartical-align:bottom;

}


#MainTitle{
	font-size		:	18pt;
	font-weight		:	bold;
vartical-align:bottom;
}

#MainLogo{
	width			:	18pt;
	height			:	18pt;
}

#ContentsTable{
	font-size		:	10pt;
	font-weight:bold;
	border			:	0pt;
	cellpadding		:	0pt;
	cellspacing		:	0pt;
	height			:	20pt;
}

#ContentsID{
	background-color:	#000088;

}

.Contents{
	width			:	60pt;

}

/******	ContentsLinkの書式設定	****************/

.ContentsLink:link{
	color			:	#ffffff;
}

.ContentsLink:visited{
	color			:	#ffffff;
}

.ContentsLink:hover{
	color			:	#ffff00;
}



/****************************************************/
/**************** サブページ書式 ********************/
/****************************************************/

#TableCentering{
	padding-left	:	5pt;
}

#SubPageTitle{
	padding			:	10pt;
	height			:	25pt;
	text-align		:	left;
	font-size		:	18pt;
	font-weight		:	bold;
	color			:	#aa0000;

}

#Explanation{
	padding-bottom	:	10pt;
	padding-left	:	10pt;
	text-align		:	left;
	font-weight		:	bold;
}




/**** サブページにおける表の書式(行事ページ以外)**/

#SubPageTable{
	width			:	480pt;
	border-width	:	thin;
}

#SubPageTableTitleDate{
	width			:	150pt;
	text-align		:	center;
	font-weight		:	bold;
	background-color:	#00ff00;
}

.SubPageTableDate{
	text-align		:	center;
}

#SubPageTableTitleContents{
	text-align		:	center;
	font-weight		:	bold;
	background-color:	#00ff00;
}

.SubPageTableContents{
	text-align		:	left;
}

.SubPageTableTd{
	text-align		:	left;
}
