@charset "utf-8";
/* ***************************
 * サポートトップ
 * /support/index.htm
 * ************************ */

#ct-area
{
	background: url('') no-repeat;
}
/* 見出しタグの基本設定を無効化 */
div#ct-area h1
{
    background: url("") no-repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}
div#ct-area h2
{
    background: url("") no-repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}

/* ピックアップ */
#ct-area #pickup
{
	margin: 30px auto;
	border-collapse: collapse;
	border: 1px solid #ddd;
	width: 900px;
}
#ct-area #pickup td
{
	border-collapse: collapse;
	border: 1px solid #ddd;
	padding: 0;
}

/* ナビゲーション */
#ct-area #navi
{
	float: left;
	text-align: left;
	margin: 0 15px 50px 0;
	width: 220px;
	background-color: #eee;
	border: 1px solid #ddd;
}
/* お知らせ */
#ct-area div#information
{
	float: left;
	width: 424px;
	height: 400px;
	margin: 0 15px 50px 0;
	text-align: left;
	/* border: 1px solid #ddd; */
}
#ct-area div#information h2
{
	background: url('/support/img/2013/information_bg.png') repeat-x;
}
#ct-area div#information h2 a
{
	padding: 5px 3px 0 0;
	float: right;
	font-size: 80%;
}
#ct-area div#information-content
{
	clear: right;
	overflow-y: scroll;
	/* height: 321px; */
	height: 310px;
	/* font-size: 90%; */
	border: 1px solid #ddd;
}
#ct-area div#information-content a
{
}
#ct-area div#information dl
{
	padding: 5px;
}
#ct-area div#information dt
{
	margin-top: 7px;
	padding-top: 7px;
	font-weight: bold;
	border-top: 1px dotted #aaa;
}
#ct-area div#information dt:first-child
{
	margin-top: 0;
	padding-top: 0;
	border-top-style: none;
}
#ct-area div#information dt img{
	vertical-align: top;
}

/* バナー */
#ct-area #banner
{
	float: left;
	margin: 0 0 50px 0;
	width: 220px;
	background-color: #eee;
	border: 1px solid #ddd;
}
#ct-area #navi ul li,
#ct-area #banner ul li
{
	margin: 10px;
}


/* 画像先読み用 */
#preload
{
	width: 0;
	height: 0;
	display: inline;
}



/* 重要なお知らせ */
#important
{
	border: 1px solid #c80000;
	padding: 5px;
	margin-bottom: 10px;
}
#important h4
{
	color: #c80000;
}
#important ul
{
	list-style-type: disc;
	margin-left: 1.3em;
}
#important ul li
{
	margin-bottom: 5px;
}
#important ul li:last-child
{
	margin-bottom: 0;
}
