@charset "utf-8";
/* CSS Document */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	line-height: 130%;
	background-image:url(img/back.png);
}

a {
	color: #cc3333;
	text-decoration: underline;
}
a:hover {
	color: #ff6633;
	text-decoration: none;
}

p {
	text-indent:1em;
}

.non-p{
	text-indent:0em;
}

.b {
	font-weight:bold;
	color:#CC3300;
}
