@charset "Shift_JIS";

/* 緊急地震速報利用者協議会（一般ページ）TopPage用CSS */
/* 2011.02.16 作成 dai56 */
/* 2013.11.22 変更 dai56 */
/* 2014.02.17 更新 dai56 　font-family */
/* 2015.01.28 変更 dai56 */

/* ブラウザスタイルの初期化 */
body, form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd {
	margin: 0;
	padding: 0;
}
input, textarea {
	font-size: 1em;
}

/* ページ全体の背景 */
body {
/*	font-family:"メイリオ","ＭＳ　Pゴシック","ヒラギノ角ゴ　ProW3",Osaka,sans-serif; */
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333333;
	text-align: center;
	background-color: #dcedf5;
}

/* コンテンツ全体の背景 */
div#container {
	text-align: left;
	width: 962px;
	margin: 10px auto;
	background-color: #fffff0;
/*	background-color: #faf8f4; */
	border: solid 1px #008080;
	position: relative;
	height: auto;
	background-repeat: no-repeat;
}
a:link {
	color: #4169e1;
}
a:visited {
	color: #4169e1;
}
a:hover {
	color: #ffffff;
	background-color: #008080;
}
a:active {
/*	color: #0066ff; */
}
p {
	font-size: 12px;
	line-height: 180%;
}
p.text14p {
	font-size: 14px;
	line-height: 180%;
	padding-left:  20px;
	padding-right: 20px;
}
p.text16p {
	font-size: 16px;
	line-height: 180%;
	padding-left:  20px;
	padding-right: 20px;
}
p.text18p {
	font-size: 18px;
	line-height: 180%;
	padding-left:  20px;
	padding-right: 20px;
}
.color-red {
	color: #ff0000;
	background-color: #fffff0;
}
.color-green {
	color: #00ff00;
	background-color: #fffff0;
}
.color-blue {
	color: #0000ff;
	background-color: #fffff0;
}
.color-update {
	color: #454545;
	background-color: #fffff0;
}
.floatclear {
	clear: both;
}

/* header */
#header {
	margin: 6px 12px;
	background-color: #fffafa;
/*	background-color: #f0ffff; */
}
#header div.header-logo {
	float: left;
	text-decoration: none;
	border-width: 0px;
	width: 230px;
}
#header div.header-logo a:link {
	color: #000000;
/*	text-decoration: none; */
/*	display: block; */
}
#header div.header-logo a:visited {
	color: #000000;
}
#header div.header-logo a:hover {
}
#header div.header-logo a:active {
}
#header div.header-logo img {
	border-width: 0px;
}
#header div.header-navi {
	float: right;
	background-color: #f0ffff;
/*	background-color: #d2ffff; */
	border-width: thin;
	border: dotted 1px #008080;
	text-align: center;
	height: 100%;
	padding: 0.3em 0em 0.3em 0em;
	width: 350px;
}
#header p.header-navi-text {
	font-size: 14px;
}
/* navi */
#navi {
	clear: both;
/*	margin: 8px 12px; */
	padding: 3px 12px 2px 12px;
/*	background-color: #fffafa; */
	background-color: #e0ffff;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}
#navi ul, #navi li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi li {
	float: left;
	margin-right: 1px;
	width: 130px;
	border-top: 1px solid #008080;
	border-right: 1px solid #008080;
	border-bottom: 3px solid #194F9E;
	border-left: 2px solid #008080;
}
#navi a {
	text-decoration: none;
	color: #333333;
/*	background-color: transparent; */
	background-color: #d3ffff;
/*	background-color: #afeeee; */
/*	height: auto; */
	padding: 2px 15px;
	display: block;
}
#navi a:link, #navi a:visited {
	color: #333333;
/*	background-color: transparent; */
	background-color: #d3ffff;
/*	background-color: #afeeee; */
}
#navi a:hover {
	color: #ffffff;
	background-color: #008080;
}
#navi a:active {
}

/* utility */
#utility {
	margin: 6px 12px;
}
#utility div.members-navi {
	float: right;
/*	background-color: #ffffc1; */
/*	background-color: #f0ffff; */
/*	background-color: #d2ffff; */
	border-width: thin;
	border: solid 2px #ff8c00;
/*	border: solid 2px #4a7a2a; */
	height: 100%;
	padding-bottom: 0.5em;
	width: 260px;
}
#utility p.members-navi-entry {
/*	margin: 8px 8px 0px 8px; */
	background-color: #ffffc1;
/*	background-color: #f0fff0; */
	border-top: 2px solid #ffcc33;
/*	border-top: 2px solid #80b62f; */
	border-right: 24px solid #ffcc33;
/*	border-right: 24px solid #80b62f; */
	border-bottom: 3px solid #ffcc33;
/*	border-bottom: 3px solid #80b62f; */
	border-left: 24px solid #ffcc33;
/*	border-left: 24px solid #80b62f; */
	font-size: 18px;
	text-align: center;
}
#utility p.members-navi-text {
	font-size: 14px;
	padding-left: 20px;
}
#utility p.ex6 {
	font-size: 8px;
	line-height: 50%;
	color: #f0fff0;
}

