
/* リンク */
a:link {
 color: #0033cc;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #0033cc;
}
a:hover {
 color: #cc0000;
 text-decoration: underline;
}

/* 特定のリンク */
a.link_subtitle:link {
 color: #000000;
 text-decoration: none;
}
a.link_subtitle:visited {
 text-decoration: none;
 color: #000000;
}
a.link_subtitle:hover {
 color: #cc0000;
 text-decoration: underline;
}

/* 基本レイアウト */
* {
 margin:0;
 padding:0;
 font-size:99%;
 line-height: 130%;
}
body {
 background-color: #FFFAF0;
 color:#000033;
}
hr {
 border-width: 1px 0px 0px 0px;
 border-style: solid;
 border-color: gray;
 height: 1px;
 margin-top:0.2em;
 margin-bottom:0.2em;
}
.contents {
 text-align:left;
 margin:0.5em auto 0.5em auto;
}
.contents_center {
 width:100%;
 text-align:center;
 margin:0.5em auto 0.5em auto;
}
.contents_left {
 text-align:left;
 margin:0.5em 0 0.5em 0.5em;
}
.ad{
 margin: 0.5em 1em 0.2em;
 vertical-align:bottom;
}
.ad_center{
 margin: 0.5em auto 0.2em;
 text-align:center;
 vertical-align:bottom;
}
.word{
 white-space: nowrap;
 display: inline
}


.font14 {
	font-size: 14px;
	font-weight: 400;
}

/* 天気予報プラグイン 
-------------------------------------- */
.weather {
    font-size: 12px;
    font-weight:normal;
    line-height:110%;
    margin-bottom:10px;
}  

