body{
	font-size: 12px;
	color: #666666;
	font-family: sans-serif;
	#font-family: ;
}

/* 背景色 */
.blank{
		margin: 0px;
		padding: 0px;
		background-color: #ddeeff;
}
/* headボーダー */
.head{
		border-top-style: solid;
		border-top-color: #ffffff;
		border-top-width: 1px;
}


/* a:link */
a:link{
	color: #0079ce;
    text-decoration: none;
}
a:visited{
	color: #0079ce;
	text-decoration: none;
 }
a:hover{
	color: #00bead;
	text-decoration: none;
}
a.add:hover{
	color: #00794a;
	text-decoration: overline underlines;
}
h3 a:link{
	color: #009900;
}


/* 記事見出し */
h3{
	text-align: center;
	color: #009900;
	font-size: 18px;
	padding: 2px;
	border: 3px double #ccff33;
	background-color: #f4fae4;
}
h4{
	text-align: center;
	color: #009999;
	font-size: 16px;
}
.box{
	text-align: left;
	padding: 10px;
	line-height: 150%;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #00cc00;
	background-color: #ecfaff;
}

/* baseセパレーター */
.left{
	padding: 5px;
	background-color: #ffffff;
}
.line{
	background-image: url('img/lineG.png');
	background-repeat: repeat-y;
}
.right{
	background-color: #ebebeb;
	padding: 5px 5px 5px 8px;
}

/* image 縁取り */
.board{
	border-style: outset;
	border-width: 1px;
	border-color: #ffffff;
}