#utility div.banner {
	border-width: thin;
	border: 1px dotted #4a7a2a;
	height: 100%;
	padding-bottom: 0.5em;
	width: 668px;
}
#utility div.banner2 {
	background-color: #d2ffff;
	border-width: thin;
/*	border: 1px dotted #194F9E; */
	height: 100%;
	padding-bottom: 0.5em;
	width: 938px;
}

/* main */
#main {
	margin: 6px 16px 0px 0px;
	display: inline;
	float: right;
	width: 520px;
}
#main h3 {
	padding-left: 8px;
	background-color: #ffffaa;
	border-top: 1px solid #4a7a2a;
	border-right: 1px solid #4a7a2a;
	border-bottom: 2px solid #4a7a2a;
	border-left: 16px solid #4a7a2a;
	line-height: 150%;
}
#main h4 {
	margin: 2px 6px;
	padding-left: 8px;
	background-color: #d2ffff;
	border-top: 1px solid #008080;
	border-right: 1px solid #008080;
	border-bottom: 2px solid #008080;
	border-left: 10px solid #008080;
	line-height: 150%;
}
#main h4.new {
	margin: 2px 6px;
	padding-left: 8px;
	background-color: #ffe4e1;
	border-top: 1px solid #f96611;
	border-right: 1px solid #f96611;
	border-bottom: 2px solid #f96611;
	border-left: 10px solid #f96611;
	line-height: 150%;
}
#main ul.liststyle01 {
	list-style-image: url(../eewrkhp_images/blt_02.gif);
	font-size: 14px;
	padding-left: 30px;
	padding-right: 20px;
}
#main li {
	margin: 5px 0px 5px 5px;
	line-height: 180%;
	border-bottom: 1px dotted #d93e02;
}
#main p.ex6 {
	line-height: 50%;
	font-size: 6px;
	color: #f0ffff;
}
#main p.update {
	line-height: 150%;
	padding: 0px 10px 0px 30px;
	font-size: 12px;
	text-align: right;
}
#main p.gotop {
	line-height: 180%;
	padding-right: 20px;
	font-size: 14px;
	text-align: right;
}
#main p.text14p1em {
	font-size: 14px;
	line-height: 180%;
	text-indent: 1em;
	padding-left:  30px;
	padding-right: 30px;
}
#main p.text14p {
	font-size: 14px;
	line-height: 180%;
	padding-left:  30px;
	padding-right: 30px;
}
#main p.text12p1em {
	font-size: 12px;
	line-height: 180%;
	text-indent: 1em;
	padding-left:  30px;
	padding-right: 30px;
}
#main p.text12p {
	font-size: 12px;
	line-height: 180%;
	padding-left:  30px;
	padding-right: 30px;
}
/* side menu */
#side {
	margin: 6px 0px 0px 12px;
	display: inline;
	float: left;
	width: 391px; /* (width: 395px)-((border: 2px)*2) */
	background-color: #f0fff0;
/*	background-color: #d2ffff; */
	border: 2px solid #4a7a2a;
}
#side .floatclear {
	clear: left;
}
#side div.img-button {
	padding-left: 20px;
	float: left;
	text-decoration: none;
	border-width: 0px;
}
#side div.img-button a:link {
/*	color: #000000; */
	text-decoration: none;
	display: block;
}
#side div.img-button a:visited {
/*	color: #000000; */
}
#side div.img-button a:hover {
}
#side div.img-button a:active {
}
#side div.img-button img {
	border-width: 0px;
}
#side a {
}
#side a:link, #side a:visited, #side a:active {
	color: #0000ff;
}
#side a:hover {
	color: #ffffff;
	background-color: #008080;
}
#side h3 {
	margin: 8px 8px;
	padding-left: 12px;
/*	background-color: #ffd700; */
	background-color: #1e90ff;
	border-top: 1px solid #ff8c00;
	border-right: 1px solid #ff8c00;
	border-bottom: 2px solid #ff8c00;
	border-left: 16px solid #ff8c00;
	color: #ffffff;
	line-height: 150%;
}
#side h4 {
	margin: 8px 8px;
	background-color: #aadcdc;
}
#side p.text14p1em {
	padding: 0px 20px;
	font-size: 14px;
	line-height: 180%;
	text-indent: 1em;
}
#side p.ex6 {
	font-size: 8px;
	line-height: 50%;
	color: #d2ffff;
}

/* Adobe Reader */
#adobi {
	clear: both;
	margin: 0px 24px;
	padding: 8px 8px 2px 8px;
/*	background-color: #f0ffff; */
	width: 530px;
}

#adobi div.icon01 {
	float: left;
}

#adobi p.text01 {
	line-height: 150%;
	padding-left:  120px;
}

/* counter */
#counter {
	clear: both;
	margin-left: 20px;
	width: 120px;
	height: auto;
	background-color: #f0fff0;
/*	background-color: #d2ffff; */
	border-width: thin;
	border: dotted 1px #008080;
	padding-top: 5px;
	text-align: center;
}

/* footer */
#footer {
	clear: both;
	padding-top: 5px;
	background-color: #e0ffff;
	border-top: 2px dotted #194F9E;
	border-bottom: 3px solid #008080;
	text-align: center;
}
