@charset utf-8;

/* mystyle.css*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a {
	-webkit-text-shadow: none;
	text-shadow: none;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:62.5%;

    *font-size: small;
    *font: x-small;
}

/* javascript-type */

/* css-type */

/* html-type */
h1 {
	padding: 0px;
	margin:0;
}

h2 {
	padding: 0px;
	margin:0;
}
h3 {
	padding: 0px;
	margin:0;
}
h6 {
	padding: 0px;
	margin:0;
}
article {
	margin: 5px;
	font-size: 90%;
}
footer {
	clear: both;
	position: absolute;
	height: auto;
	width: 100%;
}

.memo {
	padding:5px;
	font-size:80%;
	font-weight:bold;
	clear:both;
}
pre {
	background-color: #fff;
	border: 1px solid #ccc;
	padding:5px;
	line-height:1.5em;
	border-radius:3px;
	font-size:80%;
	color:#993366;
	margin-bottom: 5px;
}
