html,body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: url(foo.cur), url(http://impact.nyarukore.com/images/una_cursor.png), auto;
}

h1{
	margin:5px 0 0 5px;
	font-size:30px;
	font-weight:bolder;
}
 
h2{
	margin:0 0 0 5px;
	font-size:20px;
}

h3{
	color:red;
	margin:0 0 0 5px;
	font-size:15px;
}

p{
	margin:0 0 0 5px;
	font-size:15px;
}

#container {
	overflow:hidden;
	width:850px;
	margin:10px 0 0 10px;
}
        
#container li{
	float: left;
	margin: 0 10px 10px 0;
	width: 150px;
	height: 50px;
	border-radius: 10px;
	color: #000000;
	background-color: orange;
}

a.button{
	text-align:center;
	padding:8px 0 0 0;
	font-size:12px;
	display:block;
	height: 43px;
	border-radius: 10px;
}

a.button:active{
	box-shadow: inset 2px 2px 4px 0px #000;
}


#share{
	clear:both;
	margin: 0 0 10px 10px;
}

@media screen and (max-width: 479px) {

#container {
	overflow:hidden;
	width:100%;
	margin:0;
}

#container li{
	float: none;
	margin: 10px;
	width:95%;
	height: 100px;
}

a.button{
	text-align:center;
	padding:29px 0;
	font-size:18px;
	height: 43px;
	border-radius: 10px;
}


}