﻿/*
 * 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.
 */
/* e-community platform default theme */

* {
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}

html, body {
	height: 100%;
}

body {
	color: #333;
	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;
	background-color: #EAF2FB;
}

a {
	color: #960;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #960;
}


/* ヘッダ */


#header {
	height: 230px;
	
	margin:0 auto;
	background:url(./images/ban.jpg) no-repeat center -10px;
}

#header h1 {
	font-size: 22px;
	*font-size: 167%;
	color: #666;
	font-weight: bold;
	width:300px;
	padding-top:20px;
	padding-left:30px;
	text-align:left;
	line-height:1;
}


#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h1 a:visited {
	color: #fff;
}

#header h2 {
	font-size: 13px;
	*font-size: 100%;
	color: #fff;
	width:600px;
	font-weight:normal;
	text-align:left;
	margin-top:8px;
	padding-left:30px;
	line-height:1.4;
}


/* wrapper: footerを下寄せするための枠 */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto ;
	
	margin-left: auto;
	margin-right: auto;
	background:#fff url(./images/kabe.gif)  repeat-y;
}


/* ぱんくずリスト */

#nav {
	color:#333;
	display:block;
	width:766px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:url(./images/ban.jpg) no-repeat center -238px;
	padding-bottom: 5px;
}

#nav .nav_tp {
	text-align:right;
	padding-right: 15px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 15px;
	color:#333;
}

#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:url(./images/ban.jpg) no-repeat center -262px;
}

/* space_1: 中央ブロック */
#space_2 {
	
	float:right;
	text-align: center;
}
#space_2 .box {
	margin-left: auto;
	margin-right: 15px;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
}

#space_2 .box_menu {
	display: block;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	border-bottom: solid #5a96e6 2px;
}

#space_2 .box_menu span {
	display: block;
	color: #454545;
	font-size: 16px;
	*font-size: 123%;
	font-weight: bold;
}

#space_2 .box_main {
	margin: 0;
	padding: 15px 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;
	margin-left: 15px;
}

#space_1 .box_menu {
	padding-left: 10px;
	line-height: 24px;
	border-top:solid 2px #5a96e6;
	background-color: #EAF2FB;

}
#space_1 .box_menu span {
	display: block;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
	color: #666;
}

#space_1 .box_main {
	margin: 0;
	padding: 5px 5px;
}

/* フッタ */

#container_foot {
	clear: both;
}

#footer_push {
	position: relative;
	z-index: -999;
	height: 10px;
}

#footer {
	clear: both;
	width: 780px;
	text-align: center;
	background-color: #ECEDEE;
	margin-left: auto;
	margin-right: auto;
	background:#fff url(./images/kabe.gif)  repeat-y;
}

#footer .footer_content {
	color: #333;
	font-size: 10px;
	*font-size: 84%;
	line-height:28px;
	clear: both;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color:#333;
}
/* End hide from IE-mac */
/* トップページ（ブロック状態）*/ 
.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;
}
