@charset "UTF-8";

/*
-------------------------------------------------
takumadesign Print Styles
Author:   Takuma Nishiyama
Version:  2006-09-22
------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 12mm 16mm;
	font: 10.5pt "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", serif;
}

h1,
h2,
h3,
#comments dt {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1 {
	font-size: 200%;
}

h2 {
	clear: both;
	padding: 0 0 0 3mm;
	margin: 5mm 0;
	border-left: 2mm solid silver;
	font-size: 160%;
}

h3 {
	margin: 5mm 0;
	font-size: 130%;
}

a {
	color: black;
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin: 5mm 0;
	line-height: 1.6em;
}

ul {
	margin: 0 0 0 5mm;
}

#logo a {
	color: #135;
}

.article p {
	clear: both;
}

.article p img.left {
	float: left;
	margin: 0 5mm 5mm 0;
}

.article p.posted {
	border-top: 0.75pt solid silver;
}

.article p.posted:before {
	content: "Posted : ";
}

.article p.posted .tag:before {
	content: "Tag : ";
}

.portfolioThumb {
	float: left;
	margin: 0 5mm 5mm 0;
}

#comments dt {
	font-weight: bold;
}

#comments dd {
	margin: 0 0 5mm 0;
}

#comments p {
	margin: 0;
}

#footer {
	clear: both;
	margin: 10mm 0 0 0;
	border-top: 0.75pt solid silver;
}

#footer p {
	margin: 0;
}


/* Hide
------------------------------------------------- */
#skip2content,
#nav,
#adsense,
#commentForm,
#pagination,
#side,
#back2top,
#badge,
.permalink,
.more,
.comment {
	display: none;
}

