/* @group basic print css */
/* foundation */
a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

/* table */
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
table {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 5px;
	border: 1px solid #333333;
}
table th,
table td {
	padding: 3px;
	font-size: 90%;
}
table th {
	border-bottom: 1px solid #333333;
}
table td {
	border: 1px dotted #333333;
}

/* link */
.entry .body a:link:after,
.entry .body a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* font */
body {
	line-height: 1.5;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}
/* @end */

/* @group hidden object */

#kobayashi ,
#menu ,
#widgetWrapper ,
#sidebar ,
.pageprev ,
.pagenext ,
.pagesprev ,
.pagesnext {
	display: none;
}



/* @end */

/* @group wp basic */

.aligncenter {
    display: block;
    margin-left: auto;
    margin-bottom: auto;
}
.alignleft ,
.alignright {
    margin: 3px 10px;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}

/* @end */

