@charset "utf-8";
body {
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","MS Pゴシック","MS P Gothic",Helvetica,Arial,sans-serif;
    color:#333333;
    font-size:12px;
    line-height:1.6em;
    margin:0;
    padding:0;
    text-align:center;
}

li {
    margin:0;
    padding:0;
    list-style:none;
}

h1,h2,h3,h4,h5,h6,p {
    color:#333333;
    margin:0;
    padding:0;
}

#wrapper {
    width:1000px;
    margin:0 auto;
    padding:0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}

img {
    margin:0;
    padding:0;
}

strong {
    font-weight:normal;
}

a {
    overflow:hidden;
}

a img {
    border:0;
}

p.pagetop {
    font-size:10px;
    text-align:right;
}

p.pagetop a {
    color:#FF0066;
    text-decoration:none;
}
p.pagetop a:visited {
    color:#FF0066;
    text-decoration:none;
}
p.pagetop a:hover {
    color:#FF0066;
    text-decoration:underline;
}


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

.clearfix {
    display:inline-block;
}

*html .clearfix {
    height:1%;
}

.clearfix {
    display:block;
}

a{
	outline:none;
}

/* End hide from IE-mac */