/* Reset */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial, helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

html{
	overflow-y:scroll;
	background: #F9E3F3;
}

body{
	color: #333;
	margin: 0px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.9em;
	line-height: 160%; 
	text-align: center;
}

#wrapper {
  	width: 900px;
	background: url("../pages/images/pageback.gif") top center repeat-y;
  	margin: 0 auto;
  	padding: 0 10px 0 10px;
}

#page {
  	width: 832px;
  	margin: 0 auto;
	background: #8C9B0B;
}

.clrfix { 
	clear: both;
	height: 1px;
}

a{
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:active{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 2em; 
	font-weight: bold;
}

h3{
	font-size: 1.2em; 
	font-weight: bold;
}

p{
	margin: 5px 0 5px 10px;
	font-weight: normal;
}

.cd:first-letter {
	background-color: #F9E3F3;
	font-size: 270%;
	float: left;
	margin-right: 0.1em;
	padding: 0.2em;
}

hr {
	height: 1px;
	background-color: #eee;
	color: #eee;
	border: none;
	padding: 0;
	margin: 1em 0;
}

strong, b {
	font-weight: bold;
}

em, i, cite {
	font-style: italic;
}

table#t01 {
	width: 620px;
	background: #fff;
}

table#t01 th {
	font-weight: bold;
	padding: 0;
}

table#t01 td {
	padding: 0;
}

table#t02 {
	width: 308px;
	border: solid #ccc 1px;
	border-spacing: 0;
	border-collapse: separate;
	background: #fff;
}

table#t02 th {
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #aaa #aaa #ffffff;
	font-weight: bold;
	text-align: center;
}

table#t02 td {
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #aaa #aaa #ffffff;
	text-align: left;
	white-space: nowrap;
}

table#t02 td a{
	display:block;
	width: 97%; 
	padding: 3px;
	text-decoration: none; 
}

table#t02 td a:hover{
	background-color:#C3FFE3;
}

dl{
	width:450px;
	line-height: 160%; 
}

dt{
	float:left;
	width: 32px;
	padding: 0 0 0 5px;
	clear:both;  
	line-height: 160%; 
}

dd{
	width: 400px;
	margin-left:35px;
	padding: 8px 0;
}

/* Header */

#header {
	margin: 0;
}

#header h1{
	margin: 0;
}

#nav {
	margin: 0;
	background: url("../pages/images/nav.gif") top center repeat-x;
	width: 832px;
	float: left;
}

#nav ul li {
	margin: 0 -2px;
	display: inline;
	font-size: 1em;
}

#nav ul li a {
	padding: 3px 11px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #ccc;
}

#nav .right {
	padding: 3px 0px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

#nav ul li a:hover {
	color: #008725;
	background: url("../pages/images/nav_over.gif") top center repeat-x;
}


#content{
	float: left;
	width: 627px;
	margin: 0;
	padding: 0 20px 0 25px;
	text-align: left;
	background: #fff;
}

#content .entry{
	margin: 25px 0 30px 0;
}

#content h1{
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 7px 0 8px 33px;
	color: #fff;
	background: url("../pages/images/midashi_back.gif") no-repeat;
}

/*for IE6 */
* html #content h1{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 8px 0;
	padding: 6px 0 6px 33px;
	color: #fff;
	background: url("../pages/images/midashi_back.gif") no-repeat;
}

/*for IE7 */
*:first-child+html #content h1{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0 8px 0;
	padding: 4px 0 8px 33px;
	color: #fff;
	background: url("../pages/images/midashi_back.gif") no-repeat;
}

#content h1 a{
	color: #fff;
}

#content h2{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 170%; 
	margin: 10px 0 0 8px;
	padding: 0;
	color: #008725;
}

#content h3{
	margin: 10px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #FF6600;
}

#content h5{
	margin: 5px 0 0 24px;
	font-size: 1em;
	font-weight: normal;
	color: #FF6600;
}

#content p{
	margin: 5px 0 5px 5px;
	font-weight: normal;
}

#content .post{
	clear: both;
}

#content ul{
	margin: 8px 0;
}

#content ul li{
	margin: 5px 0 5px 33px;
	list-style-image: url("../pages/images/cap.gif");
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

#content ul ul li{
	margin: 5px 0 10px 33px;
	list-style-image: url("../pages/images/cap.gif");
	font-size: 1.1em;
	font-weight: normal;
	color: #666;
}

#content ol{
	margin: 18px 0;
}

#content ol li{
	margin: 3px 0 0 45px;
	padding: 0;
	list-style-type: decimal;
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

#content img{
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	margin: 0 0 2px 7px;
	float: right;
	clear: right;
	}

.alignleft {
	margin: 0 7px 2px 0;
	float: left;
	clear: left;
	}

.center{text-align: center;}
.right{text-align: right;}
.left{text-align: left;}

#content table .b {
	padding: 0;
	border: 0;
	background: #fff;
}

#content table h2{
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 170%; 
}

#sidebar{
	float: left;
	margin: 0;
	text-align: left;
	width: 160px;
}

#sidebar h3{
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #FFFDED;
	text-align: center;
}

#sidebar ul{
	float: left;
	margin: 30px 0;
	text-align: left;
	border-top: 1px solid #FFFDED;
	width: 160px;
}

#sidebar li{
	border-bottom: 1px solid #FFFDED;
}

#sidebar li a{
	display: block;
	padding: 7px 10px;
	color: #FFFDED;
}

#sidebar li a:hover{
	padding: 7px 10px;
	color: #8D4C2F;
	background: #fff;
}

#sidebar .selected{
	padding: 7px 10px;
	color: #8D4C2F;
	background: #fff;
}

#weathernews_blog_parts{
	text-align: center;
}

#footer{
	clear: both;
	width: 832px;
	text-align: center;
	font-size: 0.8em;
	padding:10px 0 15px 0;
	border-top: 1px solid #009A22;
	background: #fff;
}

.K09 { 
font-size: 0.7em; 
line-height: 160%; 
font-weight: normal;
}
.K10 { 
font-size: 0.8em; 
line-height: 160%; 
font-weight: normal;
}
.K12 { 
font-size: 0.9em; 
line-height: 170%; 
font-weight: normal;
}
.K14 { 
font-size: 1.1em; 
line-height: 170%; 
font-weight: normal;
}
.K18 { 
font-size: 1.4em; 
line-height: 170%; 
font-weight: normal;
}
.KB { 
line-height: 160%; 
font-weight: bold;
}
.KB12 { 
font-size: 0.9em; 
line-height: 170%; 
font-weight: bold;
}
.KB14 { 
font-size: 1.1em; 
line-height: 170%; 
font-weight: bold;
}
.KB18 { 
font-size: 1.4em; 
line-height: 170%; 
font-weight: bold;
}
.KB24 { 
font-size: 2em; 
line-height: 170%; 
font-weight: bold;
}
.midashi { 
font-size: 2.8em; 
color: #999;
font-family:"Times New Roman",Times,Georgia,serif; 
line-height: 160%; 
font-weight: normal;
}
