@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-position: center top;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-top: 15px;
}

.wrapper {
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
	width: 960px;
}

.background_top {
	background-image: url(../images/body_top.jpg);
	height: 20px;
}
.background {
	background-image: url(../images/body_background.jpg);
}

.header {
}

.size {
}

.info {
	font-size: 14px;
	line-height: 26px;
	color: #003A4C;
}


.thumnail {
}

.small {
	font-size: 12px;
	color: #999;
	line-height: 18px;
}

.background_bottom {
	background-image: url(../images/body_bottom.jpg);
	height: 20px;
}

.footer {
	margin-bottom: 30px;
}


a:link {
	color: #CF071D;
}
