/*
Yummy 3D Buttons Demo Stylesheet
Author: elemis
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  font-family: "ＭＳ ゴシック";
  color: #000000;
}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

/*
FONT-FACE
*/

@font-face {
	font-family: 'MidoMedium';
	src: url('type/Mido-webfont.eot');
	src: local('☺'), url('type/Mido-webfont.woff') format('woff'), url('type/Mido-webfont.ttf') format('truetype'), url('type/Mido-webfont.svg#webfonto3aStUbX') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'jottingRegular';
    src: url('type/jotting_regular-webfont.eot?') format('eot'),
url('type/jotting_regular-webfont.woff') format('woff'),
url('type/jotting_regular-webfont.ttf') format('truetype'),
url('type/jotting_regular-webfont.svg#webfont1d0LCqV8') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
LAYOUT
*/

body {
	color: #444;
}


li {
	margin: 0px;
}

code {
	background: #444444;
	padding: 5px 10px; 
	color: #fff; 
	text-shadow: 0 1px 1px #212121; 
	font-size: 14px; 
	font-weight: bold;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	float: right;
}

.wrapper {
	width: 600px;
	margin: 0 auto;
}
.wrapper h1 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	font-family: 'jottingRegular';
	font-size: 50px;
	color: #57b3d6;
}

.wrapper code {
	float: right;
	margin: 5px 0 5px 40px;
	font-size: 12px;
	font-weight: normal;
}
.wrapper ul {
	display: block;
	width: 100%;
	margin: 0px;
}
.wrapper li {
	display: block;
	width: 100%;
	height: 50px;
	padding-top: 10px;
}
