/*--------------------------------------------------------
■プライバシーポリシーのスタイル
--------------------------------------------------------*/

#about { margin: 0px; padding: 20px; margin-bottom: 30px; width: 600px; text-align:left; }

#about .left{ float: left; width: 370px; }
#about .right{ float: right; width: 370px; }
#about .clear{ clear: both; }
#about h1 { left: -999px; top:-999px; position: absolute; }
#about h2 { font-size: 14px; color: #303030; font-weight:bold; line-height:18px; }
#about h3 { font-size: 13px; color: #333333; font-weight:bold; padding-top: 5px; }
#about h4 { font-size: 13px; color: #333333; font-weight:bold; padding-top: 5px; text-align:center; }
#about h5 { font-size: 12px; color: #333333; font-weight:bold; }
#about p { font-size: 12px; line-height:18px; color: #303030; font-weight: normal; }
#about p.right { text-align: right; }
#about p.address {margin-left:50px; margin-bottom:25px; }
#about p.dashed {
	background:#ffffff;
	padding:10px;
	border-top:dashed #030303 2px;
	border-bottom:dashed #030303 2px;
	}
#about p.indent {
	font-size: 12px;
	line-height:18px;
	color: #303030;
	font-weight: normal;
	margin-left:50px;
	}
#about #box {
	padding:0 10px 10px 10px;
	margin-bottom: 20px;
	background:#ffffff;
	border: solid 1px #333333;
	}
#about ol {
	list-style:decimal;
	padding-left: 20px;
	color: #303030;
	font-size: 12px;
	line-height:18px; 
	font-weight: normal;
	}
#about ul { list-style:disc; padding-left: 20px; color: #303030; font-size: 12px; line-height:18px; font-weight: normal; }
#about li { a:link {color:#303030; }
#about li { a:visited color:#303030; }
#about li { a:hover color:#303030; }
#about li { a:active color:#303030; }
#about link { font-size: 10px; }
