@charset "shift_jis";

@import url("../css/common/noscript.css");

/*共通設定*/
.fp {
	display: block;
	margin: 0;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

a.fp:hover {
	color: #bbf;
}

.fp ,
a.fp:hover {
	background: transparent url('bar.gif') 0px bottom repeat-x !important;
}


/*個別設定*/
.s320n {
	width: 320px;
	height: 264px;		/*+24px*/
}


.s320w {
	width: 320px;
	height: 204px;		/*+24px*/
}

.s480w {
	width: 480px;
	height: 294px;		/*+24px*/
}

.s640w {
	width: 640px;
	height: 384px;		/*+24px*/
}

.s512w {
	width: 512px;
	height: 312px;		/*+24px*/
}

/* [EOF] */