@charset "utf-8";
/*
Theme Name: The_Earth_system
Theme URI: http://localhost/
Description: 地球システム科学用
Author: acrossboard
Author URI: http://www.acrossboard.co.jp/
Version: 1.0
Tags: green, earth, echo
*/


/* float_clear
========================================== */
.clear {
	clear:both;
	
}

.clear hr{
	display:none;
}

body{
	background-color:#e9e9e9;
}

/*==========================================
[1]site_index

(0)container
	(x1)main
		(1)header
		(Z)map_base
		(2)content
			(2-1)post
			(2-2)pagelink
	(3)sidebar（左サイドバー）
	(4)footer
========================================== */




/* (0)container（全体コンテナ）
-------------------------------- */

div#container {
	width :960px;
	margin:0 auto;
	padding: 0px;
	border:solid 1px #cccccc;
	background-color:#ffffff;
}

/* (x1)main(本文部分コンテナ）
-------------------------------- */

div#main {
	width: 760px;
	margin: 5px 5px 5px 0px;
	padding: 0px;
	float:right;
	background-color:#ffffff;
}

/* (1)header（ヘッダー部分）
-------------------------------- */

div#header {
	background-color:#ffffff;
	/*margin: 0px 0px 10px 0px;*/
	margin: 0px 0px 0px 0px;
	padding-top:0px;
	padding-bottom:0px;
	height:50px;
	position:relative;
}

div#header h1 {
	font-size:36px;
	margin:0px 20px 0px 0px;
	background: url('./images/rogo.jpg') no-repeat;
	/* text-indent:-9999px; */
	position:absolute;
	top:0px;left:0px;
}

div#header h1 a {
	border:none;
	text-decoration: none;
	color:#333333;

}

div#header h1 img {
	border:none;
}

div#header img#bgimg {
	border:none;
	position:absolute;
	top:0px;left:0px;
}

div#header_bgphoto{
	margin: 0px;
	padding:0px;
	border:none;
	width:300px;
	height:50px;
	position:absolute;
	top:0px;right:0px;
	overflow:hidden;
}

img#bgphoto {
	margin: 0px;
	padding:0px;
	border:none;
	width:300px;
	position:absolute;
	top:0px;right:0px;
}

div#header h1 a:visited {
	color:#333333;
}

div#header p {
	font-size:0.75em;
	margin:8px 20px 0px;
}

/* english_link */
div#go_to_english_link{
	margin:0px;
	padding:0px;
	border-style:none;
	height:16px;
}
div#go_to_english_link a{
	margin:0px;
	padding:0px;
	border-style:none;
	float:right;
}
div#go_to_english_link img{
	margin:0px;
	padding:0px;
	border-style:none;
}

/* english_link2 */
div#go_to_english_link2{
	margin:0px;
	padding:0px;
	border-style:none;
	height:16px;
	position:absolute;
	bottom:12px;right:75px;
}
div#go_to_english_link2 a{
	margin:0px;
	padding:0px;
	border-style:none;
	float:right;
}
div#go_to_english_link2 img{
	margin:0px;
	padding:0px;
	border-style:none;
}

/* (2)content(本文部分）
-------------------------------- */

div#content {
	width: 760px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	background-color:#ffffff;
}

p#pagetitle {
	font-size: 0.875em;
	font-weight: bold;
	color :#333366;
	border: dotted 1px #333366;
	text-align: center;
	margin-top: 20px;
	padding:10px 0;

}

/* (2-1)post(個別記事) */

div.post {
	margin: 20px auto;
	padding: 18px;
	border: solid 1px #aaaaaa;
}


div.post h2 {
	background: url('./images/mark.png') no-repeat;
	margin: 0px 0px 10px 0px;
	padding-bottom: 5px;
	padding-left: 32px;
	border-bottom: solid 1px #cccccc;
}

div.post h3 {
	background: url('./images/mark002.png') no-repeat;
	margin: 15px 5px 10px 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	border-style: none;
	clear:both;
}

div.post h4 {
	background: url('./images/mark003.png') no-repeat;
	margin: 5px 5px 0px 5px;
	padding-bottom: 0px;
	padding-left: 16px;
	border-style: none;
	clear:both;
}

div.post h4.h_floatleft {
	display:inline;
}

div.post h5 {
	margin: 5px 5px 5px 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	clear:both;
}
div.post h6 {
	margin: 5px 5px 5px 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-style: none;
	clear:both;
}

div.post h2 a {
	text-decoration: none;
	color: #000000;
}
div.post p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top:10px;
}

div.post li {
	font-size: 0.90em;
}

/* postinfo(日付＋カテゴリー情報) */
p.postinfo {
	color:#3388cc;
	text-align: right;
	margin: 20px 0 0;
	clear: both;
}

p.postinfo a {
	color:#3388cc;
}


/* (2-2)pagelink(ページリンク) */

p.pagelink {
	text-align :center;
}

p.pagelink a {
	font-size:0.75em;
	color:#3388cc;
	
}

