@charset 'euc-jp';
/*
#F9662B
#D45624
#AD461D

#FAAA2A
#D49024
#AD761D
ffc642

*/

body{
	margin:0;padding:0;
	background:#e5e6de;
	color:#555550;
	text-align:center;
	font-size:14px;
	font-family:'£Í£Ó £Ð¥´¥·¥Ã¥¯','MS P¥´¥·¥Ã¥¯','MS P Gothic',sans-serif;
}

div,h1,h2,h3,ol,ul,p,form{margin:0;padding:0;}
ol,ul{list-style-type:none;}
a img{border:none;}
a,
a:link,
a:active{
	color:#555550;
}
a:hover,
a:visited{
	color:#555550;
}

#container{
	margin:0 auto;
	width:960px;
	border:#d5d7c2 0px solid;
	border-width:0 1px;
	text-align:left;
	background:#fff;
}
#head{
	height:89px;
}
/*
	h1{
		height:89px;
		width:171px;
		float:left;
	}
*/
	h1{
		position:absolute;
		width:280px;
		margin:52px 0 0 670px;
		font-size:12px;
		font-weight:normal;
		color:#666;
	}
	#headlinks{
		float:right;
		padding:6px 10px;
	}
		#headlinks li{
			float:left;
			padding:5px 5px 0 6px;
			font-size:12px;
		}
		#headlinks li img{
			margin-right:6px;
		}
		#headlinks a{
			text-decoration:none;
		}


#menu{
}
	#menu ul{
		height:43px;
		margin-left:-1px;
	}
		#menu ul li{
			padding-left:1px;
			float:left;
		}

#contents{
	clear:left;
	display:inline-table;
	min-height: 1%;
}
	#contents:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Hides from IE-mac \*/
	* html #contents{height: 1%;}
	#contents {display: block;}
	/* End hide from IE-mac */


#footer{
	clear:both;
	border-top:#ccc 1px solid;
	margin:40px 0 0;
	padding:10px 14px;
	font-size:14px;
	color:#777;
}

	#footer address{
		float:right;
		font-style:normal;
	}

/* parts ------------------------------ */
p.rewind{
	clear:both;
	text-align:right;
	margin-top:40px;
}
p.rewind a,
p.rewind a:link,
p.rewind a:hover,
p.rewind a:active,
p.rewind a:visited{
	padding-left:18px;
	background:transparent url(../img/common/icons/up.gif) no-repeat left 1px;
	color:#f11;
	font-size:12px;
}



/* blog ----------------------------- */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

p.postmetadata{
	clear:both;
	border-top:#999 1px solid;
	padding:10px;
	margin:20px 0;
	background:#eee;
}

div.post,
div.navigation{
	clear:both;
}