@charset "UTF-8";
/*-----------------------------------------
VIDEO POLICE  Homeページ　スタイルシート
更新日：2009年4月27日
-------------------------------------------
目次：

・メインコンテンツ
------------------------------------------*/

/*-----------------------------------
　　・メインコンテンツ設定
------------------------------------*/

#main_content {
	clear: both;
	height: 713px;
	width: 950px;
	background-image: url(/images/home/main01.jpg);
	background-repeat: no-repeat;
}

#textboxA {
	width: 800px;
	padding: 75px;
	height: 563px;
}
.infobox {
	overflow: auto;
	width: 800px;
	height: 563px;
}

#textboxA a:link {
	text-decoration: underline;
}

#textboxA a:visited {
	text-decoration: underline;
}

#textboxA a:hover {
	color:#FF0000;
	text-decration: underline;
	text-decoration: underline;
}

#textboxA ul {
	margin-bottom: 20px;

}

#textboxA li {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#textboxA img {
	margin-bottom: 20px;
	margin-left: 20px;
}
