@charset "utf-8";
@import url("import.css");

/*ラッパー的な
-------------------*/
#wrapper {
	margin:0 auto;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	font-size:84%;
}
#wrapper a {
	color:#000;
	text-decoration:none;
}
#wrapper a:hover {
	text-decoration:underline;
}

#content {
	width:1060px;
	margin:0 auto;
	padding:0 0 15px 0;
	overflow:hidden;
}


/*アーティクル的な
-------------------*/
#article {
	float:right;
	width:505px;
	margin:0 160px 0 0;
	_margin:0 80px 0 0;/*IE6*/
}

#goTop {
	clear:both;
	float:right;
	margin:15px 160px 0 0;
	_margin:15px 80px 0 0;/*IE6*/
}

#goToppage {
	clear:both;
	width:760px;
	height:20px;
	margin:0 auto;
	text-align:right;
}

/*アサイド的な
-------------------*/
#aside {
	float:left;
	width:220px;
	margin:0 0 0 160px;
	_margin:0 0 0 80px;/*IE6*/
	padding:6px 0 2px 0;
	background:url(../img/common/bg-bot-bnr.gif) no-repeat bottom;
}
.index #aside {
	background:none;
}

#aside h3.bar {
	margin:10px 0 0 0;
}

#aside .asideBox {
	width:220px;
	margin:0 auto;
	background:url(../img/common/bg-mid-bnr.gif) repeat-y;
}

#aside .asideBox p {
	width:200px;
	margin:0;
	padding:0 10px 7px 10px;
	background:url(../img/common/bg-bot-bnr.gif) no-repeat bottom;
	text-align:left;
	text-indent:3px;
}

#aside p#barcode {
	width:220px;
	height:162px;
	background:url(../img/common/img-mb.gif) no-repeat;
}

#aside p#barcode span {
	visibility:hidden;
}

#aside p#barcode img {
	margin:-10px 0 0 10px;
	float:left;
}

#aside .asideBox a {
	padding:0 0 0 13px;
	background:url(../img/common/arrow3.gif) no-repeat left 2px;
	color:#646665;
}

#aside #bnr {
	background:url(../img/common/bg-mid-bnr.gif) repeat-y;
}
#aside #bnr img {
	margin:0 0 5px 0;
}

/*そのほか的な
-------------------*/
#line {
	clear:both;
	width:1060px;
	height:1px;
	margin:0 auto 12px auto;
	text-align: center;
}


/*----------------------------------------
	スマホ用ボタン
-----------------------------------------*/
a#viewMode {
	display: block;
	clear: both;
	width: 1060px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}
