@charset "EUC-JP";

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
height: auto;
overflow: hidden;
/**/
}

/* ベース */
html {
	background-color: #CCC;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #CCC;
	line-height: 1.8;
	text-align: center;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
	color: #333;
}

div#container {
	font-size: 93%;
	position:relative;
	display:block;
	width:990px;
	margin:0 auto;
	padding:0;
	text-align: left;
}

div#container_inner {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}

div#sidebar {
	float: right;
	display:block;
	width:190px;
	margin: 10px 0;
	overflow: hidden;
	text-align:left;
}

div#pagebody {
	margin: 10px 0;
}

div#blocks {
	width: auto;
}

div#blocks div.block {
	margin-bottom: 10px;
	background: #fff;
	width: 190px;
	text-align: left;
}

div#footer {
	position: absolute;
	width: 100%;
}

div.inner {
	padding: 10px;
}

/* ヘッダー */
div#header {
	position: relative;
	height: 38px;
}

div#header p.magazine {
	margin: 0;
	position: absolute;
	top: 15px;
	left: 0px;
}

div#header p.mec {
	margin: 0;
	position: absolute;
	top: 6px;
	right: 0px;
}

/* サイドバー */
div#sidebar div.item {
	background-image: url(../images/block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	margin-bottom: 10px;
}

div#sidebar div.item div.inner {
	background-image:url(../images/block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#sidebar div.item div.entries {
	background-image:url(../images/block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

div#sidebar div.item div.entry {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
}

div#sidebar div.item div.entry:hover {
	background-color: #eee;
}

div#sidebar div.item div.entry .CategoryOverflow {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* サイドバー言語ボックス */
div#sidebar div.item div.language {
	background-color: #000;
	color: #fff;
	padding: 10px;
}

div#sidebar div.itemt div.language span.now {
	font-weight: bold;
}

div#sidebar div.item div.language a {
	color: #fff;
}

/* サイドバー検索ボックス(英語版) */

div#sidebar div.item div.search {
	background-color: #fff;
}

div#sidebar div.item div.search ul {
	margin-top: 20px;
}

div#sidebar div.item div.search ul li {
	height: 30px;
	line-height: 0;
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 0px;
	list-style: none;
}

div#sidebar div.item div.search ul li a {
	color: #fff;
	text-decoration: none;
}

/* ランキングボックス */
div#sidebar div.item div.ranking {
	padding: 17px 10px 0 10px;
}

div#sidebar div.item div.ranking ul {
	list-style: none;
}

div#sidebar div.item div.ranking ul.rank {
	margin-top: 3px;
	line-height: 1;
	font-size: 108%;
}

div#sidebar div.item div.ranking ul.rank li {
	padding: 10px 0px 10px 30px;
	text-indent: -24px;
}

div#sidebar div.item div.ranking ul.rank li.first {
	border-bottom: 1px solid #ccc;
}

div#sidebar div.item div.ranking ul.rank li.second {
	border-bottom: 1px solid #ccc;
}

div#sidebar div.item div.ranking ul.rank li.third {}

div#sidebar div.item div.ranking ul.rank li img {
	margin-right: 6px;
	vertical-align: middle;
}

div#sidebar div.item div.ranking ul.ranking-list {
	margin-top: 3px;
}

div#sidebar div.item div.ranking ul.ranking-list li {
	display: inline;
}

div#sidebar div.item div.ranking ul.ranking-list li a {
	display: block;
}

/* サイドバーその他ボックス */
div#sidebar div.item div.other {

}

div#sidebar div.item div.other ul {
}

div#sidebar div.item div.other ul li {
	margin-top: 0px;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 0px;
	line-height: 0;
	list-style: none;
}

div#sidebar div.item div.other ul li a {
	color: #fff;
	text-decoration: none;
}

div#sidebar div.item div.other ul li a:hover {
	text-decoration: underline;
}

/* サイドバー情報ボックス */
div#sidebar ul.information li {
	font-size: 0px;
	line-height: 0;
	margin-top: 0px;
	margin-bottom: 1px;
	list-style: none;
}

div#sidebar div.information {
	position: relative;
}

