@charset "utf-8";

*{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

img {
	border:0;
}


body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", Arial, sans-serif;
	font-size: small;
	color: #555;
	line-height:130%;
	background: #fff;
}

.end {
	clear: both;
}

.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 */

a:link {
	color: #693;
}
a:visited {
	color: #693;
}
a:hover {
	color: #399;
}
a:active {
	color: #693;
}


#container {
	margin: 0 auto;
	padding: 300px;
	text-align: center;
}