﻿/* Paleontological Research 電子出版ページ用CSS */
/* 共通パーツ */
html {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ddd1c0;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height:1.25;
	margin: 0;
	padding: 0;
}


.l-wrapper {
	margin: 0 auto;
	max-width: 1000px;
	padding-right: 10px;
	padding-left: 10px;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
	/*width: 702px;*/
}


.logo {
	margin:10px 0 0 10px;
/* ubukatacss　メモ：ここで画像の幅を指定してしまうとロゴを別の場所でサイズ違いで利用するときに困るかも
    width: 100px;
    height: 100px;
    margin-top: 14px;
*/
}



/* グローバルナビ（メニュー）のデザイン */
.first-layer {
	list-style: none;
	font-size: 19px;
	width: auto;
	display: block;
}

.first-layer > li {
	display: block;
	float: left;
	border-left: 1px solid #fff;
	height: 29px;
	margin: 10px 0 0 0;
	line-height: 1.5;
	/*position: relative;*/
}

.first-layer > li >span {
    display: block;
    margin: 0 2em;
    height: 29px;
		color: #ffffff;
		/*font-weight: bold;*/
}

.first-layer > li:last-child {
	border-right: 1px solid #fff;
}

.first-layer > li a {
	display: block;
	margin: 0 1.8em;
	height: 29px;
}

.first-layer > li a:link {
	text-decoration: none;
	color: #fff;
}

.first-layer > li a:visited {
	text-decoration: none;
	color: #fff;
}

.first-layer > li a:hover {
	text-decoration: none;
	color: #ff6102;
}

.first-layer > li a:active {
	text-decoration: none;
	color: #fff;
}

/* マウスオーバーによるサブメニュー用のCSS PRページでは使わない予定だが念のため実装 */

.sub {
	padding: 10px 0 0 0;
	position: absolute;
	z-index: 100;
}

.sub li{
	z-index: 1000;
	/*position: ;*/
	/*height: 40px;*/
	font-size: 14px;
	background-color: #6c645c;
	border-bottom: 1px solid #fff;
	text-align: right;
	text-indent: 0.5em;
}

.sub li a {
	display: block;
	padding: 10px 0 5px 0 ;
}


/* サイドのバナーボタン */
.button {
    background:rgb(250, 234, 215);
    border-radius: 5px;
    padding: 10px 0px;
    margin-top: 30px;
    margin-right: 20px;
    width: 260px;
    text-align: center;
}


