/* Web Liberty Style Sheets File *//* Copyright (C) 2002-2004 Knight, All rights reserved. *//* ----- 文章構造 -------------------------------------- *//* ページ全体 */body {	text-align : left ;	background-image: url(back01.gif);background-repeat: repeat;	margin:20px;	font-size : 11px ;}/* フォント */body,th,td,.document {	font-family : 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka ;}/* 画像 */img {	border : #000000 0px solid ;}/* 水平線 */hr {	color : #606060 ;	height : 1px ;}/* 警告メッセージ */.warning {	color : #FF0000 ;	font-weight : bold ;}/* 本文のspan */.title{	color:#663300;	font-size : 12px ;	line-height : 16px ;	font-weight:bold;	}	.honbun{	font-size: 11px;line-height: 15px;color:#333333;	margin-left : 10 ;	margin-right : 20 ;	}	.date{	color:#666666;	font-size : 9px ;	margin-left : 17 ;	}	.new{	color:#666666;	font-size : 9px ;	}	.footer{	color:#333333;	font-size : 9px ;		text-align : right ;	margin-left : 10 ;	margin-right : 20 ;	}	.link{	margin-left : 10 ;	margin-right : 20 ;	font-size: 9px;	}.small{	margin-left : 10 ;	margin-right : 20 ;	font-size: 9px;	}	/* 未訪問 */a:link {	color : #000066 ;	text-decoration : none ;}/* 訪問済み */a:visited {	color : #000033 ;	text-decoration : none ;}/* クリック時 */a:active {	color : #000000 ;	text-decoration : none ;}/* カーソル接触時 */a:hover {	color : #000000 ;	text-decoration : none ;	background-color : #6699ff ; }