@charset "utf-8";
/* CSS Document */


/* 全称セレクタでブラウザ毎のクセをリセット */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	font-size: 12px;
	line-height: 150%;		
}
/* ▼メインページ ##########################################################################################*/


body {
	background-color:#D2DDFF;
	margin:0px 0px 0px 0px;
	color:#000000;
}


#main{
	width:900px;
	height:598px;
	padding:40px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border: none;
}

.clear{
	clear: both;
}

#btm{
	width:900px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border: none;
}
/* ▲メインページend ##########################################################################################*/


/* ▼TVで紹介されました #######################################################################################*/

#tv1{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/* ▲TVで紹介されましたend ####################################################################################*/