@charset "UTF-8";
/*-----------------------------------------
VIDEO POLICE  memberページ共通　スタイルシート
更新日：2009年4月24日
-------------------------------------------
目次：

・メインコンテンツ（左・右・下）

------------------------------------------*/

/*-----------------------------------
　　・メインコンテンツ設定
------------------------------------*/

#textboxA {
	width: 800px;
	padding: 75px;
	height: 563px;
	line-height: 1.8em;
}

#textboxA a:link {
	text-decoration: underline;
}

#textboxA a:visited {
	text-decoration: underline;
}

#textboxA a:hover {
	color:#FF0000;
	text-decration: underline;
	text-decoration: underline;
}

#scroll01 {
	overflow: auto;
	width: 800px;
	height: 563px;
}

#textboxA h1 {
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 1em;
}

#textboxA h2 {
	margin-top: 5px;
	font-size: 1em;
}

#textboxA p {

}

#textboxA li {
	margin-right: 20px;
	list-style-type: none;
}

#textboxA img {
}

#center_box {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#left_box {
	float: left;
	width: 300px;
	margin-left: 20px !important;
	margin-left: 10px;
	padding-bottom: 20px;
}

#right_box {
	float: right;
	width: 400px;
	margin-right: 20px !important;
	margin-right: 10px;
	padding-bottom: 15px;
}
