@charset "utf-8";


/* ************************************************************************
* --- Common ---
* 
*	1. Basic
*	2. Page Format
*	3. Parts Format
*
************************************************************************ */


/*//////////////////////////////////////////////////////////////////////// 
// 1. Basic
//////////////////////////////////////////////////////////////////////// */

body{
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-size: small;
	background: #D9DBCD url(../img/bg_back.jpg) top left repeat;
}

div, form, input, h1, h2, h3, h4, h5, h6, p, ul, li, ol, li, dl, dt, dd, hr{
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
}

a:link, a:visited{
	color: #669900;
}

a:hover, a:active{
	color: #5B6117;
}

/*//////////////////////////////////////////////////////////////////////// 
// 2. Page Format
//////////////////////////////////////////////////////////////////////// */

#bodyArea{
	width: 740px;
	margin: 0px auto;
	background: url(../img/bg_main.jpg) top left repeat-y;
}

#headerArea{
	width: 720px;
	margin: 0px auto;
	background: url(../img/bg_header.jpg) top left repeat;
}

#headerTop{
	width: 720px;
	height: 10px;
	position: relative;
	font-size: 1pt;
	z-index: 2;
	background: url(../img/bar_top.jpg) top left no-repeat;
}

#headerCenter{
	width: 200px;
	text-align: center;
	margin: 0px auto;
}

#contentArea{
	clear: both;
	width: 640px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

#footerArea{
	width: 720px;
	margin: 0px auto;
	background: url(../img/bg_footer.jpg) top left repeat;
}

#footerTop{
	width: 720px;
	height: 10px;
	background: url(../img/bar_bottom.jpg) top left no-repeat;
}

#footerCenter{
	width: 720px;
	text-align: center;
	margin: 0px auto;
	padding: 5px 0px 10px 0px;
}

#Clear{
	clear: both;
}

/*//////////////////////////////////////////////////////////////////////// 
// 3. Parts Format
//////////////////////////////////////////////////////////////////////// */

h1 a{
	width: 200px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../img/logo_s.jpg") top center no-repeat;
	/*\*/
		overflow: hidden;
	/**/
}

body#Artist h2{
	width: 200px;
	height: 20px;
	margin: 30px 0px 10px 0px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../artist/img/t_artist.jpg") top left no-repeat;
}

body#Museum h2{
	width: 200px;
	height: 20px;
	margin: 30px 0px 10px 0px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../museum/img/t_museum.jpg") top left no-repeat;
}

body#Jirokichi h2{
	width: 290px;
	height: 20px;
	margin: 30px 0px 10px 0px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../jirokichi/img/t_jirokichi.jpg") top left no-repeat;
}

body#Mandala h2{
	width: 200px;
	height: 20px;
	margin: 30px 0px 10px 0px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../mandala/img/t_mandala.jpg") top left no-repeat;
}

body#Sitemap h2{
	width: 200px;
	height: 20px;
	margin: 30px 0px 10px 0px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("../sitemap/img/t_sitemap.jpg") top left no-repeat;
}

/*//////////////////////////////////////////////////////////////////////// 
// 4. Font
//////////////////////////////////////////////////////////////////////// */

.textBold{
	font-weight: bold;
}

.smallFont{
	font-size: 80%;
}

.noticeFont{
	line-height: 1.25em;
	color: #AE4E4E;
}

.footerFont{
	font-size: 80%;
	color: #FFFFFF;
	line-height: 1.25em;
}

.footerFont a:link,
.footerFont a:visited,
.footerFont a:active{
	color: #FFFFFF;
}

.footerFont a:hover{
	color: #FCC489;
}

