@charset "UTF-8";

/*-----------------------------------------------
    Browser Reset
-----------------------------------------------*/
body {
	margin:0;
	padding:0;
	background: #666666;
	text-align: center;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.4;

}
h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
    font-size:100%;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border:0;
}
th {
    text-align:left;
}
input,select,textarea {
    vertical-align:middle;
}
img {
    border:0;
    vertical-align:middle;
}
ins, a {
    text-decoration:none;
}
ul {
    list-style:none;
}
br {
    letter-spacing: 0;
}

/*---------------------------------------
    font
---------------------------------------*/
/*    font size    -----------------------*/
.fs-s {
    font-size:80%;
}
* html .fs-s {/*IE�p*/
    font-size:75%;
}

/*    font style    -----------------------*/
.b {
    font-weight:bold;
}
.i {
    font-style:italic;
}
.u {
    text-decoration:underline;
}
.d {
    text-decoration:line-through;
}

/*---------------------------------------
    float
---------------------------------------*/
.left {
    float:left;
}
.right {
    float:right;
}
img.left {
    margin:0 15px 8px 0;
}
img.right {
    margin:0 0 15px 8px;
}

/*---------------------------------------
    clear float
---------------------------------------*/
.cl {
    clear:both;
}
hr {
    clear:both;
    border:0;
}

/*---------------------------------------
    text align
---------------------------------------*/
.txt-l {
    text-align:left;
}
.txt-c {
    text-align:center;
}
.txt-r {
    text-align:right;
}
