@charset "utf-8";

@import url("./reset.css");

body {
	background: url(../images/mokume/200911.jpg) repeat center;
}

#wrapper {
	position: relative;
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 2em 0;
}

#links {
	float: right;
}

#links .box {
	margin-bottom: 10px;
	padding: 9px;
	border: 1px solid #888;
	background: #fff;
	text-align: center;
}

#links img {
	width: 80px;
}

#links .box a {
	display: block;
}

#links .box .title {
	font-size: 0.8em;
}

#content_body {
	float: left;
	padding: 9px 9px 0;
	border: 1px solid #888;
	background: #e8e8e8;
}

#image_note {
	width: 600px;
}

#player embed {
	width: 100%;
	height: 16px;
}

#goto_top a:hover ,
#goto_blog a:hover {
	font-style: italic;
}

#goto_blog {
	float: left;
	margin: 0.2em 0;
	text-shadow: #ccc 0px 0px 1px;
}

#goto_top {
	float: right;
	margin: 0.2em 0;
	text-shadow: #ccc 0px 0px 1px;
	text-align: right;
}

#footer {
	margin: 2em 120px 2em 0;
}

#footer #copyright {
	color: #fff;
	text-align: center;
	font-weight: bolder;
	text-shadow: #000 0px 0px 15px;
}

/*
===========================================================================
css hacks
===========================================================================
*/

.clearfix {
	overflow:hidden;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

*+html .clearfix {
	zoom: 1;
}

/*\*/
* html .clearfix {
	height:0;
	overflow:visible;
}
/**/

/* end: clearfix */
