@charset "utf-8";

/* -------------------------------------------------
タグの初期化
------------------------------------------------- */
h1,h2,h3,h4,h5,h6,div,p,address,ul,ol,li,dl,dt,dd,blockquote,caption,img,button {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 100%;
	list-style-type: none;
	}

body {
	width: 100%;
	text-align: center;
	background: url(../images/footer_bg.jpg) bottom left #000 repeat-x;
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",'メイリオ',Meiryo;
	}

img {
	vertical-align: top;
	}

/* -------------------------------------------------
共通クラス
----------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* -------------------------------------------------
ページ基本レイアウト
----------------------------------------------- */
div#MainWrapper {
	width: 896px;
	margin: 0 auto;
	}

/* -------------------------------------------------
フッター
----------------------------------------------- */
div#Footer {
	width: 100%;
	position: relative;
	background: url(../images/bottom.gif) top left no-repeat;
	padding: 64px 0 80px 0;
	}
	
div#Footer ul {
	font-size: 10px;
	color: #FFF;
	line-height: 160%;
	}	

div#Footer ul li address {
	width: 449px;
	position: absolute;
	top: 70px;
	left: 630px;
	}

div#Footer ul li p a {
	display: block;
	width: 228px;
	height: 78px;
	position: absolute;
	top: 70px;
	left: 388px;
	background: url(../images/twittre_logo.png) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
	}

div#Footer ul li address {
	width: 265px;
	height: 30px;
	background: url(../images/footer_logo.png) 0 0 no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/footer_logo.png', sizingMethod='scale');
	text-indent: -5000px;
	}


