@charset "utf-8";

*{
	margin:0;
	padding:0;
}


body{
	text-align:center;
	color:#ffffff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", "sans-serif";
	background:#000000;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

ul,li,ol{
	list-style:none;
	}
	
img{
	border:none;
	}
	
address {
	font-style:normal;
	}
a{
	text-decoration:none;
}
	
	
	
/*----------------------------
	クリアーフィックス
------------------------------*/
.clearfix:after {
content: "."; /* 新しい要素を作る。 「.」は他の文字でもかまいません。*/
display: block; /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height:1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}	




#wrapper{
	margin:0 auto;
	text-align:left;
	width:100%;
	min-width:780px;
	height:100%;
	}
#header{
	margin:20px 0 20px 30px;
	}



#left{
	float:left;
	width:75%;
	}

#left img{
	width:100%;
	min-width:700px;
	}
	


#right{	
	width:25%;
	float:right;
	}

#right ul li{
	text-align:right;
	}




#footer{
	text-align:right;
	margin:50px 0 50px 0;
	}











