/*-------------------------------------------------------------------------------*/
/*----- 共通指定の上書き設定 ----------------------------------------------------*/


h3 {
	font-size: 130%;
	border-bottom: 1px #334f64 solid;
	padding-bottom: -5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* 歴史事典トップのタイトル通常は非表示 */
h3.jiten-sakuin-title {
	display: none;
}

h4 {
	font-size: 95%;
	border-bottom: 1px #334f64 solid;
	padding-bottom: -5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#jiten-header h3 {
	font-size: 150%;
	border-bottom: 0px #9DA8B0 solid;
	padding-bottom: -5px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.jiten-waku h4 {
	border-bottom: 1px #9DA8B0 solid;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 4px;
}



/* ----------------------------------------------------------------------------------------------- */
/* トップ画面 */


/* 著作権表記 */
ul#copyright{
	font-size: 80%;
	color: #6A6A6A;
	margin: 15px;
}





/* ----------------------------------------------------------------------------------------------- */
/* 一覧画面 */

#jiten-main .item-list {
	margin-top: 0px;
}



/* かなアンカーナビゲーション -------------------------------- */

.kana-anchor-area {
	margin-top: -40px;
	margin-bottom: 20px;
}

/* プルダウンナビゲーション -------------------------------- */

/* プルダウンナビゲーション配置 */
.pulldown-navigation {
	font-size: 80%;
	width: 660px;
	text-align: right;
	position : relative;
	top: -45px;
	margin-bottom: -20px;
}

/* プルダウンナビゲーション・セレクト */
.pulldown-navigation select{
	font-size: 90%;
}

/* プルダウンナビゲーション・ボタン */
.pulldown-navigation input{
	font-size: 90%;
}





/* ----------------------------------------------------------------------------------------------- */
/* 詳細画面レイアウト */

/* タイトル */
#jiten-header {
	background-color: #0074cb;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	font-family: ＭＳ Ｐ明朝, ヒラギノ明朝;
	border-bottom: 0px #9DA8B0 solid;
	border-top: 0px #9DA8B0 solid;
	background-image:url(../images/bg_common_title.png);
	/* background-image: url(../images/jiten/bg_title.png);　*/
	
}

/* ふりがな */
#jiten-hurigana {
	position: relative;
	top: -10px;
	font-size: 85%;
	font-family: ＭＳ Ｐ明朝, ヒラギノ明朝;
}

/* 分野・地区 */
#jiten-genre {
	width: 650px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 95%;
}

/* 分野・地区 */
#jiten-genre-navi {
	width: 650px;
	text-align: right;
	margin-top: -36px;
	margin-bottom: 20px;
	font-size: 95%;
}

/* テキストパート配置 */
#jiten-honbun {
	float: left;
	width: 400px;
	margin-left: 3px;
	margin-right: 20px;
	line-height: 150%;
	font-size: 95%;
}

/* 写真・動画パート配置 */
#jiten-media {
	float: left;
	width: 216px;
	margin-bottom: 10px;
	font-size: 95%;
}

/* ナビゲーション */
#jiten-navigation {
	clear: both;
	width: 530px;
	margin-top: 20px;
	padding-left: 10px;
	padding-bottom: 2px;	
	font-size: 80%;
}

.jiten-navigation {
	clear: both;
	width: 530px;
	margin-top: 20px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 80%;
}

/* 動画プレイヤー注意書き */
#jiten-movieplayer {
	display:none;
	clear: both;
	width: 660px;
	padding-top: 10px;
	border-top: solid 1px #6c93b0;
	text-align: right;
	font-size: 75%;
}

/* ----------------------------------------------- */
/* テキストパート */

/* 説明文 */
.jiten-setsumei {
	/* text-indent: 1em; */
	margin-bottom:20px;
	line-height: 180%;
	font-family: ＭＳ Ｐ明朝, ヒラギノ明朝;
}

/* 交通アクセス */
#jiten-access {
	margin-bottom:20px;
}

/* 関連項目 */
#jiten-kanren {
	margin-bottom:0px;
}

/* 枠線クラス */
.jiten-waku {
}

/* ----------------------------------------------- */
/* 写真・動画パート */

/* 写真表示枠 */
.jiten-photo {
	width: 200px;
	background-color: #fff;
	border: 0px solid #999;
	padding: 8px;
	text-align: center;
}

/* 補足説明 */
.jiten-hosoku {
	margin-top:6px;
	margin-bottom:8px;
	font-size: 90%;
}

.jiten-hosoku2 {
	font-size: 70%;
}

/* 動画リンクボタン */
.jiten-movie-waku a {
	display : none;
	width: 120px;
	height: 30px;
	margin-left: 9px;
	text-indent: -10000px;
	background: url(../images/jiten/btn_moviestart.png) no-repeat;
}

/* 動画リンク停止・戻りボタン */ /* 20051115*/
.jiten-movie-waku2 a {
	display : none;
	width: 120px;
	height: 30px;
	margin-top: 10px;
	margin-left: 9px;
	text-indent: -10000px;
	background: url(../images/jiten/btn_moviestop.png) no-repeat;
}

/* 詳細画面フッタ区切り */
.underline-660 {
	clear: both;
	width: 660px;
	border-bottom: 1px #9DA8B0 solid;
	margin-top: -10px;
	margin-bottom: 10px;

}



/* Google マップ各リンクカラーアイコン設定 -------------------------------- */

/* GoogleMap 地図部分 */
div#map {
	display:block;
	width: 400px;
	height: 500px;
	margin-right: 20px;
	float: left;
}

div#map_canvas {
	display:block;
	width: 400px;
	height: 500px;
	margin-right: 20px;
	float: left;
}


/* GoogleMap 地名リスト部分 */
div#marker-list {
	display:block;
	width: 200px;
	float: left;
}

/* 地名リスト(マーカリスト) */
div#marker-list ul {
	list-style-type:none;
}

div#marker-list li {
	color: #004e8a;
	padding-left: 20px;
	line-height:180%;
	text-decoration:none;
	font-size: 85%;
}

/* 区分に応じてマーカの画像変更 */
div#marker-list li.jinja {
	background: url(../db/jiten/img/red.png) no-repeat;
}
div#marker-list li.jiin{
	background: url(../db/jiten/img/yellow.png) no-repeat;
}
div#marker-list li.shiseki,li.iseki,li.densetsu{
	background: url(../db/jiten/img/blue.png) no-repeat;
}
div#marker-list li.meishou,li.koutsu,li.shizen{
	background: url(../db/jiten/img/green.png) no-repeat;
}
div#marker-list li.tenjikan{
	background: url(../db/jiten/img/violet.png) no-repeat;
}
div#marker-list li.sairei{
	background: url(../db/jiten/img/brown.png) no-repeat;
}

/* GoogleMap へのリンク */
/* 完成時にはリンクする */
p.go2googlemap {
}





ul#mainmenu li a#menu-database {
		text-indent:-10000px;
		background-image:url(../images/main_menu/mainmenu_act.png);
		background-position:-480px 0px;
}

body.jiten li#t-jiten a {
	background-image:url(../images/sub_menu/sub_menu_act.jpg);
	background-repeat:repeat-x;
	}
	
#header-area {
	background:url(../images/header/db.jpg) no-repeat;
}