/* Default Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

*{
    margin: 0;
    padding: 0;
}

body{
	font: normal 14px verdana, 'trebuchet ms','Hiragino Kaku Gothic Pro','Hiragino Kaku Ghothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'MS PGothic', sans-serif;
	line-height:1.5em;
	color:#444;
	}

h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    font-weight: normal;
}

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 {
    text-decoration: underline;
}

a:link,a:visited{color:#990000;}
a:hover{color:#ff0000;}


hr {
	display:none;
}

a img,:link img,:visited img {
    border: none;
}

address {
    font-style: normal;
    display: inline;
}


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

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.pkg, #content-inner { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

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

