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

@charset "utf-8";

div.case_title
{
	margin:0px 0px 0px 0px;
	padding:5px 0px 3px 10px;
	color:#000000;
	font-weight:bold;
	font-size:12pt;
	background-color:#cccccc;
}

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

table.case_table
{
	width:550px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

td.case_td_l
{
	width:310px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}

td.case_td_r
{
	width:220px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}


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;
}