@charset "utf-8";


/* **************************
 ▼ メインビュジュアル（FLASH）
************************** */

#mv {
	width: 840px;
	height: 422px;
	margin: 0px auto;
	padding: 0px 24px;
	text-align: center;
	background: url(../images/common/bg_003.gif) left bottom no-repeat;
}
#mv img{
	margin-top: 180px;
}

/* **************************
 ▼ メイン
************************** */

#top div#main {
	width: 575px;
	float: left;
	margin-top: 33px;
	margin-bottom: 30px;
}


/* **************************
 ▼ アイテムリスト
************************** */

#top div.itemList li{
	display: inline;
	float: left;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 12px;
}

#top div.itemList dt {
	background: #fe8bc0;
	margin-bottom: 2px;
	position: relative;
}

#top div.itemList dt img {
	border: 1px solid #fe8bc0;
}

#top div.itemList dt img.newIc {
	border: none;
	position: absolute;
	left: -7px;
	top: -7px;
	z-index: 1;
}

#top div.itemList dd {
	font-size: 10px;
	line-height: 12px;
	height: 50px;
	overflow: hidden;
}


/* **************************
 ▼ 注意
************************** */

#top div.attention {
	width: 558px;
	margin-top: 15px;
	border: 1px solid #d0d0d0;
}

#top div.attention h3 {
	margin-bottom: 20px;
}

#top div.attention div.wrap {
	padding: 0px 20px 20px;
}

#top div.attention p {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
	color: red;
}

#top div.attention ul {
	list-style-type: disc;
	margin-left: 15px;
}
*html #top div.attention ul {
	margin-left: 20px;
}
*+html #top div.attention ul {
	margin-left: 20px;
}

#top div.attention li {
	font-size: 10px;
	line-height: 16px;
}

#top div.license{
	padding-top: 20px;
	text-align: center;
}

#top div.license h5{
	margin: 2px 0px 5px;
}
#top div.license ul{
	width: 320px;
	margin: 0px auto 5px auto;
}
*html #top div.license ul{
	margin: 0px 0px 5px 0px;
}
*+html #top div.license ul{
	margin: 0px 0px 5px 0px;
}

#top div.license li{
	display: inline;
	font-size: 12px;
}

/* **************************
 ▼ サブ
************************** */

#top div#sub {
	width: 260px;
	float: right;
	margin-top: 33px;
	margin-bottom: 30px;
}


/* **************************
 ▼ トピックス
************************** */

#top div.topics {
	width: 100%;
	margin-bottom: 30px;
}

#top div.topics h2 {
	width: 100%;
	padding-bottom: 10px;
}

#top div.topics li {
	width: 100%;
	margin-top: 5px;
}

#top div.topics dt {
	line-height: 16px;
	margin-bottom: 2px;
	font-weight: bold;
}

#top div.topics dd {
	line-height: 16px;
}

#top div.topics dd a {
	color: #666666;
	text-decoration: none;
}
#top div.topics dd a:hover {
	color: #000000;
	text-decoration: underline;
}

#top div.topics div {
	text-align: right;
	padding-top: 15px;
}


/* **************************
 ▼ インタビュー
************************** */

#top div.interview {
	width: 100%;
	margin-bottom: 20px;

}

#top div.interview h2 {
	width: 100%;
	padding-bottom: 10px;
}

#top div.interview div.bnInterview {
	margin-bottom: 10px;
}

#top div.interview li {
	width: 100%;
	margin-top: 10px;
	background: #fe8bc0;
}


/* **************************
 ▼ バナー
************************** */

#top div.banner {
	width: 100%;
	margin-bottom: 30px;
}

#top div.banner li {
	width: 100%;
	padding-top: 10px;
}


/* **************************
 ▼ アイテム検索
************************** */

#top div.itemSearch {
	width: 100%;
}

#top div.itemSearch h3 {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
}

#top div.itemSearch li {
	padding: 0px 10px 0px 42px;
	font-size: 10px;
	line-height: 20px;
	background: url(../../shared/images/common/ic_001.gif) 10px 50% no-repeat;
}
