@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body{
background-color:#f9fdc0;
}

html,
body {
height: 100%;
}

#content{
text-align:center;
margin:0 auto;
}

div.center{
text-align:center;
}

.goto_blogdeco{
width:722px;
}

.goto_blogdeco_btn{
text-align:center;
}


/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */

.group:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.group {
	display: inline-block;
}

/* exclude MacIE5 \*/
* html .group {
	height: 1%;
}

.group{
	display: block;
}
/* end: exclude MacIE5 */
