@charset "utf-8";

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

body {
background: #9895FF url(../img/bg.png);
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:#e86ea3; }
a:visited { color:#e86ea3; }
a:hover { color:#f3c434; }
a:active { color:#f3c434; }
*/


/* ------------------------------
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;}



