/* 基本 */
body{
/*	background: #fef5da;	*//* ベージュ */
/*	background: #4090e0;	*//* 絵の具青 */
	background: #4090f0;
	color:000000;
	font-size: 12px;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
}
.hidden{
	color: #4090f0;
}
td,th{
	font-size: 12px;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka;
}
/* リンク */
a:link{
	color: #0000ff;		/* 未訪問 */
}
a:visited{
	color: #800080;		/* 訪問済 */
}
a:active{
	color: #ff0000;		/* 訪問済 */
}
a:hover{
	color: #ff0000;		/* 訪問中 */
}
table.artcle{
	border: inset #4090e0 3px;
	padding: 2px;
}
table.form{
	margin: 0px 0px 0px 40px;
}
hr{
	border: inset #4090e0 2px;
	color: #4090e0;
}
/* 題名 */
font.title{
	background: #ffffff;
	border: inset 4px #0060ff;
	color: #ff6600;
	font-size: 4em;
	font-family: ＭＳ 明朝;
	font-weight: 600;
	padding: 2px 60px;
}
font.red{
	color: #ff0000;
	font-weight: 600;
}
font.blue{
	color: #0000ff;
	font-weight: 600;
}
font.lock{
	color: #ff6600;
	font-weight: 600;
}
span.menu{
	background: #ffffff;
	border: inset #0060ff 3px;
	padding: 4px;
}
/* フォームに適用するスタイル */
input.input_text{
	border: inset #4090e0 3px;
	padding: 2px;
}
input.input_image{
	padding: 0px;
	margin: 0px;
}
textarea.textarea{
	border: inset #4090e0 3px;
	padding: 2px;
}
input.file{
	color: #ffffff;
	background: #4090e0;
	border: solid #4090e0 3px;
	padding: 2px;
}
