/*******************************************
共通 基本設定用CSS [basic]
MENU
---------------------------------------------
01基本設定
02共通設定
03共通フォントカラー
04その他
*******************************************/

/*===========================================
01基本設定
===========================================*/
body {
	margin:0;
	padding:0px;
	color:#000;
	line-height:1.5em;
	font-family:"ＭＳ Ｐゴシック","Osaka","sans-serif";
	text-align:center;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	font-size:small;
	text-align:center;
}

p,div,h1,h2,h3,h4,h5,h6,form,ul,ol,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;	
	color:#000;
	font-size:small;
	font-weight:normal;
	line-height:1.5em;
}

*p,div,h1,h2,h3,h4,h5,h6,form,ul,ol,li,dl,dt,dd {
	font-size:x-small;
}

/*===========================================
02共通設定
===========================================*/
img{
	display:block;
	border:0;
}

a img {
	border:0;
}

.hide{
	display:none;
}

.inline{
	display:inline;
}

/* 寄せ
--------------------------*/
.clear{
	clear:both;
}		


/*===========================================
03共通フォントカラー
===========================================*/
.c_red{
	color:#F00;
}	

/* リンク
--------------------------*/
a {
	color:#007BD0;
	text-decoration:underline;
}

a:hover {
	color:#02A9FF;
	text-decoration:underline;
}


/*===========================================
04その他
===========================================*/

/*ベンサンダース・ブロック
--------------------------*/
.bens_block:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
}

.ben_block {
	height:100%;
}