span.pageprev {
	float:left;
}

span.pagenext {
	float:right;
}

span.jisski_links a{
	color:#ff0000;
}

span.jisski_links a:hover{
	color:#99cc33;
}


/* image(記事内の画像) */


div.post img{
	border: none;
}

.aligncenter {
	display:block;
	margin-right: auto;
	margin-left: auto;

}

.alignleft {
	float: left;
	margin: 5px;

}

.alignright {
	float: right;
	margin: 5px;

}

.wp-caption {
	margin-top: 10px;
	padding-top: 5px;
	text-align: center;
	border: solid 1px #aaaaaa;
}


/* コメント欄 */
#comments {
	clear:both;
}

div#com {
	margin-top:45px;
	padding: 0px 18px;
	border:solid 1px #cccccc;
	
}

textarea {
	width: 400px;
}

div#com h3 {
	font-size: 0.875em;
	border-bottom :solid 1px #cccccc;
	padding-bottom: 3px;
	margin-top :20px;

}

div#com p {
	font-size: 0.75em;
}

div#compost {
	border-bottom :dotted 1px #cccccc;
}

p.cominfo {
	text-align :right;
}

div#com a {
	color : #2b76cc;
}

/* RSSフィールド */
p#comfeed {
	margin-top: 30px;
	padding: 8px;
	background-color: #aaddff;
}

p#comfeed a {
	color:#000000;
	text-decoration: none;
}

p#comfeed img {
	vertical-align: middle;
}

p#trurl {
	margin-top: 30px;
	padding: 8px;
	background-color: #aaddff;

}


/* トラックバック欄 */

div#tr {
	margin-top:20px;
	padding: 0px 18px;
	border:solid 1px #cccccc;
	
}


div#tr h3 {
	font-size: 0.875em;
	border-bottom :solid 1px #cccccc;
	padding-bottom: 3px;
	margin-top :20px;

}

div#tr p {
	font-size: 0.75em;
}


div#tr a {
	color : #2b76cc;
}





/* (3)sidebar(左サイドバー部分）
-------------------------------- */

/* サイドバー全体 */
div#sidebar {
	width: 180px;
	margin: 5px 0px 5px 5px;
	padding: 0px;
	border-style :none;
	float:left;
	display: inline;
	background-color:#ffffff;
}

/* リスト題名 */
div#sidebar h2 {
	/* background: url('./images/menubar.png') no-repeat; */
	font-size: 16px;
	color :#ffffff;
	margin: 0;
	padding: 2px 2px 2px 2px;
	border:solid 1px #cccccc;/* リスト題名：枠線色 */
	background-color:#333333;/* リスト題名：背景色 */
	text-align:center;
	font-family: serif;/* フォント指定 */
}

div#sidebar ul {
	margin: 5px 0px 5px 0px;
	padding: 0;
	background-color:#dff3b8;/* リスト背景色 */
	display:block;
}

div#sidebar li {
	font-size: 13px;
	font-family: sans-serif; 
	list-style-type: none;
	margin-bottom: 4px;
	vertical-align:top;
	color:#ff00ff;/* リスト親色（ポイント用として機能） */
}


div#sidebar li a {
	display:block;
	padding:0px 0px 0px 15px;
	height:100%;
	line-height:16px;
	/*text-indent:15px;*/
	font-weight:bold;
	font-size:14px;/* リストの親要素のフォントサイズ指定 */
	color:#666666;/* リスト親色（本体にa要素があるので重ね指定） */
	background: url('./images/listmark.gif') no-repeat;
	font-weight:700;
	text-decoration: none;/* 下線削除 */
	font-family: serif;/* フォント指定 */
	background-position:2px 2px;
}

div#sidebar li a:hover {
	color:#cc0000;/* ロールオーバー時文字色 */
	background-color:#ffff99;/* ロールオーバー時背景色99cc33 */
}

div#sidebar ul.children li {
	color:#333333;/* リスト親色（ポイント用として機能） */
}

div#sidebar ul.children li a {
	/*text-indent:30px;*/
	padding:0px 0px 0px 30px;
	background-position:10px 2px;
	font-weight:400;
	font-size:12px;/* リストの子要素のフォントサイズ指定 */
	color:#333333;/* リスト子色（本体にa要素があるので重ね指定） */
}

div#sidebar ul.children li a:hover {
	color:#cc0000;/* ロールオーバー時文字色 */
}

/* カレンダー */
#wp-calendar {
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.75em;
}

#wp-calender a {
	color: #333366;
}

#wp-calender td {
	text-align:center;
}

#wp-calender th {
	text-align:center;
}

#wp-calender caption {
	background:url('./images/menubar.png') no-repeat;
	color: #ffffff;
	padding: 6px 8px;
	text-align: left;
}

#wp-calender #prev {
	text-align: left;
	padding: 3px 3px 0px 0px;
}

#wp-calender #next {
	text-align: right;
	padding: 3px 3px 0px 0px;
}

