@charset "utf-8";

/*==============================*/
/*  pagestyle.css               */
/*------------------------------*/
/*　全ページ共通仕様CSS         */
/*==============================*/


/*◆◆◆タグそのものに対する設定◆◆◆*/
/* ページ基本設定 */
html {
	height: 100%;
}

body {
	height: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #545152;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	min-width:1024px;
}

#wrapper{
	background-image: url(imagetop_pic/backpic.png);
	background-repeat: repeat;	/*min-width:1024px;*/
	height: 100%;
	width: 100%;
}
