/* reset and set css
=====================*/
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;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,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-size:12px;line-height:1.22;font-family:"MS PGothic","Osaka",Arial,sans-serif;word-break:break-all;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}h1,h2,h3,h4,h5,h6,textarea{font-size:100%;font-weight:normal;}hr.separation{display:none;}button{cursor:pointer;}header,footer,nav,section,article,aside{display:block;}

/* base layout
=====================*/
#wrapper{
height:100%;
border:1px solid #000;
}
/* header
=====================*/
#header h1{
padding:2px 5px;
font-size:12px;
background:#4a4a4a url(../images/bg_all.png) repeat-x;
color:#fff;
}
#header h1 strong{
background:url(../images/bg_all.png) no-repeat 0 -100px;
font-size:15px;
padding-left:20px;
}
#nav{
border-bottom:1px solid #ccc;
background:#dadada url(../images/bg_all.png) repeat-x 0 -50px;
overflow:auto;
_zoom:1;
}
#nav li{
float:left;
}
#nav li a{
display:block;
padding:2px 5px;
text-decoration:none;
color:#000;
border-left:1px solid #ccc;
}
#nav li a:hover{
background-color:#ccc;
text-decoration:underline;
}

/* contents
=====================*/
#contents{
border-color:#777;
border-style:solid;
border-width:1px 0 0 1px;
}
#contents h2{
display:none;
}
#edit,
#preview{
padding:5px;
}
#edit{
border-bottom:2px solid #999;
}
#preview{
border-top:1px solid #ddd;
}
#kzms2txt,
#kzms2preview{
width:100%;
border:none;
background-color:#fff;
font-size:12px;
resize:none;
}

/* footer
=====================*/
#footer{
text-align:center;
padding:10px auto;
background-color:#ffc;
}
