/* mugetop.css */

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,li{ list-style: none; }
img { border: 0; }

body {
	width:660px;
	margin:0 auto;
	font-size: 87.5%; /* font-size 1em = 14px */
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height: 1.25;
	padding:0;
	text-align: center;
	color:#333;
}

/* ----- main ----- */
#top { 
	width: 618px;
	min-height:450px;
	margin: 50 auto;
	padding: 20px;
	background: #fff;
}

/* pp */
p {
	margin-top: 20px;
}

/* text */
span.red {
	color: #f00;
	font-weight: bold;
}
span.pink {
	color: #f3c;
	font-weight: bold;
}

/* link */
a {
	color: #69f;
	text-decoration: none;
	font-size:120%
}
a:hover {
	color: #f33;
}
a:hover img {
	-moz-opacity: 0.7;
	opacity: 0.6;
	cursor:pointer;
}