/* unico diary 用 CSS ファイル　　        　　　　 */
/* 使いやすいように編集してくださってかまいません。*/

body{	color:#000000;	background-color:#ffffff;}

body,td,th{
	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:80%;}

/* 題字 ------------------------------------------ */
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;}

/* 項目名 ---------------------------------------- */
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%
}

/* 編集・削除ボタン ------------------------------ */
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;
}
