@charset "utf-8";
/* CSS Document */

body {
	color:#FFFFFF;
	font-size:12px;
	line-height:1.6;
	background:#2E2E2E url(../img/back.png) repeat-x left 450px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"Osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a {
	color:#FFFFFF;
}
a:hover {
	text-decoration:none;
}

/* wrap */
#wrap {
	width:950px;
	margin:0 auto;
}

/* head */
#head {
	position:relative;
	height:450px;
}
	#head #mainImg li {
		position:absolute;
		left:0; top:0;
	}
	#head #mainImg li.hidden {
		display:none;
	}
	
/* menu */
#menu {
	
}
	#menu li {
		float:left;
	}
		#menu li img {
			vertical-align:top;
		}

/* cont */
#cont {
	background:#000;
	padding:30px 0;
	min-height:550px;
	height:auto !important;
	height:550px;
}

/* main */
#main {
	width:600px;
	padding-left:50px;
	float:left;
}
	#main .bod {
		margin-bottom:15px;
	}

/* side */
#side {
	width:250px;
	float:right;
}
	#banList {
		margin:-15px 0;
	}
		#banList li {
			/*text-align:right;*/
			margin:15px 0;
		}

/* foot */
#foot {
	background:#000;
	padding:0 50px;
	margin-bottom:20px;
	font-size:10px;
}
	#foot p {
		background:url(../img/footer_icon001.gif) no-repeat left center;
		padding-left:15px;
	}
	#foot address {
		text-align:right;
		margin-top:-1.6em;
	}

/* clearfix
---------------------------------------------------- */
.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 */

