﻿/*
 * Copyright (c) 2009 National Research Institute for Earth Science and
 * Disaster Prevention (NIED).
 * This code is licensed under the GPL 3.0 license, availible at the root
 * application directory.
 */

* {
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}

html, body {
	height: 100%;
}

body {
	color: #333333;
	text-align: center;
	background:#fff url(./images/kabe01.gif) ;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

a {
	color: #960;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #960;
}


/* ヘッダ */


#header {
	height: 130px;
	
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-size: 22px;
	*font-size: 167%;
	font-weight: bold;
	width:350px;
	text-align:left;
	padding-top:10px;
	padding-left:20px;
	margin-right: 402px;
}

#header h1 a {
	color: #960;
	text-decoration: none;
}

#header h1 a:visited {
	color: #960;
	font-weight: bold;
}

#header h2 {
	font-size: 13px;
	*font-size: 100%;
	color: #4c4c4c;
	width:350px;
	font-weight:normal;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-left:20px;
	margin-right: 402px;
}


/* wrapper: footerを下寄せするための枠 */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	
	border-top:solid 3px #02913C;
	border-left:solid 3px #02913C;
	border-right:solid 3px #02913C;
	background:#FFF url(./images/ban.gif) no-repeat -3px -3px;
}


/* ぱんくずリスト */

#nav {
	color:#666;
	display:block;
	width:746px;
	margn-left:auto;
	margin-right:auto;
	text-align:center;
	margin-left: auto;
	padding-bottom: 5px;
}

#nav .nav_tp {
	text-align:right;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 15px;
	color:#666;
}

#nav li {
	width: 95%;
	height: 15px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 0.9em;
}



/* ブロック用コンテナ */

#container {
	position: relative;
	clear: both;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#FFF;
	padding-bottom: 15px;
}

/* space_1: 中央ブロック */
#space_2 {
	
	float:right;
	text-align: center;
}

#space_2 .box {
	margin-left: auto;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
}

#space_2 .box_menu {
	padding-left: 10px;
	color: #666;
	line-height: 24px;
	background:#ededed url(./images/menu_center.gif);
	border-top:solid 1px #fff;	
}

#space_2 .box_menu span {
	display: block;
	color: #4C4C4C;
	font-size: 14px;


	*font-size: 108%;
	font-weight: bold;
}

#space_2 .box_main {
	margin: 0;
	padding: 10px 10px;
}


/* space_2: 左ブロック */
#space_1 {
	
	float:left;
	text-align: center;
}

#space_1 .box {
	margin-right: auto;
	text-align: left;
	
	margin-bottom: 15px;
	background-color: #FFF;
}

#space_1 .box_menu {
	padding-left: 10px;
	line-height: 24px;
	border-top:solid 1px #fff;	
	background:#ededed url(./images/menu_left.gif) repeat-x;
}
#space_1 .box_menu span {
	display: block;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
	color: #454545;
}

/* ぱんくず */

.nav, .nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 98;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	background-image: url(./images/../default/nav_bg.png);
	background-repeat: repeat-x;
	display: block;
}

/* フッタ */

#container_foot {
	clear: both;
}

#footer_push {
	position: relative;
	z-index: -999;
	height: 5px;
}

#footer {
	clear: both;
	width: 772px;
	text-align: center;
	background-color: #02913C;
	margin-left: auto;
	margin-right: auto;
	border-left:solid 3px #02913C;
	border-right:solid 3px #02913C;
}

#footer .footer_content {
	color: #fff;
	line-height:26px;
	font-size: 10px;
	*font-size: 84%;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color:#fff;
}


/* トップページ（ブロック状態）*/
.mod_blog_block_content a {
	text-decoration:underline;
}

.mod_blog_block_content{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.mod_blog_block_title a {
	font-size: 16px;
	*font-size: 100%;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
}
.mod_blog_block_title {
	font-size: 16px;
	*font-size: 123%;
	margin-bottom:10px;
	margin-top:10px;
}

/* 個別記事 */
.mod_blog_main_title {
	font-size: 16px;
	*font-size: 123%;
	margin-bottom:10px;
	margin-top:10px;
	color: #996600;
}
.mod_blog_main_content a {
	text-decoration:underline;
}
