@charset "UTF-8";
/* CSS Document */

html {margin: 0;padding: 0;}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	color:#b4b494;
	background:#fefdf8 url(img/wall/petitpois-150-top.png);
	}
a, img, a img {
	text-decoration:none;
	border:0;
}
a:link, a:visited {color:#b4b494;}
a:hover, a:active {color:#e8867f;}

/* 基本設定
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {margin: 0;}

.hidden {display:none;}

p {
	margin:0;
	padding:0;
}


/* レイアウト用ブロックの設定
------------------------------------------------------------ */
#container {
	width:600px;
	margin:0 auto;
	padding:0;
/*	position:relative;*/
}
#container-inner {
	position:static;
}

#main {
	width:600px;
	height:560px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-280px;
	}

#blog-title {
	margin:0;
	width:600px;
	height:450px;
	}
#blog-title img {
	width:600px;
	height:450px;
	}

#menu-bar {
	padding:30px 0 0 0;
	height:20px;
	text-align:center;
	font-weight:bold;
	}
#menu-bar p a:link,
#menu-bar p a:visited {color:#b4b494;}
#menu-bar p a:hover,
#menu-bar p a:active {color:#e8867f;}


/* 著作権表示 */
#info-regal {
	width: 100%;
	height:60px;
	}
p.copyright {
	padding-top:20px;
	}
