@charset "utf-8";

/*------------------------------------------
common body Cascading Style Sheets
------------------------------------------*/

body {
background:url(../img/bg.png) no-repeat top right fixed;
background-color: #000;
color: #fff;
margin:0;
padding:0;
line-height:1.4;
font-size:0.9em;

}

p,h1,h2,h3,h4,h5,h6,ul,ol,li{
	margin:0;
	padding:0;
}

li{
	list-style-type:none;
}

/* ------------------------------
link text
------------------------------ */
a:link { color:#555; }
a:visited { color:#555; }
a:hover { color:#333; }
a:active { color:#333; }



/* ------------------------------
text
------------------------------ */
.t-ss {font-size: x-small; }
.t-s {font-size: small; }
.t-c{margin-left:auto;margin-right:auto;}
.t-b{color: #000000;}
.t-bo{font-weight:bold; color: #ff0000;}

.text-yellow{color:#f3c434;}
.text-pink{color:#e86ea3;}



