@charset "utf-8";
body {
	font-family: "メイリオ";
	background-color: #0860a8;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size:120%;
}

ul, ol, li,  h1, h2, h3, h4, h5, h6, p, dl, dt, dd { 
	padding: 0;
	margin: 0;
}

ul li {
	list-style:none;
}

a {
	text-decoration:none;
}

p {
	line-height:1.3;
}

a img {
	border: none;
	vertical-align:top;
}

a:link {
	color:#FFF;
}

a:visited {
	color:#FFF;
}

a:hover {
	opacity:0.7;
}

.clearfix:after {
	content: ".";  /* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; /* 非表示に */
}

.clearfix {
	min-height: 1px;
}

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

.contents {
	width:980px;
	margin:0 auto;
}

.footer {
	text-align:center;
	width:980px;
	position:absolute;
	bottom: 10px;
}
/* ここまで基本設計 */

