@charset=shift_jis;
/*-----------------------------
タグの再定義
-----------------------------*/
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

body{
margin:0;
padding:0;
font-size:12px;
font-family:"ＭＳ ゴシック", "Osaka−等幅";
color:#333;
line-height: 1.5em;
background: #FFF url(../common_img/bg.jpg) repeat-x;
}

a:link,a:visited {
	color:#036;
}
a:hover {
	color:#36C;
	text-decoration:none;
}

h2,h3,h4 {
	font-weight: bold;
	color: #036;
}
/*-----------------------------
回り込み
-----------------------------*/
.float_l { float:left }
.float_r { float:right }
/*-----------------------------
クリア・クリアフィックス
-----------------------------*/

.clear{
	clear:both;
	line-height:0px;
	font-size:0px;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
