/* -----------------------------
	reset elements
----------------------------- */
html {
	overflow-y:scroll;
}
div, p, pre, ul, ol, dl, dt, dd, hr,
address, form, blockquote, noscript {
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
}
em, strong, q, dfn, code, samp,
kbd, var, cite, abbr, acronym {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.0;
	margin: 0;
	padding: 0;
}
table {
	font-size: 1em;
	margin : 0;
	padding: 0;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	text-align:center;
}
img {
	border: none;
}
ul, li , ol, dl, dt, dd  {
	list-style-type: none;
}
ul img,
dl img,
ol img,
object, embed {
	vertical-align: bottom;
}
hr {
	height: 0;
	border: none;
	margin: 0.5em auto 0.5em auto;
	-moz-float-edge: margin-box;
	-moz-box-sizing: border-box;
	clear: both;
	display: none;
}

select option,
select optgroup {
	font-style:normal;
}


/* -----------------------------
	font size
----------------------------- */

body#home{ font-size: 69% }
html>body#home{ font-size: 11px }
*:first-child+html body#home{ font-size: 69% }

body#blog{ font-size: 75% }
html>body#blog{ font-size: 12px }
*:first-child+html body#blog{ font-size: 75% } 


/* ---------- MacIE 文字化け対E*/
textarea, select, input {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka, sans-serif;
}

/* ---------- MACIE以外 */
@media screen {
	textarea, select, input {
		font-family: Arial,"ＭＳ Ｐゴシック",Verdana, Arial,  sans-serif;
	}
}


/* -----------------------------
	setup link text-decoration
----------------------------- */

#home a {	text-decoration: underline;}
#home a:link { color: #FFF}
#home a:visited {	color: #FFF}
#home a:hover { text-decoration:none;}
#home a:active{ text-decoration:none;}


#blog a {	text-decoration: underline;}
#blog a:link { color: #444}
#blog a:visited {	color: #444}
#blog a:hover { text-decoration:none;}
#blog a:active{ text-decoration:none;}


/* -----------------------------------------------------
		base layout
----------------------------------------------------- */

body {
	font-family: Arial,"ＭＳ Ｐゴシック", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", osaka, sans-serif;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}


#container {
	width:700px;
	text-align: center;
	margin: 20px auto 0;
	padding: 0;
}

h1 {
 margin: 0 0 17px;
}

#close {
 margin: 17px 0 0;
}