/* unico message board 用 CSS ファイル　　　　　　　　　　*//* エラー画面・管理画面などで使います。無くても大丈夫です *//* 使いやすいように編集してくださってかまいません。　　　 */body{	color:#000000;	background-color:#ffffff;}body,td,th{	font-size:10px;line-height:14px;	font-family: 'ms ui gothic',sans-serif;}a:link{	color:#0000ff;}a:visited{	color:#990099;}a:hover,a:active{	color:#ff0000;}/* 幅 -------------------------------------------- */p,div,h1,h2,table{	width:460px; margin:auto;}/* 題字 ------------------------------------------ */h1,h2{	text-align: justify;	text-justify: distribute-all-lines;	font:bold 10px verdana;}/* フォーム部品 ---------------------------------- */input,textarea,select{	width:40px;	border-top: solid 1px #999999;	border-right: solid 1px #999999;	border-bottom: solid 1px #999999;	border-left: solid 1px #999999;	background-color: #ffffff;}textarea{ width:360px;}/* テーブル装飾 ---------------------------------- */table{	border:none;}/* 項目名 ---------------------------------------- */td.key{	width:100px;	font:bold 10px;	text-align: justify;	text-justify: distribute-all-lines;	background-color: #cccccc;	border: solid 1px #999999;	padding:1px;}/* 入力内容 -------------------------------------- */td.value{	border: solid 1px #999999;	padding:1px;	width:360px;}/* 編集・削除ボタン ------------------------------ */p.wd{	text-align:right;}p.wd input, p.wd select{	width:60px;	margin:1px;}/* 著作権表示部 ---------------------------------- */p.copy{	font:bold 10px verdana,arial,helvetica;	text-align:right;}p.msg{	border: solid 1px #999999;	font-size:10px;	padding:10px;}form.fm{	width:400px;	border: solid 1px #999999;	padding:2px;	text-align: center;}