/* コンテンツ */
div#blocks div.block {
	background-image: url(../images/block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block div.inner {
	background-image: url(../images/block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block div.extend {
	background-image: url(../images/block_single_bg_extend.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/* サイドバー検索ボックス */
div#blocks div.block div.extend div.search {
	background-color: #FFF;
}

div#blocks div.block div.extend div.search h2 {
	margin-top: 17px;
}

div#blocks div.block div.extend div.search ul {
	margin-top: 20px;
}

div#blocks div.block div.extend div.search ul li {
	height: 30px;
	line-height: 0;
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 0px;
	list-style: none;
}

div#blocks div.block div.extend div.search ul li a {
	color: #fff;
	text-decoration: none;
}

/* Places to goボックス */
div#blocks div.block div.extend div.places {
	margin-top: 20px;
}

div#blocks div.block div.extend div.places h2 {
	margin-bottom: 11px;
}

div#blocks div.block div.extend div.places img.place_left {
	margin-top: 9px;
	margin-right: 6px;
}

div#blocks div.block div.extend div.places img.place_right {
	margin-top: 9px;
}

/* MARUNOUCHI MOBILE & CLUB@MARUNOUCHIボックス */
div#blocks div.block div.extend div.banner {
	margin-top: 10px;
}

div#blocks div.block div.extend div.banner p {
	margin: 0;
}

div#blocks div.block div.extend div.banner dl {
	line-height: 1;
}

div#blocks div.block div.extend div.banner dl dt {
	margin-bottom: 6px;
}

div#blocks div.block.entry {
	background-image: url(../images/block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block.entry:hover {
	background-image:url(../images/block_single_bg_top_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeeeee;
}

div#blocks div.attach div.block div.inner {
	background-image:url(../images/block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.attach div.block.entry {
	background-image: url(../images/block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.attach div.block.entry:hover {
	background-image:url(../images/block_single_bg_top_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeeeee;
}

div#blocks div.block.entry div.inner {
	background-image:url(../images/block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block.entry div.inner:hover {
	background-image:url(../images/block_single_bg_bottom_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block.entry.doublesize {
	background-image: url(../images/block_double_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block.entry.doublesize:hover {
	background-image: url(../images/block_double_bg_top_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeeeee;
}

div#blocks div.block.entry.doublesize div.inner {
	background-image:url(../images/block_double_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block.entry.doublesize div.inner:hover {
	background-image:url(../images/block_double_bg_bottom_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block h2.contents {
	margin-top: 20px;
}

div#blocks div.block ul.menu {
	margin-top:20px;
	margin-bottom:10px;
}

div#blocks div.block ul.menu li {
	height: 24px;
	font-size: 0px;
	line-height: 0;
	list-style: none;
}

div#blocks div.block ul.menu li.margin {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#blocks div.block ul.menu li.large {
	height: 50px;
}

div#container.inner div.left {
	float: left;
	width: 190px;
	margin-right: 10px;
}

div#blocks div.block h2 {
	font-size: 108%;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

div#blocks div.block p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

/* フッタ */
div#footer div.Bread {
	margin-left: 20px;
	margin-right: 20px;
}

div#footer div.box {
	background-image: url(../images/block_footer_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	margin-top: 10px;
}

div#footer div.box div.inner {
	background-image: url(../images/block_footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

div#footer div.box div.inner img.title {
	margin-left: 20px;
}

div#footer div.box div.inner table.recent div.information {
	position: relative;
}

div#footer div.box div.inner table.recent .CategoryOverflow {
	position: absolute;
}

div#footer div.box div.inner table.recent {
	margin-left: 10px;
	margin-right: 10px;
}

div#footer div.box div.inner table.recent div.box {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

div#footer div.box div.inner table.recent img.thumbnail {
	margin-top: 1.5em;
	margin-bottom: 1em;
}

div#footer div.box div.inner table.recent h3 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 108%;
	font-weight: bold;
}

div#footer div.box div.inner table.recent h3 img {
	vertical-align: middle;
}

div#footer div#search_menu {
	position: relative;
	padding: 10px;
	height: 33px;
}

div#footer div#search_menu div.inner {
	width: 970px;
	padding: 10px;
}

div#footer div.menu {
	background-color: #eeeded;
	width: 970px;
	line-height: 0;
	font-size: 0px;
}

div#footer table.search td {
	width: 194px;
	font-size: 108%;
}

div#footer table.search td dl {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}

div#footer table.search td dl dt {
	font-weight: bold;
}

div#footer table.search td dl dd a {
	text-decoration: none;
}

div#footer table.search td dl dd a:hover {
	text-decoration: underline;
}

div#footer div.TopLeft {
	background-image: url(../images/box_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}

div#footer div.TopRight {
	background-image: url(../images/box_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}

