@charset "Shift_JIS";

div#header h1{
	text-align: left;
}

div#header img{
	display: none;
}

div#header h1:after{
	content: "もじもじカフェ";
	font-size: 24pt;
}

div#menu{
	display: none;
}

/* 本体 */
#contents{
	margin: 0px 0px 10px;
	padding: 0;
	border: none;
	min-height: 480px;
	font-size: 10pt;
}

div.topicpath{
	display: none;
}

h1{
	font-size: 24pt;
}

h2{
	font-size: 16pt;
}

h3{
	font-size: 14pt;
}

h4{
	font-size: 12pt;
}

p{
}

.small{
	font-size: 8pt;
}

.caption{
	font-size: 7pt;
}

table.medium{
	font-size: 9pt;
}


