@charset "Shift_JIS";

/* 緊急地震速報利用者協議会（一般ページ）アンケート調査用CSS */
/* 2011.05.01 作成 dai56 */

/* ブラウザスタイルの初期化 */
body, form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
input, textarea {
	font-size: 1em;
}

/* ページ全体の背景 */
body {
	font-family:"メイリオ","ＭＳ　Pゴシック","ヒラギノ角ゴ　ProW3",Osaka,sans-serif;
	color: #333333;
	text-align: center;
	background-color: #e0e0c5;
}

/* コンテンツ全体の背景 */
div#container {
	text-align: left;
	width: 100%;
	background-color: #ffffff;
/*	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; */
}
h3 {
	padding-left: 10px;
	border-left-color: #008080;
	border-left: 12px solid;
	border-bottom-color: #aadcdc;
	border-bottom: 2px solid;
	font-size: 16px;
 	line-height: 180%;
}
p {
	font-size: 14px;
	line-height: 180%;
}
p.ex6 {
	font-size: 8px;
	line-height: 50%;
	color: #ffffff;
}
.floatclear {
	clear: both;
}

/* header */
#header {
	padding: 5px 12px;
	background-color: #ffffff;
}
#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;
}
/* question */
#question {
	padding: 5px 12px;
	background-color: #ffffff;
}
#question div.questarea01 {
	width: 75%;
	text-align: left;
	background-color: #ffeeaa;
	padding: 1em;
}
/* footer */
#footer {
	clear: both;
	padding-top: 5px;
	background-color: #e0ffff;
	border-top: 2px dotted #194F9E;
	border-bottom: 3px solid #008080;
	text-align: center;
}
