/* CSS Document sitemap.css*/



/*--------------------------------------
	サイトマップ
---------------------------------------*/

/* floatクリア */
.clearFix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearFix { display:inline-block; }

/* hides from mac-ie \*/
* html .clearFix {height:1%;}
.clearFix {display:block;}
/* end hide from mac-ie */

h3.weather {
	font-size: 1.0em;
	margin-left: 10px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FCACC3;
	border-left-color: #FCACC3;
	margin-bottom: 5px;
	margin-right: 30px;
	width: 150px;
}



ul.weather {
	margin-left: 10px;
	padding: 2px 0 2px 10px;
	font-size: 1em;
	padding-left:15px;
}

#weathermain #weatherleft ul {
    font-family: monospace;
	padding-left: 2px;
	padding-bottom: 2px;
}

#weathermain #weatherleft li {
	padding-left: 15px;
	border-bottom: dotted 1px #c6c6c6;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 5px;
	list-style:none;
	background-image: url(../img/mw_infomation/iconjohou.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#weathermain #weatherright ul {
    font-family: monospace;
	padding-left: 2px;
	padding-bottom: 2px;
}

#weathermain #weatherright li {
    padding-left: 15px;
	border-bottom: dotted 1px #c6c6c6;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 5px;
	list-style:none;
	background-image: url(../img/mw_infomation/iconjohou.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#weathermain {
	width: 700px;
	clear: right;
}

#weathermain #weatherleft {
	float: left;
	width: 240px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 50px;
}

#weathermain #weatherright {
	width: 240px;
	margin-right: 50px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 3px;
	float: right;
}

#weatherbottom {
	width: 530px;
	clear: left;
}


/*--------------------------------------
	リンク関連
---------------------------------------*/

a.blank {
	background:url(../img/link/blank.gif) left center no-repeat;
	padding-left:15px;
}

a.pdf {
	background:url(../img/link/pdf.gif) left center no-repeat;
	padding-left:15px;
}