html{
	padding: 0;
	margin: 0;
	background: #FFFFCC;
}

body{
	font-size : 12px;
	font-family: "MS UI Gothic";
	color : #5D5D6D;
	width : 750px;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	background: white;
}

a:link, a:visited, a:active, a:hover{
	text-decoration: none;
	color: #FF9900;
}

.clr{
	clear: both;
}

.desc{
	margin: 5px;
	font-size: 10px;

}


#titlebox{
	font-family: "Century Gothic";
	font-size : 20px;
	color : #6D6D7D;
	margin : 0px 8px 8px 8px;
	padding : 5px 20px;
	border-bottom : 3px dotted #FFCC00;

}

#titlebox h1{
	font-size: 15px;
	padding: 50;
	margin: 50;
}

#leftbox{
	float:right;
	width:150px;
	font-size: 12px;
	height: 140px;
	padding:20px;
	margin-top: 10px;

}


#leftbox .lnk{
	font-size : 11px;
	border : 1px solid #9696AE;
	padding : 5px;
	
}



/* 1˜g–Ú */

#weatherinfo1{
	float:left;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #FFCC00;
	width: 500px;
	margin-left: 20px;
}


#weatherinfo1 h2{
	padding: 3px 10px;
	border-bottom: 1px solid #CCCCC0;
	border-left: 9px solid #FFDD00;
	border-right: 1px solid #CCCCC0;
	background-color: #FFFFCC;
	font-size: 10px;

}

#weatherinfo1 ul {
	list-style-type: none;
}

#weatherinfo1 li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 2px;
	border-bottom : 1px dotted #FF9900;
	background-color: #FFFFCC;
	text-align: center;
} 

/* 2˜g–Ú */

#weatherinfo2{
	float:left;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #FFCC00;
	width: 500px;
	margin-left: 20px;

}
#weatherinfo2 h2{
	padding: 3px 10px;
	border-bottom: 1px solid #CCCCC0;
	border-left: 9px solid #FFDD00;
	border-right: 1px solid #CCCCC0;
	background-color: #FFFFCC;
	font-size: 10px;

}

#weatherinfo2 ul {
	list-style-type: none;
}

#weatherinfo2 li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 2px;
	border-bottom : 1px dotted #FF9900;
	background-color: #FFFFCC;
	text-align: center;
} 


/* 3˜g–Ú */


#weatherinfo3{
	float:left;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #FFCC00;
	width: 500px;
	margin-left: 20px;
}
#weatherinfo3 h2{
	padding: 3px 10px;
	border-bottom: 1px solid #CCCCC0;
	border-left: 9px solid #FFDD00;
	border-right: 1px solid #CCCCC0;
	background-color: #FFFFCC;
	font-size: 10px;

}

#weatherinfo3 ul {
	list-style-type: none;
}

#weatherinfo3 li {
	float: left;
	width: 100px;
	margin: 0;
	padding: 2px;
	border-bottom : 1px dotted #FF9900;
	background-color: #FFFFCC;
	text-align: center;
} 

#footer{
	margin-top: 20px;
	font-family: "Century Gothic";
	font-size : 10px;
	color : #6D6D7D;
	margin : 0 8 8 8 px;
	padding : 2px;
	border-bottom : 1px dotted #9D9DAD;
}
