﻿@charset "utf-8";

/*----------------------------------------------------------------------------*/
/* JOOX　速報／気象・地震：スタイルシー (2014/05/11 update) */
/*----------------------------------------------------------------------------*/

	*{
		margin:0;
		padding:0;
		border:0;
		outline:none;
		}

	a:link{   text-decoration:none;       color:#991100;}
	a:visited{text-decoration:none;       color:#007700;}
	a:hover{  text-decoration:underline;  color:#ee0000;}
	a:focus  {text-decoration:underline;  color:#ee0000;}
	a:active{ text-decoration:none;       color:#ff0000;}

	body{
		margin:0px 0px 0px 0px;
		background-image:url("../images/top-sokuho-2.gif");
		background-repeat:no-repeat;
		line-height:11pt;
		font-size:10pt;
		font-weight:normal;
		font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
		color:#000000;
		}

	#sokuho{
		position:absolute;
		left:20px;
		top:50px;
		width:235px;
		height:235px;
		}

