/* ===============================================
	▼トップページ用ＣＳＳ
=============================================== */
/* ━━━━ ▼小枠 ━━━━ */
#topContents {
	text-align: left;
/*	padding: 10px 0;*/
	padding:0  0 10px 0;
}

#leftMenu {
	float: left;
	width: 220px;
	text-align: left;
}
#mainArea {
	float: right;
	width: 620px;
	position: relative;
	text-align: left;
}
#leftMenu #menu li {
	line-height: 100%;
	padding: 0 0 8px 0;
}

#topBanner {
	padding: 15px 10px;
}

#mainArea h2 {
	padding: 0;
	margin: 0 0 10px 0;
}

/* ===============================================
	▼トップヘッダー
=============================================== */
#top_header {
	width: 850px;
	height: 286px;
/*	background: url(../img/top_header_bk.gif) no-repeat left top;
	text-align: left;*/
}
#top_header #youtube {
	position: relative;
	top: 75px;
	left: 432px;
}

/* ===============================================
	▼トップスペシャル
=============================================== */
#specialArea {
	position: absolute;
	top: 7px;
	left: 270px;
}
#specialArea ul li {
	float: left;
	width: 115px;
}
#specialArea ul li a.sliding{
	display:block;
	text-align:center;
	width: 100px;
	height:100px;
	background:#ffffff;
}

#special{
	background: url(../img/title_special.png) no-repeat left top;
	margin:10px 0 0 0;
	padding:8px 0;
}
#special ul{
	padding:0 0 0 275px;
}
#special ul li {
	float: left;
	width: 115px;
}
#special ul li a.sliding{
	display:block;
	text-align:center;
	width: 100px;
	height:100px;
	background:#ffffff;
}
/* ===============================================
	▼トップYOUTUBE
=============================================== */
#youtube{
	margin:0 0 10px 0;
}
#youtube table{
	width:100%;
	padding:10px 10px 10px 10px;
}
#youtube table td{
	text-align:center;
}
/* ===============================================
	▼トップキャンペーン
=============================================== */
div.campArea {
	background: url(../img/dotted.gif) repeat-x left bottom;
	margin-bottom:10px;
}
div.last{
	background-image:none;
	margin-bottom:0px;
}
.campArea ul li.image {
	width: 25%;
	float: left;
}
.campArea ul li.image img {
	border: 1px solid #cccccc;
	padding: 2px;
}
.campArea ul li.title {
	width: 75%;
	float: right;
	color: #ff6600;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 2px dotted #cccccc;
	padding: 0 0 10px 0;
}
.campArea ul li.subtitle {
	width: 67%;
	float: right;
	/*font-size: 80%;*/
	padding: 10px 0;
}
.campArea ul li.article {
	width: 100%;
	clear: both;
	padding: 10px 0;
}
.campArea ul li.link {
	width: 75%;
	margin:10px 0 0 0;
	float: right;
	text-align:right;
}
/* ===============================================
	▼トップお知らせ
=============================================== */
#newsArea {
	width: 100%;
	background: url(../img/dotted.gif) repeat-x left top;
}
#newsArea ul.news {
	background: url(../img/dotted.gif) repeat-x left bottom;
	padding: 5px 10px;
}
#newsArea ul.news li.date {
	color: #66cccc;
	font-weight: bold;
	font-size: 80%;
}
#newsArea ul.news li.date .category {
	color: #999999;
	font-weight: normal;
	padding: 0 0 0 10px;
}
#newsArea ul.news li.title a {
	/*color: #66cc00;*/
	font-weight: bold;
}
#newsArea ul.news li.article {
	font-size: 80%;
}

/* ===============================================
	▼トップモバイル
=============================================== */
#mobileArea {
	position: relative;
	padding: 3px 15px 3px 3px;
}
#mobileArea #left {
	float: left;
	width: 28%;
}
#mobileArea #right {
	float: right;
	width: 72%;
	text-align: left;
	padding: 10px 0 0 0;
}
#mobileArea #right ul#qrArea {
	padding: 0 0 10px 0;
}
#mobileArea #right ul#qrArea li#qrCode {
	float: left;
	width: 31%;
}
#mobileArea #right ul#qrArea li#text {
	float: right;
	width: 69%;
}
#mobileArea #right #qrArea2 {
	text-align: right;
	border-top: 1px solid #cccccc;
	padding: 15px 0 0 0;
}
#mobileArea #mark {
	position: absolute;
	top: 152px;
	left: 130px;
}
/* ===============================================
	▼リンクバナー
=============================================== */
#linkArea {
	width: 100%;
	background-color: #f6fccd;
	border: 3px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

#flbArea {
	width: 100%;
	margin:10px 0 0 0;
	background-color: #f6fccd;
	border: 3px solid #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

#linkArea img {
	vertical-align: top;
	margin: 2px 1px 2px 1px;
}

