/* unico diary 用 CSS ファイル　　        　　　　 */
/* 使いやすいように編集してくださってかまいません。*/

html{
scrollbar-base-color:#000080;
scrollbar-arrow-color:#000080;
scrollbar-darkshadow-color:#000080;
scrollbar-face-color:#F0F8FF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
}

A:hover{color:#FFD700; position:relative;left:2px;top:2px; }

A:visited{
color:#0066cc;
}


TABLE{
  font-size : 14px;
  line-height : 22px;
  color : #333300;
}

H1{
  font-size : 15px;
}


BODY{font-size:13px; 
  background-image : url(bg.gif);
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : right bottom;}

A{color:#febace; font-size:13px; }

A:hover{color:#ffaa55; font-size:13px;
  position:relative;
  left:2px;
  top:2px;
 }
body,td,th{
	font-family: 'ms ui gothic',sans-serif;
}


/* 幅 -------------------------------------------- */
p,div,h1,h2,table{	width:90%;}

/* 題字 ------------------------------------------ */
h1,h2{
	text-align: justify;
	text-justify: distribute-all-lines;
	font:bold 100%/100% verdana;
}

/* フォーム部品 ---------------------------------- */
input,textarea,select{
	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:100%;}

/* テーブル装飾 ---------------------------------- */
table{	border:none;
font-size : 14px;
  line-height : 24px;}

</STYLE>

/* 項目名 ---------------------------------------- */
td.key{
	width:20%;
	font:bold 100%/100%;
	text-align: justify;
	text-justify: distribute-all-lines;
	background-color: #cccccc;
	border: solid 1px #999999;
	padding:5px;
}

/* 入力内容 -------------------------------------- */
td.value{
	border: solid 1px #999999;
	padding:5px;
}
td.value input{
	width:100%
}

td.value input.mini{
	width:10%;
}

/* 編集・削除ボタン ------------------------------ */
p.wd{	text-align:center;}
p.wd input, p.wd select{	width:40%;}

/* 著作権表示部 ---------------------------------- */
p.copy{
	font:bold 80% verdana,arial,helvetica;
	text-align:right;
}

p.msg{
	border: solid 1px #999999;
	font-size:80%/140%;
	padding:10px;
}
form.fm{
	width:100%;
	border: solid 1px #999999;
	padding:10px;
	text-align: center;
}
