@charset "utf-8";


/* =================================================
	-Index-
	
	Default
	Headline
	Table
	Pager
	FC2menu
	Footer
	
================================================= */




/* Default
------------------------------------------------- */

body {
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.4;
	font-size: small !important; /* IE7 */
	font-size: 82%; 	/* IE6 */
}

/* Modern browser */
html>/**/body {
	font-size: 13px;
}



/* Headline
------------------------------------------------- */

h1 {
	font-size: 160%;
}

h2,h3 {
	font-size: 110%;
	text-align: left;
}

h4,h5,h6 { font-size: 100% }



/* Table
------------------------------------------------- */

table {

}

/* Modern browser */
html>/**/table {
	font-size: 13px;
}



/* Pager
------------------------------------------------- */

.pager {
	font-size: 78%;
}

/* Modern browser */
html>/**/.pager {
	font-size: 10px;
}



/* FC2menu
------------------------------------------------- */

#fc2menu ul {
	font-size: x-small !important;
	font-size: 78%; /* IE6 */
}

/* Modern browser */
html>/**/#fc2menu ul {
	font-size: 11px;
}





.recent_body ul {
	font-size: x-small;
}

.recent_body {
	font-size: 85%;
}



/* Footer
------------------------------------------------- */

#footer .copyright {
	font-style: normal;
	font-size: x-small !important;
	font-size: 85%; /* IE6 */
}

/* Modern browser */
html>/**/#footer .copyright {
	font-size: 11px;
}



/* for MacIE
------------------------------------------------- */

textarea,input,select {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", sans-serif;
}


