/*フォントサイズ指定*/
.f10 {
	font-size: 10px;
}
.f10h {
	font-size: 10px;
	line-height: 1.5;
}
.f10m {
	font-size: 10px;
	line-height: 1.3;
}
.f12 {
	font-size: 12px;
}
.f12h {
	font-size: 12px;
	line-height: 1.5;
}
.f12m {
	font-size: 12px;
	line-height: 1.3;
}
.f12e {
	font-size: 12px;
	line-height: 1.8;
    letter-spacing:1px;
}

/*リンク色設定*/
a.red:link    { color :#CC0000; }
a.red:visited { color :#CC0000; }
a.red:hover   { color :#CC0000; }
a.red:active  { color :#CC0000; }


/*再定義（非推奨）*/
#contentsArea {margin-right:auto; margin-left:auto; text-align:left; width:950px;}

/*内部ブロック定義*/
/*タイトル*/
#title {
	width:826px;
	margin:0 62px 28px 62px;
}

/*タブ・カテゴリから選ぶ*/
#select {
	width:790px;
	margin:0 80px 0 80px;
	padding:0 0 12px 0;
}

#select ul {
	overflow: hidden;
	white-space: nowrap;
}
#select li {
	display: inline;
	margin: 0 45px 0 0;
}
#select .list a img {
	vertical-align: middle;
}
/*メイン（新デザイン）*/
#new {
	width:790px;
	margin:0 80px 0 80px;
}
#new .week {
	margin:18px 0 0 0;
}
#new .item {
	background-repeat: repeat-y;
	background-position: right bottom;
}
#new .category{
	margin:5px 0 0 0;
}
#new .info {
	background-repeat: repeat-y;
}
#new .info div {
	margin:0 0 0 10px;
	color: #003399;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
#new .info a img {
	vertical-align: middle;
}
#new .separate {
	padding: 18px 0 0 0;
}
#new .info a:link, #new .info a:visited, #new .info a:hover, #new .info a:active{
	color: #003399;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}


/*メイン*/
#main {
	width:790px;
	margin:0 80px 30px 80px;
}
#main .week {
	margin:18px 0 0 75px;
}

#main .separate {
	padding: 15px 0 0 0;
}
#main .price {
	margin:5px 0 15px 0;
}
#main .price p {
	margin:5px 0 0 0;
}

#main .item {
	margin:6px 0 0 10px;
}
#main .item a:link, #main .item a:visited, #main .item a:hover, #main .item a:active{
	color: #003399;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
#main .item a img {
	vertical-align:middle;
}
#main .item p{
	width:180px;
}

#main strong {
	display:block;
	margin:2px 0 0 8px;
	color: #E8677C;
	font-size: 12px;
	line-height: 1.2;
}

/*その他のバックナンバーアイテム*/
.other {
	width:790px;
	margin:30px 80px 0 80px;
	text-align:right;
}

/*フッター部*/
#footer{
	width: 826px;
	margin:18px 62px 0 62px;
}
#footer p{
	margin:0 0 5px 0;
}
#footer .line {
	margin:0 0 5px 0;
	}
#footer .pagetop{
	width: 300px;
	float: right;
	margin: 0 18px 0 0;
	text-align:right;
}
#footer .exit{
	width: 300px;
	float: left;
	margin: 0 0 0 18px;
	text-align:left;
}

#contentsArea #plus20point{
	text-align:right;
	width:950px;
	margin: 0 0 5px 0;
	padding: 0;
}

