/*** common style ***/
body {
	background-position	:center;
}

img {
	border				:0px solid #FFFFFFF;
}

* {
	margin				:0;
	padding				:0;
	color: #e6378d;
}



/*link*/
a:link{
 color: #e6378d;

}
a:visited {
 color: #336699;
}
a:active {
	color: #999999;
}

a:hover {
	color: #666666;
}


#base {
	width				:550px;
	margin				:0 auto;
	font-size: 10px;
	color				:#666666;
}

/*** header style ***/


/*** index style ***/
#fla {
	widht				:550px;
	background			:#FFFFFF;
	float: left;
	clear: both;
}

#index{
	width				:550px;
	margin-bottom: 15px;
	float: left;
}
#trailer{
	width				:550px;
	margin-bottom: 0px;
	float: left;
}





/*** font style ***/
p
.px10 {
	font-size: 10px; line-height: 16px
}
.px11 {
	font-size: 11px; line-height: 18px
}
.px12 {
	font-size: 12px; line-height: 18px; letter-spacing: 1px
}

.px12_chara01 {
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}

.px12bold {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.px14 {
	font-size: 14px; line-height: 18px; letter-spacing: 1px
}
.px14b {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
}

strong.red{
	font-weight			:lighter;
	color				:red;
}



/*** footer style ***/
#footer{
	position			:relative;
	width				:550px;
	height				:25px;
	clear				:both;
	text-align: right;
}
