@charset "utf-8";

/*------------------------------------
     my common style
------------------------------------- */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,blockquote,th,td,
form,fieldset,input,textarea
{
  margin  :0;
  padding :0;
}


body
{
 background  : #400100;
 font-family : "Trebuchet MS", Verdana, sans-serif;
 font-size   : 80%;
}

html
{
 overflow-y : scroll;
}

h1,h2,h3,h4,h5,h6
{
 line-height : 1.0;
}

p,
li,
dt,dl
{
 line-height : 1.6;
}

p
{
 margin : 0 0 1em 0;
}

li
{
 list-style-type : none;
}

img
{
 border : 0;
}

address
{
 font-style : normal;
}

blockquote
{
  margin-left  : 1em;
  padding-left : 1em;
  border-left  : 2px solid #CCC;
  color        : #CCC;
}

pre
{
  width    : 100%;
  padding  : 1em 0;
  overflow : auto;
  border-top    : 1px dotted #333;
  border-bottom : 1px dotted #333;
}

table
{
  width:100%;
  border-spacing:2px;
  margin:1.5em 0;
}

table th,
table td
{
  padding:0.3em 0.75em;
}


/*----------------------------------------
    ユーティリティ
-----------------------------------------*/
.clear
{
 clear : both;
}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
