@charset "utf-8";

/*--------------------------------------
 * Universal selector
 * ---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

/*--------------------------------------
 * Structure Module
 * ---------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-size: 12px;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	color: #000;
	background: url(../images/popup/bg_middle.gif) repeat-y center top #c3aa5e;
	}

/*--------------------------------------
 * Text Module
 * ---------------------------------------*/
p,
pre,
address,
cite {
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}


br {
	letter-spacing: 0;
	}
/*--------------------------------------
 * Image Module
 * ---------------------------------------*/
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: bottom;
	}

/*--------------------------------------
 * Table Module
 * ---------------------------------------*/
table{
	margin: 0px;
	padding: 0px;
	border: 0px none;
	border-collapse: collapse;
	}
	

/*--------------------------------------
 * Hypertext Module
 * ---------------------------------------*/
a,
a:link,
a:visited {
	color: #73503f;
	text-decoration: underline;
	font-weight: normal;
	}

a:active,
a:hover,
a:focus {
	color: #f3ba77;
	}

/*--------------------------------------
 * ライン
 * ---------------------------------------*/

hr {
	display:none;
	clear:both;
	}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

#wrapper {
	padding: 0px 0px 0px 0px;
	text-align: left;
	}

/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/

#header {
	margin: 0px auto;
	width: 100%;
	height: 72px;
	background: url(../images/common/header/bg.jpg) repeat-x center -83px;
	}

/*HOME用メインタイトル*/
#header #site-title {
	margin: 0px auto;
	padding-top: 3px;
	position: relative;
	display: block;
	width: 121px;
	height: 57px;
	text-indent: 10px;
	}
	
#header #site-title span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/popup/logo.gif) no-repeat center 3px;
	}
	
h1 {
	margin: 0px auto;
	padding: 18px 0px 12px 0px;
	width: 594px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 3px;
	color: #5d3916;
	line-height: 150%;
	}
	
	
h1#mobile {
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	position: relative;
	display: block;
	width: 572px;
	height: 41px;
	text-indent: 10px;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	border: none;
	line-height: 100%;
	}
	
h1#mobile span {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/popup/title.gif) no-repeat 0px 20px;
	}

#ranking {
	margin: 0px auto;
	padding: 15px 0px 30px 0px;
	width: 576px;
	}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/
#contents {
	margin: 0px auto;
	width: 660px;
	}

#contents table {
	margin: 0px auto;
	width: 590px;
	}

#contents tr {
	background: url(../images/popup/line.gif) no-repeat 0px bottom;
	}
	
#contents td {
	padding: 12px 0px;
	line-height: 150%;
	}

#contents h2 {
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 14px;
	}

td.banner {
	width: 220px;
	text-align: center;
	}

td.qrcode {
	width: 160px;
	text-align: right;
	}

td.qrcode img {
	padding-right: 10px;
	}


/*アジアライブ*/

#contents #asialivecontents {
	margin: 0px auto;
	width: 590px;
	}

#contents #asialivecontents .m2 {
	margin:0 0 2em;
	}
	
/*携帯公式サイト*/

#contents #mobilesitecontents {
	margin: 0px auto;
	width: 590px;
	}

#contents #mobilesitecontents .m2 {
	margin:0 0 2em;
	}

	
/*--------------------------------------
フッター
---------------------------------------*/

#footer {
	margin: 0px auto;
	clear: both;
	text-align: left;
	width: 590px;
	}
	
#footer ul {
	margin: 0px auto;
	clear: both;
	}

/*クローズボタン*/
li.close {
	float: right;
	padding: 10px 0px 0px 0px;
	clear: both;
	width: 30px;
	height: 26px;
	}
	
li.close span {
	position: relative; 
	display: block;
	width: 100%;
	height: 100%;
	font-size: 8px;
	line-height: 100%;
	}

li.close a.visible {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 26px;
	z-index: 2;
	background: url(../images/popup/close.gif) 0px 0px #f7f0dd;
	text-decoration: none;
	}

li.close a.visible:active,
li.close a.visible:hover,
li.close a.visible:focus {
	background-position: 0px -26px;
	}
