@import url(main.css);
@import url(main_add.css);

/*----------------default----------------*/

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	background-image :  url("img/10_bg.gif");
	background-repeat: repeat-y;
	color:#333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link,
a:visited {
	text-decoration: none;
	color: #000099;
}

a:active,
a:hover {
	text-decoration: none;
	background-color:#ECC;
	color: #000099;
}

h1, h2, h3, h4, p, li {
	line-height: 100%;
	font-weight: normal;
}

li{
	list-style:none;
}

/*　エントリー写真　*/
#category img{
	padding: 0px  5px;
}
