@charset "UTF-8";

/*==============================
	基本タグ設定
==============================*/
body {
	color:#000000;
	font-family:Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
	font-size: 12px;
	line-height:150%;
	padding:0px;
	margin:0px;
}
p {
	margin-top:0.7em;
	margin-bottom:0.7em;
}
a:hover {
	color:#ff00ff;
}
strong {
	color:red;
	font-weight:bold;
	font-size:125%;
	line-height:100%;
}
em {
	color:red;
	font-weight: normal;
	font-style:normal;
}
sup {
	vertical-align : 20%;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	line-height:100%;
}
dt {
	font-weight:bold;
}
dl,ul,ol,form {
	margin-top:0px;
	margin-bottom:0px;
}
form p{
	margin:1px;
	line-height:100%;
}
textarea {
	font-size:100%;
	overflow:auto;
}

input {
	font-size:100%;
	line-height:100%;
}

hr.sep {
	display:none;
}

#silverback{
font-family:'Courier New','Courier','ＭＳ ゴシック',monospace;
width:100%;
background-color:#cccccc;
text-align:left;
}
.RedFont {color: #FF0000}

#container {
//position:relative; /* relativeの方がいいのだが(1) */
//left:0px;
//right:0px;
//width:100%;
	POSITION: relative;
}

/*==============================
	ヘッダ部分
==============================*/

#banner {
	display:none;
}
/*==============================
	本文エリア
==============================*/

#content {
	position:relative;
	left:0px;
	right:0px;
	top:auto;
	padding:1px 1px 1px 1px;
	min-width:500px;
}

/* 前後移動とか */
#menu {
	display:none;
}

/* 本文１項目 */
#content .item {
	position:relative;
	width:100%;
	margin-bottom:0px;
	background-color: white;
	border:2px groove white;
	padding:0px;
}

.item h2 {
	font-size:150%;
	font-weight:bold;
	border-bottom:2px dotted;
}
.item h2 a{
	text-decoration:none;
}
.item h2 .date {
	font-size:75%;
}
.item h3 {
	font-size:120%;
	font-weight:bold;
}
.item h3 .date {
	font-size:75%;
	font-weight:normal;
}
.item .category {
	position:relative;
	font-size:100%;
	font-weight:bold;
	float:right;
}
.item .text{
	clear:both;
	margin:0.5em;
}

/*==============================
	サイドバーエリア
==============================*/

#links {
	display:none;
}

