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


reset
lasd mod 120417


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

/*
    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:futura,'Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
   font-size: 12px;
   text-align: left; 
   line-height: 1.6em;
   -webkit-text-size-adjust: none;
}

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; */
}

img{
	vertical-align: top;
}

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

a:hover{
	color:#b20000;
	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 ----------------------------------------------------------------- */

.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; }

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

CLEARFIX

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

.clearfix:after {
	content    : ".";
	display    : block;
	height     : 0;
	clear      : both;
	visibility : hidden;
	}
.clearfix { display : inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height : 1%; }
.clearfix { display : block; }
/* End hide from IE-mac */

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