﻿@charset "utf-8";

/*
	Site Name: 奈良国立博物館
	Description: common setting
*/

/*
===== CONTENTS ===========================================

	1: HEADER
	2: NAVI
	3: SIDEBAR
	4: FOOTER

==========================================================
*/

/*



/*
===== 1: HEADER ==========================================
*/

#search_test {
	float: right;
	width: 194px;
	height: 16px;
	margin: 16px 0 0 0px;
	background: url(../img/search.png) 0 0 no-repeat;
	/*display:none; 検索窓非表示*/
}

#search {
	float: right;
	width: 194px;
	height: 16px;
	margin: 16px 0 0 0px;
	background: url(../img/search.png) 0 0 no-repeat;
	/*display:none; 検索窓非表示*/
}

input.search {
	/*background: url(../img/search.gif) 0 0 no-repeat;*/
	background: none;
	border: none;
	width: 190px;
	height: 15px;
	border: 0px;
	padding: 3px 0px 0px 8px;
	font-size:10px;
	letter-spacing:0.1em;
	margin: 0;
	float: left;
}

input.search:focus {
	border:none;
} 

.hidden {
	display: none;
}

#top_header h1 a {
	width: 216px;
	height: 60px;
	text-indent: -9999px;
/*	background: url(../img/logo.png);
*/	background-repeat:no-repeat;
	background-position: center;
	float: left;
	display: block;
}

#header h1 a {
	width: 216px;
	height: 60px;
	text-indent: -9999px;
	background: url(../img/logo.png);
	background-repeat:no-repeat;
	background-position: center;
	float: left;
	display: block;
}


.language {
	/*border-top: 2px solid #000000;
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;*/
	text-align: center;
	position: absolute;
	right: 0;
	top:-55px;
	width: 192px;
	}

/*2012.07竹本追加　トップページ以外にも英HPへのリンクつける*/
.language01 {
	margin: 10px 0 0 0;
	text-align: center;
	float: right;
	width: 192px;
	right: 0;
	font-size:14px;
	}
	



/*
===== 2: NAVI ==========================================
*/

#navi ul {
	float: left;
	width: 608px;
}

#navi li {
	display:block;
	float:left;
	height:32px;
	text-indent:-9999px;
}

#navi li a{
	display:block;
	height:32px;
}

li.navi1 a{background:url(../img/navi1.gif) 0px 0% no-repeat;width:89px;}
li.navi2 a{background:url(../img/navi2.gif) 0px 0% no-repeat;width:103px;}
li.navi3 a{background:url(../img/navi3.gif) 0px 0% no-repeat;width:88px;}
li.navi4 a{background:url(../img/navi4.gif) 0px 0% no-repeat;width:88px;}
li.navi5 a{background:url(../img/navi5.gif) 0px 0% no-repeat;width:67px;}
li.navi6 a{background:url(../img/navi6.gif) 0px 0% no-repeat;width:99px;}
li.navi7 a{background:url(../img/navi7.gif) 0px 0% no-repeat;width:74px;}

li.navi1 a:hover,
li.navi2 a:hover,
li.navi3 a:hover,
li.navi4 a:hover,
li.navi5 a:hover,
li.navi6 a:hover,
li.navi7 a:hover {background-position:0px 100%;}

/*フォントサイズ変更部分*/

#size {
	width: 192px;
	height: 32px;
	float: right;
	background: #000000;
	color: #ffffff;
}

#size:after {
   content:"";
   display:block;
   visibility:hidden;
   height:0;
   clear:both;}
#size {display:inline-block;}
/*\*/
* html div#size {height:1%;}
#size {display:block;}
/**/

#size a{
	float: left;
	width: 22px;
	height: 20px;
	text-indent: -9999px;
}

#size p {
	float:left;
	padding: 1.7em 10px 0 33px;
	font-size: 10px;
}

#size ul {
	display: block;
	padding: 11px 0 3px 10px;
}

#size li {
   float:left;
   vertical-align:middle;
  }


/*
===== 3: SIDEBAR ==========================================
*/

#sidebar {
	letter-spacing: 1px;
}

#sidebar h3 {
	background: #000000;
	background-repeat: repeat-x;
	padding: 5px 0;
	color: #FFFFFF;
	text-align: center;
	/*height: 16px;*/
	margin: 0 0 10px 0;
	width: 192px;
}

#sidebar a {
	text-decoration: none;
	color: #111111;
}

#sidebar a:hover {
	text-decoration: none;
	color: #666666;
}

ul.links {
	border-bottom: 1px solid #000000;
	margin: 0 0 32px 0;
	background: #F2F2F2;
}

.links li {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 3px;
}

.list_dot {
	margin: 0 1px 0 0;
}

ul.guide {
	margin: 0 0 32px 0;
}

h3.address {
	background: none!important;
	color: #000001!important;
	text-align: left!important;
	font-weight: normal;
	margin-bottom: 0!important;
	border-bottom: 2px solid #444242;
	padding: 0 2px;
	width: 188px;
}

#sidebar address {
	font-style: normal;
}

address p {
	padding: 16px 0 0 0;
}

#pagetop {
	width: 608px;
	text-align: right;
}

#pagetop_s {
	width: 640px;
	text-align: right;
	margin: 0 0 32px 0;
}

.pagetop {
	width: 608px;
	text-align: right;
}

.pagetop_s {
	width: 640px;
	text-align: right;
	margin: 0 0 32px 0;
}

/*
===== 4: FOOTER ==========================================
*/

.copyright {
	width: 998px;
	background: #000000;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
}

.copyright_s {
	width: 100%;
	background: #000000;
	text-align: center;
	margin: 0 auto;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 10px;
}

#links {
   margin:25px 0;
   text-align:center;
}


/*
===== 5: CLEARFIX ==========================================
*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}