/* CSS Document */

/* 共通の設定
-------------------------------------------------------------------------------------------- */

.hidden{
	display: none;
}

h1,h2,h3,h4,h5,p,ul,dl,ol,table,form,img{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

a{
	color: #666666;
}

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

.clearfix{
	zoom: 1;
}



/* 枠の設定
-------------------------------------------------------------------------------------------- */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-size: 80%;
	background: #e4e7eb;
}

#layout{
	width: 940px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff;
}



/* フッターの設定
-------------------------------------------------------------------------------------------- */

#footermenu{
	width: 940px;
	padding: 50px 0 30px 0;
	font-size: 12px;
}

#footermenu ul{
	list-style-type: none;
	width: 352px;
	margin: 0 auto;
}

#footermenu li{
	display: block;
	float: left;
	padding: 0 7px;
	border-left: solid 1px #666666;
}

.lastmenu{
	border-right: solid 1px #666666;
}

#footermenu li a{
	text-decoration: none;
}