div#footer div.BottomLeft {
	background-image: url(../images/box_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	top: 43px;
}

div#footer div.BottomRight {
	background-image: url(../images/box_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0px;
	top: 43px;
}

/* 外観指定 */

p {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}

.FontSize10 {
	font-size: 77%;
}

.FontSizeDefault {
	font-size: 93%;
}

.FontSize14 {
	font-size: 100%;
}

.FontSize16 {
	font-size: 116%;
}

.FontSize18 {
	font-size: 131%;
}

.FontSize20 {
	font-size: 146.5%;
}

.FontSize24 {
	font-size: 174%;
}

.Margin0px {
	margin: 0px !important;
}
.MarginTop0px {
	margin-top: 0px !important;
}

.MarginBottom0px {
	margin-bottom: 0px !important;
}

.MarginTop10px {
	margin-top: 10px !important;
}

.MarginBottom10px {
	margin-bottom: 10px !important;
}

.MarginTop20px {
	margin-top: 20px !important;
}

.MarginBottom20px {
	margin-bottom: 20px !important;
}

.MarginTop05em {
	margin-top: 0.5em !important;
}

.MarginBottom05em {
	margin-bottom: 0.5em !important;
}

.MarginTop1em {
	margin-top: 1em !important;
}

.MarginBottom1em {
	margin-bottom: 1em !important;
}

.MarginTop2em {
	margin-top: 2em !important;
}

.MarginBottom2em {
	margin-bottom: 2em !important;
}

.MarginTop30px {
	margin-top: 30px !important;
}

.MarginBottom30px {
	margin-bottom: 30px !important;
}

.MarginTop50px {
	margin-top: 50px !important;
}

.MarginBottom50px {
	margin-bottom: 50px !important;
}

