@charset "utf-8";
/* formattiong style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.7;
	color: #333333;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}
hr {
	display: none;
}
/* print
------------------------------*/
.print {
	display: none;
}
/* link style
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #330099;
	text-decoration: underline;
}
a:hover {
	color: #FF3366;
	text-decoration: none;
}
a:active {
	color: #FF3366;
	text-decoration: underline;
}
.arrow{
	padding: 0px 0px 0px 20px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	display: inline-block;
	min-height:13px; 
	text-indent:0;
}
.wav {
	padding: 7px 0px 2px 26px;
	background-image: url(../img/wavicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 27px;
}
.pdf {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/pdficon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.word {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/wordicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.excel {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/excelicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	min-height: 32px;
}
.zip {
	padding: 8px 0px 0px 37px;
	background-image: url(../img/zipicon.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	display: inline-block;
	min-height: 32px;
}
/* text style
------------------------------*/
.textbold {
	font-weight: bold;
}
.textcaution {
	color: #FF0000;
}
.textsmall {
	font-size: 90%;
}
.textbig {
	font-size: 150%;
	line-height: 1.3;
}
.ttf {
	text-transform: uppercase; /*大文字変換*/
}
/* layout
------------------------------*/
#wrapper {
	width: 880px;
	margin: 0px auto;
	padding: 3px 10px;
}
/* secondpage layout
------------------------------*/
#main {
	margin: 0px 0px 10px;
	width: 880px;
	height: auto;
}
#sideber {
	float: right;
	width: 225px;
}
#content {
	float: left;
	width: 645px;
}
/* header
------------------------------*/
#header {
	margin: 0px 0px 3px;
	padding: 0px;
	height: 87px;
}
h1 {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px;
}
#header ul {
	float: right;
	width: 400px;
	margin: 8px 0px 0px;
	padding: 0px;
	text-align: right;
}
#header li {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	height: 15px;
}
#header li a {
	background-image: url(../img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 2px 3px 2px 18px;
	font-size: 12px;
}
#header li a:link {
	color: #333333;
	text-decoration: none;
}
#header li a:visited {
	color: #333333;
	text-decoration: none;
}
#header li a:hover {
	color: #333333;
	text-decoration: underline;
}
#header li a:active {
	color: #333333;
	text-decoration: none;
}
#header #cse-search-box {
	float: right;
	margin: 18px 0px 0px;
}
#cse-search-box input[type="text"] {
	font-size: 12px;
    width: 200px;
	height:1.6em;  
	line-height:1.6em;  
}
#cse-search-box input[type="submit"] {
	font-size: 12px;
	padding: 1px;
}
/* globalnav
------------------------------*/
#globalnav {
	clear: both;
	width: 880px;
	height: 43px;
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	margin: 0px 0px 10px;
}
#globalnav ul {
	margin: 0px;
}
#globalnav li {
	list-style: none;
	float: left;
	margin: 0px;
}
#globalnav li a {
	display: block;
	height: 43px;
	text-indent:-9999px;
	overflow:hidden;
}
#gn-home a {
	width: 220px;
}
#gn-home a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -43px;
}
#home #gn-home a, #home #gn-home a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px -86px;
}
#gn-landevoice a {
	width: 220px;
}
#gn-landevoice a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -220px -43px;
}
#landevoice #gn-landevoice a, #landevoice #gn-landevoice a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -220px -86px;
}
#gn-seismoguard a {
	width: 220px;
}
#gn-seismoguard a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -440px -43px;
}
#seismoguard #gn-seismoguard a, #seismoguard #gn-seismoguard a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -440px -86px;
}
#gn-corporate a {
	width: 220px;
}
#gn-corporate a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -660px -43px;
}
#corporate #gn-corporate a, #corporate #gn-corporate a:hover {
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -660px -86px;
}
/* rootlist
------------------------------*/
#rootlist {
	margin: 0px 0px 10px;
}
#rootlist ul {
	margin: 0px;
}
#rootlist li {
	list-style: none;
	display: inline;
	margin: 0px;
}
#rootlist a {
	font-weight: bold;
}
#rootlist li a:visited {
	color: #006699;
}
#rootlist li a:hover {
	color: #FF3366;
}
#rootlist li a:active {
	color: #FF3366;
}
/* library
------------------------------*/
#pr p {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 0px 5px;
}
#pr .banner {
	padding: 0px;
}
#pr .center {
	text-align: center;
}
/* localnav
------------------------------*/
#localnav {
	background-image: url(../img/bg-localnav.gif);
	background-repeat: repeat-y;
	background-color: #fee8e8;
	margin: 0px 0px 10px;
	font-size: 106%;
}
#localnav ul {
	margin: 0px;
}
#localnav li {
	list-style: none;
	padding: 0px 0px 5px 20px;
	margin: 0px;
}
#localnav a {
	display: block;
	background-image: url(../img/li-localnav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 15px;
}
#localnav li a:link {
	text-decoration: none;
}
#localnav li a.on:link {
	text-decoration: none;
	color: #FF3366;
}
#localnav li a:visited {
	text-decoration: none;
	color: #006699;
}
#localnav li a:hover {
	text-decoration: underline;
	color: #FF3366;
}
#localnav li a.on:hover {
	text-decoration: underline;
	color: #FF3366;
}
#localnav li a:active {
	text-decoration: none;
	color: #FF3366;
}
#localnav li a.on {
	color: #FF3366;
}
#localnav li.first {
	padding: 5px 0px 5px 13px;
	list-style: none;
}
#localnav li.first img {
	border-bottom: 1px dotted #333333;
}
/* content
------------------------------*/
p.to-top {
	clear: both;
	float: right;
	margin: 10px 0px 20px;
	padding: 0px 0px 0px 18px;
	background-image: url(../img/to-top.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
p.to-prev {
	clear: both;
	float: right;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	background-image: url(../img/to-prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}
.m10lr {
	margin: 0px 10px;
}
.m10tb {
	margin: 10px 0px;
}
.m15b {
	margin: 0px 0px 15px;
}
.m10b {
	margin: 0px 0px 10px;
}
.m0 {
	margin: 0px;
}
.left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.rightm10b {
	float: right;
	margin: 0px 0px 10px 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.box {
	padding: 10px;
	margin: 0px 0px 15px;
	background-color: #FFFFF6;
	border-top: 3px double #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	border-bottom: 3px double #CCCCCC;
	border-left: 1px dashed #CCCCCC;
}
/* 親ボックスからはみ出すバグを回避 */
.box:after {
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
.box {
	display: inline-table;
}
/* Mac版 IEではこの設定は無視されるのでWin版 IEのみ適用 \*/
* html .box {height: 1%;}
.box {display:block}
/* ここまで */
.box .layout-l {
	float: left;
	text-align: center;
	width: 310px;
	margin: 10px 0px 5px;
}
.box .layout-r {
	float: right;
	width: 283px;
	margin: 10px 0px 0px 10px;
}
.box h4 {
	clear: both;
	margin: 0px 0px 10px;
	border-bottom: 2px solid #FF99CC;
}
.box p {
	margin: 0px;
}
.box p.m10b {
	margin: 0px 0px 10px;
}
h2 {
	height: 34px;
	width: 645px;
	margin: 0px 0px 15px;
}
h3 {
	clear: both;
	margin: 25px 0px 15px;
	padding: 0px 0px 0px 5px;
	border-left: 10px double #CC0033;
	border-bottom: 1px dotted #666666;
}
h4 {
	clear: both;
	margin: 20px 0px 10px;
	padding: 0px 0px 0px 2px;
	border-bottom: 2px dotted #FF99CC;
}
h5 {
	clear: both;
	margin: 15px 0px 10px;
	padding: 0px 0px 0px 2px;
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;
}
p {
	margin: 0px 0px 10px;
}
img.border {
	border: 1px solid #CCCCCC;
}
ul {
	margin: 0px 0px 10px 10px;
}
ol {
	margin: 0px 0px 10px 10px;
}
li {
	margin: 0px 0px 0px 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0px 0px 7px 20px;
}
dd.m0 {
	margin: 0px 0px 0px 20px;
}
ul.none li {
    list-style-type:none;
}
ul.notice {
	padding-left:1.5em;
	margin: 0px 0px 10px;
}
ul.m0b {
	margin: 0px;
}
ul.notice li {
	text-indent:-1.5em;
	margin: 0px;
    list-style-type:none;
}
table ul.notice {
	margin: 0px;
}
ul.num {
	padding-left:2em;
}
ul.num li {
	text-indent:-2em;
}
ol.m10b {
	margin: 0px 0px 0px 10px;
}
ol.m10b li {
	margin: 0px 0px 10px 10px;
}
ol.m10b ul.notice li {
	margin: 0px;
}
ol li ul,
ol li ul.notice {
	margin: 0px 0px 0px 10px;
}
ul.ok li {
    list-style-type:none;
	padding: 0px 0px 0px 20px;
	background-image: url(../support/img/ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.ng li {
    list-style-type:none;
	padding: 0px 0px 0px 20px;
	background-image: url(../support/img/ng.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.faq {
	margin: 0px 0px 0px 5px;
}
ul.faq li {
	list-style-type:none;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	background-image: url(../support/img/q_list.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
dl.faq {
	clear: both;
}
dl.faq dt {
	padding: 11px 0px 5px 70px;
	margin: 0px;
	background-image: url(../support/img/q.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 25px;
	border-bottom: 1px dashed #999999;
}
dl.faq dd {
	padding: 11px 0px 5px 70px;
	margin: 0px;
	background-image: url(../support/img/a.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	min-height: 25px;
	border-bottom: 1px solid #999999;
}
dl.sbs {
	margin: 0px 0px 10px;
}
dl.sbs dt {
	float: left;
	width: 5em;
	margin: 0px 0px 0px 1em;
}
dl.sbs dd {
	margin: 0px 0px 0px 6em;
}
dl.en dt {
	width: 11em;
}
dl.en dd {
	margin: 0px 0px 0px 12em;
}
#menu {
	margin: 20px 0px 0px;
}
#menu ul {
	margin: 0px;
}
#menu ul li {
	display: inline;
	margin: 0px;
}
#menu ul.m10lr li {
	margin: 0px 10px;
}
#menu li.m0l img {
	margin: 0px 0px 5px;
}
#menu li img {
	margin: 0px 0px 5px 5px;
}
ul#menu_t li {
	display: inline-block;
	width: 13em;
}
ul#menu_y li {
	display: inline-block;
}
table {
	margin: 10px auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	clear: both;
}
table th, table td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}
table th {
	padding: 5px;
	background-color: #FFF2E8;
	white-space: nowrap;
}
table .tcenter {
	text-align: center;
}
table ul {
	margin: 0px 0px 0px 3px;
}
table.nowrap th {
	font-weight: normal;
	white-space: normal;
}
table.nowrap td {
	white-space: nowrap;
}
table.for {
	margin: 0px 0px 10px 10px;
	float: right;
}
table.for th {
	text-align: center;
}
table.for th {
	background-color: #EFFCE6;
}
table.partner {
	width: 400px;
}
table.caption {
	margin: 0px auto 5px;
}
.layout-l {
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.layout-r {
	float: right;
	width: 368px;
}
.layout-r p {
	margin-bottom: 30px;
}
/* footer
------------------------------*/
#footer {
	clear: both;
	text-align: center;
	font-size: 92%;
	padding: 10px 0px 0px;
}
#footer ul {
	margin: 0px;
}
#footer li {
	list-style: none;
}
#footer li a:link {
	color: #333333;
	text-decoration: none;
}
#footer li a:visited {
	color: #333333;
	text-decoration: none;
}
#footer li a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer li a:active {
	color: #333333;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	padding: 0px 8px 0px;
}
address {
	border-top: 1px dotted #333333;
}
/* top css
------------------------------*/
#topinfo {
	margin: 0px 0px 10px;
	width: 880px;
	height: auto;
}
#topinfo-main {
	float: left;
	width: 645px;
}
#topinfo-sub {
	float: right;
	width: 225px;
}
.toptitle{
	height: 34px;
	width: 645px;
	margin: 0px 0px 10px;
}
.toptitle h2 {
	position: absolute;
}
.to-list {
	position: relative;
	top: 7px;
	right: -580px;
	height: 19px;
	width: 55px;
}
#news, #media, #event {
	margin: 0px 0px 20px 0px;
}
#other #news,#other #media,#other #event {
	margin: 0px 10px;
}
#news dt, #media dt {
	clear: left;
	float: left;
	width: 8em;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	_padding: 0px 0px 10px 5px;
	font-weight: normal;
}
#news dd, #media dd {
	margin: 0px;
	padding: 0px 10px 10px 9em;
}
#other #news dt, #other #media dt {
	padding-top: 10px;
	padding-bottom: 10px;
}
#other #news dd, #other #media dd {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999999;
}
#other #news dd.first, #other #media dd.first, #other #news dt.first, #other #media dt.first {
	padding-top: 0px;
}
#media dd ul {
	margin-bottom: 20px;
}
#event dt {
	padding: 0px;
	clear: left;
	float: left;
	width: 6.5em;
	margin: 0px 0px 0px 20px;
	_margin: 0px 0px 0px 10px;
	font-weight: normal;
}
#event dt.twolines {
	height: 2em;
}
#event dd {
	font-weight: normal;
	margin: 0px;
}
