@charset "utf-8";

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

body {
background-image: url(../img/bg.png);
background-repeat:repeat;
background-attachment:fixed;
background-position:center top;
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,dl,dt,dd{
	margin:0;
	padding:0;
}

li,
.li-class-none{
	list-style-type:none;
}

/* ------------------------------
link text
------------------------------ */
a:link { color:#d50077; }
a:visited { color:#d50077; }
a:hover { color:#287995; }
a:active { color:#287995; }



/* ------------------------------
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:#287995;}
.text-pink{color:#d50077;}



