@charset "utf-8";
/* CSS Document */
body {
		background-color: #F9C270;
}

#mainContainer{
	background-image: url(img/back.png);
}





.title_color{
		font-size:1.2em;
	font-weight:700;
	color:#F28101;
}

.underline{
border-bottom:1px solid #ccc;
}


h1{
	background-color:#F28101;
	padding:15px;
	color:#fff;
}

h1.underline{
	color:#000;
	background-color:transparent;
	border-bottom:2px solid#F28101;
}

.exhibition_title{
	border-bottom:3px solid #F28101;
}

a {
  color: #F28101;
}

a:hover {
  color: #ccc;
}


.text-color{
	color:#F28101;

}



.border-color{
	border:1px solid #F28101;
	padding-top: 5px;
	padding-bottom: 5px;

}

.border-color.dot{
	border-style:dotted;

}




hr.color{
	height: 1px;
	border: none;
	border-top: 1px #F28101 solid;
}

hr.color.dot{
	border-top: 1px #F28101 dotted;
	margin:5px;
}



#mokuji a{
	border-bottom:1px dotted #F28101;
}

.sideMenuContainer a{
	border-bottom:#F28101 1px solid;

}

.sideMenuContainer a:hover{
	background-color:#FEC17E;
	color:#fff;
}


#home .sideMenuContainer #menu_index,
#contents1 .sideMenuContainer #menu_contents1,
#contents2 .sideMenuContainer #menu_contents2,
#contents3 .sideMenuContainer #menu_contents3,
#contents4 .sideMenuContainer #menu_contents4,
#contents5 .sideMenuContainer #menu_contents5,
#contents6 .sideMenuContainer #menu_contents6,
#contents7 .sideMenuContainer #menu_contents7{
	background-color:#F28101;
	color:#fff;

}

.profileTableHeader{
	background-color:#F28101;
	color:#fff;
	text-align:center;
}

 



.contentsBackColor{
	background-color:#fff2c8;

}

