　charset "UTF-8";"
/* 基本設定ここから*/


* {
	margin: 0;
	padding: 0;
}

body{
	/*color: #898787;*/
	/*color: #005083;*/
	color:#000;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐ明朝";
	font-size:12px;
	background-attachment:fixed;
	overflow-x:hidden;

}
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;
}
object {
display: block;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }


/* リンククリック時の点線を消す */
a:active, a:focus{
	outline:none;
}


a:link {
	/*color: #318332;*/
	color: #000000;
	text-decoration: none;
}

a:visited {
	/*color: #318332;*/
	color: #000000;
	text-decoration: none;
}

.sizeS {
	font-size: 78%;
}

.clear {
	clear: both;
}
/* 基本設定ここまで */


/*--------------------------------------------
		clearfix ここから
----------------------------------------------*/

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

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */


/*--------------------------------------------
		clearfix ここまで
----------------------------------------------*/



