@charset "UTF-8";
/*****************************************************


reset
lasd mod 110621


*****************************************************/

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

p{
	margin:0 0 1.6em 0;
}

body {
   margin: 0;
   padding: 0;
   font-family:'Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
   font-size: 12px;
   text-align: center; 
   line-height: 2.0em;
   background:#f6f5ef url(../img/bg.jpg);
   color:#444;
}


h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: bold;
	margin:0;
	padding:0;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a:link,
a:visited {
	color:#900;
    text-decoration: none;
    outline: none;
}

a:hover{
	color:#c00;
	text-decoration:underline;
}

hr {
    border: 0;
    height: 1px;
	clear:both;
	display:none;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg{ display: block; }
/* no ie mac \*/
* html .pkg, * html  { height: 1%; }
.pkg  { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

#header:after,
#navi:after,
#container:after,
#main:after,
.section:after,
#footer:after,
#credit:after,
#footer_navi:after,
.asset-body:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.asset-body {
    height: 1%;
}