@charset "UTF-8";

/* CSS 
============================================*/
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li{
	margin: 0;
	padding: 0;
	list-style: none !important;
}
a{
	color: #000;
	text-decoration: none;
}


/* CSS HACK
============================================*/


.clearfix:after { /*floatの解除*/
    display: block;
    clear: both;
    height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
    /**/
}


/* コンテンツ部分設定
============================================*/
#contents{
	width: 80%;
	max-width: 1200px;
	height: 800px;
	margin: 0 auto;
	display: block;
}
#logo{
	width: 300px;
	height: 296px;
	display: block;
	margin: 0 auto;
	padding-top: 200px;
}
#mail{
	width: 190px;
	height: 35px;
	display: block;
	margin: 0 auto;
	padding-top: 50px;
}