body{
	color : #000;
	background : #fff url("../img_color/body-back.jpg") 0 80px no-repeat fixed;
	margin : 0;
	padding : 0;
}
/* リンク関係 */
a{
	text-decoration : none;
}
a:link,a:visited,a:hover,a:active{
	color : #00c;
	background : transparent;
	text-decoration : underline;
}
/* 本記を囲む div */
.section{
	margin : 20px 0 20px 60px;
	padding : 0;
}
address{
	font-style : normal;
	padding : 5px;
	text-align : right;
}
th{
	color : #000;
	background : #eee;
	border : 1px #666 solid;
	padding : 1px;
}
td{
	color : #000;
	background : #fff;
	border : 1px #666 solid;
	padding : 1px;
}
h2,h3,h4,h5,h6{
	color : #333;
	background : #fff;
	margin : 20px 0;
	padding : 4px 5px;
	border : #999 1px solid;
}
h2{
	font-size : 150%;
}
h3{
	font-size : 140%;
}
h4{
	font-size : 130%;
}
h5{
	font-size : 120%;
}
h6{
	font-size : 110%;
}
blockquote{
	margin : 15px 0 15px 10px;
	padding : 15px 0 5px 0;
	border : 1px #666 solid;
	color : #333;
	background : #fff url("../img_mono/blockquote.gif") no-repeat;
}
/* 外部URL追加 */
.day a[href^="http:"]:after{
	content: " ( " attr(href) ")";
	font-size: 90%;
}
/* 印字しない */
#navi,.skip,.turn-up,#header ul,#footer ul,.selectsheet{
  display : none;
}

