@charset "utf-8";

/*    AuriQ Systems, K.K.    */
/* top.css ::::::::::::::::::::::::::::::::::::::::::::::::::

   - メインビジュアルイメージ
   - 更新情報
   - サイドPRエリア

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ------------------------------------------------
    Toppage Styles
-------------------------------------------------- */
/* headerとbody間のあき調整 */
#header #gnavi {
	padding-bottom: 9px;
}

/* 機能紹介 (function)
-------------------------- */
#function {
	clear: both;
	float: left;
	width: 500px;
	padding-bottom: 50px;
}

#function-head ul  { float: right }
#function-head ul li {
	font-size: 11px;
	float: left;
	line-height: 1.0;
}
#function-head li a {
	display: block;
	height: 11px;
	text-indent: -19999px;
}

/* 機能紹介上部バナー */
.main-function {
	margin-bottom: 15px;
}
.main-function li {
	margin-bottom: 2px;
}

/* 機能紹介 本文 */
#function-body {
	clear: both;
	padding: 0 0 0 10px;
}

.function-box {
	padding: 10px 0;
	background: url("/mobile/jp/images/common/separator3.gif") no-repeat bottom center;
}

.function-box .summary {
	 width:57px;
	 float: left;
}
.function-box .detail {
	float: left;
	width: 433px;
}

/* 更新履歴 (update)
-------------------------- */
#update {
	clear: both;
	float: left;
	width: 500px;
	padding-top: 20px;
	padding-bottom: 30px;
}

#update-head {
	background: url("/mobile/jp/images/top/update_base.gif") no-repeat left bottom;
	height: 16px;
	padding-bottom: 6px;
}
#update-head h2  { font-size: 12px; background: url("/mobile/jp/images/top/title_update.gif") no-repeat; text-indent: -19999px; width: 100px; height: 13px; float: left }
#update-head ul  { float: right }
#update-head ul li {
	font-size: 11px;
	float: left;
	line-height: 1.0;
}
#update-head li a {
	display: block;
	height: 11px;
	text-indent: -19999px;
}
#update-head li.link-news a   { background: url("/mobile/jp/images/top/link_news.gif") no-repeat; width: 55px }
#update-head li.link-event a   { background: url("/images/top/link_event.gif") no-repeat; width: 93px }
#update-head li.link-training a   { background: url("/mobile/jp/images/top/link_training.gif") no-repeat; width: 70px }
#update-head li.link-statistics a   { background: url("/mobile/jp/images/top/link_statistics.gif") no-repeat; width: 55px }
#update-head li.link-faq a   { background: url("/mobile/jp/images/top/link_faq.gif") no-repeat; width: 75px }
#update #update-head a:hover {
	background-position: 0 -11px;
	text-decoration: none;
}

/* 更新履歴上部バナー */
.main-pr {
	margin-bottom: 15px;
}
.main-pr li {
	margin-bottom: 2px;
}

/* 更新履歴 本文 */
#update-body {
	clear: both;
	padding: 0 0 0 10px;
}

.update-box {
	padding: 10px 0;
	background: url("/mobile/jp/images/common/separator3.gif") no-repeat bottom center;
	min-height: 1em;
}

.update-box .summary {
	 width:77px;
	 float: left;
}
.update-box .detail {
	float: left;
	width: 413px;
}

/* サイドPRエリア (side)
-------------------------- */
#pr-area {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0 0 50px 0;
}
#pr-area li {
	margin: 10 0 3px 0;
	padding: 0;
	list-style-type: none;
}

br.clear {
	font-size: 1px;
	line-height: 1px;
}