body {
	background: #E4E7E9;
	color: #333;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.6;
	font-size-adjust:0.58em;
	font-size: 80%;
}
#wrapper {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px dotted #999999;	
	border-left: 1px dotted #999999;	
}

#header{
	width: 100%;
	margin-bottom: 0;
	padding: 0px;
	margin-top: 0px;
}
#header a{
	color: #5F6A7C;
}
#header a:hover{
	color: #0099FF;
	text-decoration: none;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin: 0px;
	padding: 0px 0px;
}

#header h3{
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 25px;
}

#contents{
	margin: 0px 15px;

}

#contents h3{
	font-size: 120%;
	margin: 0px;
	padding: 15px 0px 25px;
}

#footer {
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #333333;
	border-right: #333333;
	border-bottom: 1px solid #333333;
	border-left: #333333;
}
.pagenavi {
	margin: 20px 0px;
	padding: 00px 0px;
}
@charset "utf-8";	
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li,
img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}


/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: text-top; }

/* hr 要素は不可視で使う */
hr { display: none; }


A {
	COLOR: #0099CC; TEXT-DECORATION: none
}
A:visited {
	COLOR: #009966; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FFCC33; TEXT-DECORATION: underline
}
A IMG {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.stopFloat {	CLEAR: both
}
.ie6 .stopFloat {	WIDTH: 1px! important
}
.txtright {	text-align: right;
}
.blue {	color: #0066CC;
}
.under_blue {	border-bottom: 1px solid #0099FF;
}
.under_pink {	border-bottom: 1px solid #FF6699;
}
.pink {	color: #FF0066;
}
.clear { clear: both; background: none; }
/* TOPIC*/
#topic{
	width: 100%;
	padding: 0;
	height: auto;
	margin: 0px;
	color: #333333;
	display: block;
}
#topic .article {
	padding: 0px;
	margin: 20px 10px 25px;
	text-indent: 10px;
	line-height: 1.5;
}
#topic h3{
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #666666;
	border-left: 8px solid #999999;
	padding: 3px 2px 2px 3px;
	margin-bottom: 8px;
	background-color: #F1F1ED;
	font-weight: bold;
	font-size: 100%;
	clear: both;
}
#topic .article img{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#topic .article a{
	color: #0099CC;
}
#topic .article a:hover {
	color: #0099CC;
	margin-bottom: 1px;
	border-bottom: 1px dotted #0099CC;
	text-decoration: none;
}
#topic .article p{
	padding: 5px 10px 7px;
}
#topic .date{
	display: block;
	text-align: right;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 10px;
}
h4 {
	margin-top: 6px;
	margin-bottom: 6px;
}
