/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body     {
         margin-left:0px;
         margin-top:0px;
         width:800px;
         height:auto;
		 font-size: 90%;
         font-family: "ＭＳ ゴシック", "Osaka−等幅";
         line-height:1.166;
         text-align:left;
        }
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1      {
         font-size:20px;
         font-family: "ＭＳ ゴシック", "Osaka−等幅";
         font-weight: bold;
         color:#669966;
        }
h2      {
         font-size:14px;
         font-family: "ＭＳ ゴシック", "Osaka−等幅";
         color:#000000;
        }
h3{
		 font-family: Arial,sans-serif;
		 font-size: small;
		 color: #334d55;
		 margin: 0px;
		 padding: 0px;
		}
span#midashi
        {
         font-size:18px;
         font-family: "ＭＳ ゴシック", "Osaka−等幅";
         font-weight: bold;
         color:#ff9900;         
        }
span.koumoku
        {
         font-size:9pt;
         font-family: "ＭＳ ゴシック", "Osaka−等幅";
         font-weight: bold;
         color:#ffffff;
        }
span.komoji
        {
         font-size:9pt;
         font-family: "ＭＳ ゴシック", "Osaka−等幅";
         font-weight: bold;
         color:gray;
        }
span.ciisame
        {
         font-size: 80%;
         font-family: "ＭＳ ゴシック", "Osaka−等幅";
        }



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
		}
#headlines{
  float:right;
	width: 150px;
	height:600px;
	padding-left: 10px;
}
#content{
	position: absoluto;
	top: 60px;
	right: 150px;
	width: auto;
	padding-left: 10px;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	background-image: url('linktopmavi.gif');
	background-repeat:no-repeat;
	font-family:  Arial,sans-serif;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}
/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}
/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}
div#headlines{
	border-width: 0px 0px 0px 1px; 
	border-style: solid;
	border-color: #996633;
	background-color:#FFF8dC;
	}
#headlines p{
	padding: 5px 0px 5px 0px;
}