.MarginSide5px {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.MarginSide10px {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.MarginSide15px {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.MarginLeft20px {
	margin-left: 20px !important;
}

.MarginRight20px {
	margin-right: 20px !important;
}

.PaddingTop06em {
	padding-top: 0.6em !important;
}

.PaddingBottom06em {
	padding-bottom: 0.6em !important;
}

.PaddingTop1em {
	padding-top: 1em !important;
}

.PaddingBottom1em {
	padding-bottom: 1em !important;
}

.PaddingTop2em {
	padding-top: 2em !important;
}

.PaddingBottom2em {
	padding-bottom: 2em !important;
}

.PaddingTop16em {
	padding-top: 1.6em !important;
}

.PaddingBottom16em {
	padding-bottom: 1.6em !important;
}

.PaddingTop30px {
	padding-top: 30px !important;
}

.PaddingBottom30px {
	padding-bottom: 30px !important;
}

.PaddingTop50px {
	padding-top: 50px !important;
}

.PaddingBottom50px {
	padding-bottom: 50px !important;
}

.Padding10px {
	padding: 10px;
}

.Padding15px {
	padding: 15px;
}

.Padding20px {
	padding: 20px;
}

.BorderGray1px {
	border: solid #999 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.BorderGray3px {
	border: solid #999 3px;
	padding: 10px;
}

.BorderBullet10px {
	border-left: solid #666 10px;
	padding-left: 10px;
}

.BackgroundWhite {
	background-color: #fff;
}

.BackgroundGray {
	background-color: #eeeded;
}

.BackgroundGrayE4 {
	background-color: #e4e4e4;;
}

.BackgroundDarkGray {
	background-color: #ccc;
}

.BackgroundExtraDarkGray {
	background-color: #999;
}

.BackgroundBlack {
	background-color: #000;
}

.PositionRelative {
	position:relative;
}

.PositionAbsolute {
	position:absolute;
}

a {
	color: #333;
}

a.Reverse {
	text-decoration: none;
}

a.Reverse:hover {
	text-decoration: underline;
}

a.Decoration {
	text-decoration: underline;
}

a.NoDecoration {
	text-decoration: none;
}

a.NoDecoration:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a.LinkCursor:hover {
	cursor: pointer !important;
}

.BorderTop {
	background-image: url(../images/separator_dot_line_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
}

span.TimesThinx {
	font-size: 108%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 1em;
	background-color: #000;
	color: #fff;
}

.FontWeightBold {
	font-weight: bold !important;
}

table.ProfileTable th {
	font-weight: bold;
	padding-right: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	white-space: nowrap;
}

table.ProfileTable td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.Icon {
	vertical-align: middle;
	margin-right: 5px;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.Clear {
	clear: both;
}

.TextAlignLeft {
	text-align: left;
}

.TextAlignCenter {
	text-align: center;
}

.TextAlignRight {
	text-align: right;
}

.LineHeightLarge {
	line-height: 1.7;
}

.VerticalAlignMiddle {
	vertical-align: middle;
}

.ColorWhite {
	color: #fff;
}

.ColorGray {
	color: #666;
}

.ColorBlack {
	color: #000;
}

.ColorRed {
	color: #C00;
}

.ColorBlue {
	color: #227aa7;
}

.ColorGold {
	color: #7c5c30;
}

.Disc li {
	margin-left: 15px;
	list-style-type: disc;
}

.BulletDotSmall {
	background-image:url(../images/bullet_dot_small.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.BulletDotLarge {
	background-image:url(../images/bullet_dot_large.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

.PaddingLeft10px {
	padding-left: 10px;
}

.PaddingRight10px {

	padding-right: 10px;
}

/* 日付処理 */
div.Date div.Day {
	display: block;
	float: left;
	width: 41px;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	background-image: url(../images/date_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 2px;
}

div.Date div.DayBackcolor {
	display: block;
	width: 41px;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	background-image: url(../images/date_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
}
div.Date div.DayBackcolor a {
	color: #ffffff;
}

div.Date div.Title {
	display: block;
	font-size: 108%;
	line-height: 21px;
	font-weight: bold;
	float: left;
}

/* トップページカテゴリ処理 */
.CategoryOverflow {
	position: absolute;
	left: 0px;
	top: 0px;
}

.NotificationOverflow {
	position: absolute;
	left: 129px;
	top: 26px;
}

/* ブラインド処理 */
div#blind {
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#blind-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -82px; /* image-height / 2 */
	margin-left: -125px; /* image-width /2 */
}



/* 091201ナイトクルーズ対応 */
/*
html {
	background-color: #000;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #000;
	line-height: 1.8;
	text-align: center;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#sidebar div.item {
	background-image: url(../images/nc_block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	margin-bottom: 10px;
}

div#sidebar div.item div.inner {
	background-image:url(../images/nc_block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#sidebar div.item div.entries {
	background-image:url(../images/nc_block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}

div#blocks div.block {
	background-image: url(../images/nc_block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block div.inner {
	background-image: url(../images/nc_block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block div.extend {
	background-image: url(../images/nc_block_single_bg_extend.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block.entry {
	background-image: url(../images/nc_block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block.entry:hover {
	background-image:url(../images/nc_block_single_bg_top_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeeeee;
}

div#blocks div.block {
	background-image: url(../images/nc_block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block div.inner {
	background-image:url(../images/nc_block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block.entry {
	background-image: url(../images/nc_block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block.entry:hover {
	background-image:url(../images/nc_block_single_bg_top_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeeeee;
}




div#blocks div.attach div.block {
	background-image: url(../images/nc_block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.attach div.block div.inner {
	background-image:url(../images/nc_block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.attach div.block.entry {
	background-image: url(../images/nc_block_single_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.attach div.block.entry:hover {
	background-image:url(../images/nc_block_single_bg_top_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeeeee;
}

div#blocks div.block.entry div.inner {
	background-image:url(../images/nc_block_single_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block.entry div.inner:hover {
	background-image:url(../images/nc_block_single_bg_bottom_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block.entry.doublesize {
	background-image: url(../images/nc_block_double_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#blocks div.block.entry.doublesize:hover {
	background-image: url(../images/nc_block_double_bg_top_hover.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #eeeeee;
}

div#blocks div.block.entry.doublesize div.inner {
	background-image:url(../images/nc_block_double_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#blocks div.block.entry.doublesize div.inner:hover {
	background-image:url(../images/nc_block_double_bg_bottom_hover.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

div#footer div.box {
	background-image: url(../images/nc_block_footer_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	margin-top: 10px;
}

div#footer div.box div.inner {
	background-image: url(../images/nc_block_footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

div#footer div.TopLeft {
	background-image: url(../images/nc_box_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 10px;
}

div#footer div.TopRight {
	background-image: url(../images/nc_box_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 10px;
	right: 0px;
}

div#footer div.BottomLeft {
	background-image: url(../images/nc_box_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	height: 10px;
	width: 10px;
	left: 0px;
	bottom: 46px;
}

div#footer div.BottomRight {
	background-image: url(../images/nc_box_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
	height: 10px;
	width: 10px;
	right: 0px;
	bottom: 46px;
}
*/
