@charset "utf-8";

/*================================================

	2008- Takako Tominaga
	Styles For www.7438.com
	tominaga@gmail.com

================================================*/

/*--------- Page Layout ----------*/

* {
	font-family: "ＭＳ Ｐ明朝", serif;
}


div#wrap {
	width: 98%;
	margin: 0 auto;
}

a {
	color: #000000;
	text-decoration: none;
}


/*--------- Header ----------*/

div#header {
	border-bottom: solid 1px #333;
	margin: 0;
	padding: 0;
}

div#header h1 img {
	border: none;
}

p#description,
div#nav {
	display: none;
}


/*--------- Content part ----------*/

div#content a img {
	border: none;
}

div#content-main a:after {
	content: " → " attr(href) " ";
	font-size: 10.5pt;
}

div#content-main h1.title a:after, 
div#content-main h2.title a:after {
	content: "";
}

div#content-main ul.entry-info {
	margin-left: -20px;
}

div#content-main ul.entry-info a:after {
	content: "";
}

div#content-main ul.detail {
	display: none;
}

div#content-main div#comments-list a:after {
	content: "";
}

/*--------- Sidebar ----------*/

div#sidebar,
div#subcol {
	display: none;
}

/*--------- Footer ----------*/

div#footer {
	border-top: 1px solid #333;
	padding: 1em 0 0 0;
}

div#footer ul,
div#footer img {
	display: none;
}