@charset "UTF-8";
/*-------------------------- ★global --------------------------*/
* {
    margin: 0px;
    padding: 0px;
}
h1,h2,h3 {
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: #000;
}
h4,h5,h6 {
    font-size: small;
    font-style: normal;
    color: #000;
}
p,li,td,th,dt,dd,textarea,input,form,address,div {
    font-size: 14px;
    font-style: normal;
    color: #000;
}
a {
    color: #000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #42813f;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
    border: 0px;
    vertical-align: bottom;
}
ul {
    list-style-position: outside;
    list-style-type: none;
}
ol {
    list-style-position: inside;

}
dt {
	margin-top: 1em;
	margin-bottom; 1.5em;
	font-weight: bold;
}
dd {
	margin-bottom: 0.5em;
	padding-left: 1em;
}
fieldset {
    border: #cccccc 1px solid;
}
body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
	-webkit-text-size-adjust: 100%; /* iphone safari */
    color: #000;
}
sup {
    vertical-align: top;
}

/*-------------------------- ★global --------------------------*/
.right {
    text-align: right;
}
.aux {
	color: #999;
	font-weight: normal;
}
img.right {
	float: right;
	margin-left: 20px;
}
img.left {
	float: left;
	margin-right: 20px;
}
.bold {
	font-weight: bold;
}
/*-------------------------- ★clearfix --------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
/*  for IE  */
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides form IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from ID-mac */

/*-------------------------- ★misc --------------------------*/
#debug {
    font-size: 12px;
}
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}
