@charset "utf-8";

/*
	Site Name: 奈良国立博物館
	Description: initial setting
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
}

body#exhib {
	background: url(../exhibition/img/back.jpg);
	background-position: center 64px;
	background-repeat: no-repeat;
}

body#events {
	background: url(../events/img/back.jpg);
	background-position: center 64px;
	background-repeat: no-repeat;
}

body#info {
	background: url(../info/img/back.jpg);
	background-position: center 64px;
	background-repeat: no-repeat;
}

body#news {
	background: url(../news/img/back.jpg);
	background-position: center 64px;
	background-repeat: no-repeat;
}

body#archives {
	background: url(../archives/img/back.jpg);
	background-position: center 64px;
	background-repeat: no-repeat;
}

body#guide {
	background: url(../guide/img/back.jpg);
	background-position: center 64px;
	background-repeat: no-repeat;
}

body#gallery {
	background: url(../gallery/img/back.jpg);
	background-position: center 64px;
	background-repeat: no-repeat;
}


/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	text-align: left;
	display: block;
	margin: 0px;
}

table {margin : 0;empty-cells: show;}

img {
	border: none;/* img do not want a border */
	outline: none;
}

ul li { list-style: none; }/* link do not want a dot */
ol li {list-style:decimal;}



/*
===== 3: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

/*
===== 4: link setting ===========================
*/

a{outline:none;}

a:link{
	color: #111111;
	text-decoration: none;
}

a:visited{
	color: #111111;
	text-decoration:none;
}

a:hover{
	color: #666666;
	text-decoration:none;
}

a:active{
	color: #111111;
	text-decoration:none;
}

/*パンくずリンクセット*/

#pan a:link{
	color: #3761ad;
	text-decoration:none;
}

#pan a:visited{
	color: #3761ad;
	text-decoration:none;
}

#pan a:hover{
	color: #666666;
	text-decoration:none;
}

#pan a:active{
	color: #3761ad;
	text-decoration:none;
}

/*メインリンクセット*/

#main a:link{
	color: #3761ad;
	text-decoration:none;
}

#main a:visited{
	color: #3761ad;
	text-decoration:none;
}

#main a:hover{
	color: #666666;
	text-decoration:none;
}

#main a:active{
	color: #3761ad;
	text-decoration:none;
}

h3 a:link,
h4 a:link {
	color: #111111!important;
	text-decoration:none;
}

h3 a:visited,
h4 a:visited {
	color: #111111!important;
	text-decoration:none;
}

h3 a:hover,
h4 a:hover {
	color: #111111!important;
	text-decoration:none;
}

h3 a:active,
h4 a:active {
	color: #111111!important;
	text-decoration:none;
}

/*2009/08/18 ss+kumagai added*/


p.banner {
	width: 832px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px 14px;
	font-size: 14px;
	font-weight:bold;
}

ul.banner_bottom {
	padding: 0px 0px 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 832px;
}

ul.banner_bottom li {
	float: left;
}
