@charset ‘UTF-8′;

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

body {
	background-color: #fff;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #8d7655;
	line-height: 1.5;
}

img {
	border: none;
	vertical-align:bottom;
}

a:link	{	color: #8d7655;	}
a:visited	{	color: #8d7655;	}
a:hover	{	color: #8d7655;	}
a:active	{	color: #8d7655;	}

#header {
	width: auto;
	height: 134px;
	background-image: url("../img/common/header_bg.png");
	background-repeat: repeat-x;
}

#footer { 
    width: 100%;
    height: 89px;
    background-image: url("../img/common/footer_bg.png");
    background-repeat: repeat-x;
    text-align: center;
}

#tweet {
	width: 1138px;
	text-align: center;
	margin: 0 auto;
}

#menu {
	width: 1138px;
	height: 89px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}

#copyright {
	width: 1138px;
	height: 40px;
	background-image: url("../img/common/copyright.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 40px;
}

#container { 
	width: 1138px;
    min-height: 800px;
    margin: 0 auto;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */