@charset "UTF-8";
/* BASE CSS Document */


/*ぜんたいのぼでー*/
body	{
	background-color: #7ACCF3;
}

/*コンテンツのしろはいけい*/
#bg	{
	width:850px;
	background-color: #FFFFFF;
	margin: 0 auto 0px;
	text-align: center;
}

/*なかみだよ*/
#content	{
	width:710px;
	margin:0 auto;
	text-align: center;
}

#left_test	{
	text-align: left;
}