/* RSSフィールド */
p.feed {
	font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 10px 0px;
	padding: 5px;
	border: solid 1px #cccccc;
}

p.feed a {
	color:#333333;
	text-decoration: none;
}

p.feed img {
	vertical-align: middle;
	margin-right: 8px;
}

/* タグクラウド */
p#tagcloud {
	line-height:1.2;
	margin-top: 10px;
}

p#tagcloud a {
	color: #2277cc;
}

/* 検索フォーム */
input#s {
	width: 150px;
	margin-bottom: 5px;
}


/* (4)footer(フッター部分）
-------------------------------- */
div#footer {
	margin: 0px 5px 5px 5px;
	background-color:#99cc33;
	background:url('./images/footerimage.png');
	color: #cccccc;
	clear:both;
}

address {
	font-size: 0.75em;
	font-style: normal;
	font-family: verdana, sans-serif;
	padding-top: 2px;
	text-align:right;
}

address a {
	color: #cccccc;
}


/* TABLE_CSS
============================ */
table{
    font-size: 0.75em;
}

td {
	white-space: nowrap;
	}

/* BASIC_TABLE
============================ */
table.basic{
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:640px;
}

.basic th{
	color:#000000;
	background-color:#dff3b8;
	border:1px solid #999999;
	padding:0.3em 1em;
	text-align:left;
}
.basic td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:0.1em 0.3em;
	white-space:normal;
}

/* BASIC_TABLE
============================ */
table.links_table{
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:640px;
}

table.links_table a{
	color:#003300;
	text-decoration:none;
}

table.links_table a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.links_table th{
	color:#000000;
	background-color:#dff3b8;
	border:1px solid #999999;
	padding:0.3em 1em;
	text-align:left;
}
.links_table td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:0.1em 0.3em;
	white-space:normal;
}



/* 事業実績(jisseki)_TABLE
============================ */
table.jisseki{
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:700px;
}

.jisseki th{
	color:#000000;
	background-color:#dff3b8;
	border:1px solid #999999;
	padding:0.3em 1em;
	text-align:center;
}
.jisseki td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:0.1em 0.3em;
	white-space:normal;
}

td.jisseki_no {
	width:18px;
	text-align:center;
}
td.jisseki_name {
	width:550px;
}


/* 採用情報（careers）_TABLE
============================ */
table.careers{
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:640px;
}

.careers th{
	color:#000000;
	background-color:#dff3b8;
	border:1px solid #999999;
	padding:0.3em 1em;
	text-align:left;
	width:100px;
}
.careers td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:0.1em 0.3em;
}

/* rescue_TABLE
============================ */
table.rescue{
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:640px;
}

table.rescue th{
	color:#000000;
	background-color:#dff3b8;
	border:1px solid #999999;
	padding:0.3em 1em;
	text-align:center;
}
table.rescue td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:0.1em 0.3em;
	width:210px;
	white-space:normal; 
}

ul.rescue {
	margin:0px 5px 0px 5px;
	padding:0px;
	text-indent:30px;
	font-weight:500;
}

ul.rescue strong{
	font-weight:700;
	color:#333333;
}

/* rescue_moto_TABLE
============================ */
table.rescue_moto{
	border-style:none;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:650px;
}

table.rescue_moto th{
	color:#000000;
	background-color:#ffffff;
	border-style:none;
	padding:0.3em 1em;
	font-weight:700;
	text-align:left;
	width:50px;
}
table.rescue_moto td{
	border-style:none;
	padding:0.1em 0.3em;
	width:300px;
	white-space:normal; 
}
table.rescue_moto td.banner_space{
	width:170px;
}




/* auris_TABLE
============================ */
table.auris{
	border:1px solid #999999;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:650px;
}

.auris th{
	color:#000000;
	background-color:#dff3b8;
	border:1px solid #999999;
	padding:0.3em 1em;
	text-align:left;
	width:200px;
}
.auris td{
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	padding:0.1em 0.3em;
	width:450px;
	white-space:normal; 
}

ul.auris_makura {
	background-color:#dff3b8;
}

/* auris_tansa_TABLE
============================ */
table.auris_tansa{
	border-style:none;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	width:730px;
}

.auris_tansa td{
	border-style:none;
	padding:0.1em 0.3em;
	width:360px;
	white-space:normal;
	vertical-align:top;
}

/* 技術資料_TABLE
============================ */
table.gijyutu_shiryou{
	border:2px solid #ffffff;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	margin:0px 0px 20px 20px;
	padding:0px 0px 0px 0px;
	width:640px;
}

.gijyutu_shiryou th{
	color:#ffffff;
	background-color:#99cc33;
	border:2px solid #ffffff;
	padding:0.3em 1em;
	text-align:center;
}
.gijyutu_shiryou td{
	border-bottom:2px solid #ffffff;
	border-right:2px solid #ffffff;
	background-color:#eeeeee;
	padding:0.1em 0.3em;
	white-space:normal;
}

.gijyutu_shiryou_title{
	width:500px;
}
.gijyutu_shiryou_files{
	width:140px;
}
