@charset"utf-8";

/* 基本設定 タグ
======================================================== */
body{
	color: #282828;
	line-height: 1.7em;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;

	background-image: url(../img/bg.gif);
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

fieldset,img,abbr,acronym{
    border: 0;
}

address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var{
    font-style: normal;
    font-weight: normal;
}

ol,ul{
    list-style: none;
}

a{
    text-decoration: underline;
    outline: none;
	color: #282828;
}

a:hover{
	text-decoration: none;
}

a img,:link img,:visited img{
	text-decoration: underline;
}

:link,:visited{
	text-decoration: underline;
}

hr{
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

address{
    font-style: normal;
}



/* 装飾
======================================================== */
span.bold{
	font-weight: bold;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
	display: block;
}

.float_l{
	float: left;
}

.float_r{
	float: right;
}

/* For modern browsers */
.cf:before,
.cf:after{
    content: "";
    display: block;
    overflow: hidden;
}

.cf:after{
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
	overflow: hidden;
}
