@charset "utf-8";
/*
Theme Name: 
Theme URI: 
Description: 
Version: 1
Author: 
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:bold;
}
q:before,q:after {
content:'';
}
abbr,acronym {
  border:0;
}
 
.nondisplay{
  display: none;
}

a{ text-decoration: none; }
a:link {
text-decoration: none;
color: #804000;
}
a:visited {color: #804000; }
a:hover {
color: ; text-decoration: ;
text-decoration: underline;
}
a:active { color: ;}
a:active,a:focus{ outline:none; }
a img{border: none;}

strong{
font-weight: bold;
}

em{
  color: #f00;
}

body {
  font-size: 14px; /* Resets 1em to 14px */
  line-height: 2em;
  font-family: 'osaka', sans-serif;}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */ *:first-child+html .clearfix {zoom: 1;}