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

* {
    margin: 0;
    padding: 0;
}

html, body {
	height:100%;
	color:#333333;
	background: #FFFFFF;
	font: 12px/130% "メイリオ", "ＭＳ Ｐゴシック";
}
html{overflow-y:hidden;}

a:link {
	color:#F4397F;
	font-style:normal;
	text-decoration:underline;
}
a:visited {
	color:#F4397F;
	text-decoration:underline;
}
a:hover {
	color:#F78AAE;
	font-style:normal;
	text-decoration:underline;
}
a:active {
    text-decoration:none;
}

.Both {
	clear: both;
	visibility: hidden;
}#Contetns {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 100%;
	color: #FF6699;
	text-align: center;
	margin-top: 15px;
	padding: 3px;
	border: 1px solid #FF6699;
	margin-bottom: 15px;
}
