/* ==================================================================
	モールマネージャー
	top_index.css - スタイルシート
	UTF-8
================================================================== */

@charset "utf-8";

/* 新着情報 --------------------- */
div.news_title
{
	margin:0px 0px 0px 0px;
	padding:5px 0px 3px 10px;
	color:#000000;
	font-weight:bold;
	font-size:12pt;
	background-color:#cccccc;
}

div.news_contents
{
	margin:0px 0px 30px 0px;
	padding:10px 0px 10px 10px;
	color:#000000;
	font-size:10pt;
	border:2px solid #cccccc;
}

td.news_date
{
	width:80px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	text-align:left;
}

td.news
{
	width:500px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

td.news a
{
	text-decoration:underline;
}

/* ＴＯＰコンテンツ --------------------- */
div.top_contents1
{
	height:210px;
	margin: 0px 0px 50px 0px;
	padding: 75px 0px 0px 0px;
	text-align:left;
	background-image: url(../images/top_contents1.jpg);
	background-repeat: no-repeat;
}

div.top_contents2
{
	height:210px;
	margin: 0px 0px 50px 0px;
	padding: 75px 0px 0px 0px;
	text-align:left;
	background-image: url(../images/top_contents2.jpg);
	background-repeat: no-repeat;
}

div.top_contents3
{
	height:210px;
	margin: 0px 0px 20px 0px;
	padding: 75px 0px 0px 0px;
	text-align:left;
	background-image: url(../images/top_contents3.jpg);
	background-repeat: no-repeat;
}

div.top_contents4
{
	height:210px;
	margin: 0px 0px 20px 0px;
	padding: 75px 0px 0px 0px;
	text-align:left;
	background-image: url(../images/top_contents4.jpg);
	background-repeat: no-repeat;
}

div.top_contents_details
{
	width:100px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	background-image: url(../images/details_bg.gif);
	background-repeat: no-repeat;
	border-bottom:1px solid #3A499E;
}

div.top_contents_details a
{
	color:#3A499E;
	font-size:12pt;
	font-weight:bold;
}


div.top_contents_details a:hover
{
	text-decoration:none;
}