/* Imgタグ */
img {
	border : 0px;
	margin:	0px;
}

/* aタグ */
a { 
	font-size : 10pt;
	line-height : 18px;
	text-decoration : none;
}

a:hover {
	border : 1px #202050 solid;
	background-color : #FFFFF0;
	color : blue;
}

table {
	margin-left: auto;
	margin-right: auto;
}

tr.light {
	font-size : large;
	font-weight : 900;
	background-color : #FFFFCC
}

tr.dark {
	font-size : large;
	font-weight : 900;
	background-color : #FFFF99
}

.title {
	color : black;
	font-size : x-large;
	font-weight : 900;
}

.menu {
	font-size : medium;
	font-weight : 900;
}

.strong {
	font-size : medium;
	font-weight : 900;
}

.center {
	text-align : center;
}

.small {
	font-size : small;
}

.MenuTitle {
	color : black;
	font-size : large;
	font-weight : 900;
	background-color : #FFCC33
}

.MenuList {
	color : black;
	text-align : left;
}

.RenewDay {
	color : red;
	text-align : center;
}

/* 取り消し線 */
.ss {
	text-decoration : line-through;
}

/*** 共通要素 ***/
/* NAZO */
.NAZO {
	font-style : italic;
}

.MenuElm {
	margin : 0px;
	padding : 3px;
	display : block;
	background-color : #f0f0f0;
	color : #0000ff;
	border : 1px #707070 solid;
	width : 90%;
	height : 12pt;
	line-height : 12pt;
}

.TableTitle {
	font-weight : bold;
	text-align : center;
}

.TableYenCell {
	text-align : right;
}


/*** トップページ ***/
/* リンク・バナーなどのメニュー */
.SideLink {
	/* フォント属性 */
	font-size : 10pt;

	/* レイアウト */
	line-height : 150%;
}


/* メインメニュー */
#MainMenu {
	/* フォント属性 */
	font-size : 10pt;

	/* レイアウト */
	line-height : 200%;
}


/*** ページ共通アイテム ***/
/* 右段落 */
#Right {
	margin-top : 0pt;
	margin-bottom : auto;
	float : right;
	width : 44%;
}

/* 左段落 */
#Left {
	margin-top : 0pt;
	margin-bottom : auto;
	float : left;
	width : 55%;
}

/* メニュー中そろえ */
#CenterMenu {
	margin-left : 10%;
}

/* Webサイトタイトル */
#Title {
	/* フォント属性 */
	font-size : 18pt;
	color : black;
	font-weight : bold;

	/* レイアウト */
	text-align : left;
	margin-top : 0px;
	margin-bottom : auto;
}

/* Pageタイトル */
#PageTitle {
	/* フォント属性 */
	font-size : 14pt;
	color : black;
	font-weight : bold;

	/* レイアウト */
	text-align : left;
	margin-top : 0px;
	margin-bottom : auto;
	margin-left : 5%;
}

/* メニューバー */
#MenuBar {
	/* フォント属性 */
	font-size : 8pt;
	color : black;
	font-weight : bold;

	/* レイアウト */
	text-align : left;
	margin-top : auto;
	margin-bottom : auto;
}

/* フッター */
#Footer {
	/* フォント属性 */
	font-size : 8pt;
	color : black;

	/* レイアウト */
	text-align : left;
	margin-top : 500px;
	margin-bottom : 0;
}

