/* body */
BODY {
  background-image: url(../../common/images/bg.html);
  background-repeat: repeat-y;
  background-position: 50%;
  background-attachment: fixed;
}

/* title */
.pagetitle {
	font-size: 160%;
	line-height: 125%;
	font-weight: bold;
	font-family : "Georgia", "Times New Roman", "Times", "serif";
}

/* navigation */
.localNavigation {
	font-size: 70%;
	line-height: 125%;
	font-weight: bold;
}

.headingSecondNavi {
	font-size: 80%;
	line-height: 133%;
	color: #5C4B1D;
	font-weight: bold;
}

/* heading */
.heading1 {
	font-size: 80%;
	line-height: 125%;
	font-weight: bold;
}

.heading3 {
	font-size: 80%;
	line-height: 133%;
	font-weight: bold;
}

.headingNote {
	font-size: 80%;
	line-height: 133%;
	font-weight: bold;
	color: #450000;
}

.headingMenu {
	font-size: 80%;
	line-height: 133%;
	font-weight: bold;
	color: #532323;
}

/* text */
.text {
	font-size: 80%;
	line-height: 133%;
}

.textSmall {
	font-size: 70%;
	line-height: 133%;
}

/* other */
.caption {
	font-size: 70%;
	line-height: 133%;
	color: #666666;
}

.attention {
	font-size: 80%;
	line-height: 133%;
	color: #666666;
}

.menu {
	font-size: 80%;
	line-height: 133%;
	color: #532323;
}

.note {
	font-size: 80%;
	line-height: 133%;
	color: #450000;
}

.download {
	font-size: 80%;
	line-height: 133%;
	color: #666666;
}

.bulletLink {
	color: #4A0A0A;
}

/* table */
table.generalTable {
 border: 1px solid #363636;
 border-width: 1px 0 0 1px;
 border-collapse: collapse;
}

.blockLeft table.generalTable,
.blockRight table.generalTable,
.blockFull table.generalTable {
 margin-left : 0;
 margin-right : 0;
 margin : 0;
}

table.generalTable td.level1 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #91876E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	line-height: 133%;
}

table.generalTable td.level2 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #B9B79C;
	font-weight: bold;
	font-size: 80%;
	line-height: 133%;
}

table.generalTable td.level3 {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #D8D7C7;
	font-size: 80%;
	line-height: 133%;
}

table.generalTable td {
	border-color: #363636;
	border-style: solid;
	border-width: 0 1px 1px 0;
	background: #FFFFFF;
	font-size: 80%;
	line-height: 133%;
}

/* link */
A:link {text-decoration:underline; color:#4A0A0A}
A:visited {text-decoration:underline; color:#666600}
A:active {text-decoration:underline; color:#4A0A0A}
A:hover {text-decoration:none; color:#4A0A0A}

/* link */
A:link.blue {text-decoration:underline; color:#0000FF}
A:visited.blue {text-decoration:underline; color:#0000FF}
A:active.blue {text-decoration:underline; color:#0000FF}
A:hover.blue {text-decoration:underline; color:#4A0A0A}

/* link */
A:link.red {text-decoration:underline; color:#FF0000}
A:visited.red {text-decoration:underline; color:#FF0000}
A:active.red {text-decoration:underline; color:#FF0000}
A:hover.red {text-decoration:underline; color:#4A0A0A}

/* Top */
.topCaption {
	padding-top:6px;
	font-size: 70%;
	line-height: 133%;
	font-family: "arial","Verdana", "Century Gothic", sanserif;
	color:#666666;
}

.openClose {
	padding-top:6px;
	font-size: 60%;
	line-height: 133%;
	font-family: "arial","Verdana", "Century Gothic", sanserif;
	font-weight:bold;
	color:#333333;
}
