@charset "utf-8";
/* CSS Document */

body {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	background-color:#000;
}



a:link  {color: #000; text-decoration: none;}
a:visited  {color: #000; text-decoration: none;}
a:active   {color: #F00; text-decoration: none;}
a:hover    {color: #F00; text-decoration: none;}



#wrapper{
	margin:0 auto;
	padding:0;
	width:900px;
	height:auto;
	line-height:1.4;
	font-size:13px;
	color:#FFF;
}

#header{
	margin:0;
	padding-bottom:10px;
}
.header_logo{
	margin-bottom:25px;
	float:left;
}
.header_right{
	float:right;
}

#content{
	width:900px;
}

#priority_content{
	width:740px;
	margin-top:30px;
	margin-left:80px;
	margin-right:80px;
}

.priority_textarea{
	margin-left:50px;
	margin-right:10px;
	margin-bottom:40px;
	margin-top:40px;
}

.priority_bg_img{
	float:right;
	margin-top:-150px;
}

.priority_tb{
	margin-top:0px;
	margin-bottom:20px;
}

.priority_tb p{
	margin:3px 0 3px 0;
	text-align:center;
}

.top_content_tb{
	margin-top:10px;
}

.priority_title{
	margin-left:9px;
	margin-right:9px;
}

.img_center{
	margin:0;
	padding:0;
	text-align:center;
}

.platinum_bg_img{
	float:right;
	margin-top:-120px;
}

#card_content{
	width:760px;
	margin-top:30px;
	margin-left:70px;
	margin-right:70px;
}

.card_text_tb{
	width:590px;
	height:75px;
	background-image:url(images/amex_tx_box.gif);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:30px;
	padding:5px;
}
.card_text_tb p{
	width:500px;
	margin:0;
	font-size:11px;
}

.card_tb{
	width:755px;
	height:135px;
	background-color:#7d7d7d;
	margin-bottom:5px;
	padding-left:2px;
	padding-right:2px;
}
.card_tb p{
	margin:1px;
}

.card_th{
	background-color:#4c4c4c;
	border:1px #CCC solid;
}

.card_th_tx{
	margin:0;
	font-size:10px;
	background-color: #000;
}
.amex_bg_img{
	float:right;
	margin-top:-350px;
}


#footer{
	margin-top:50px;
	padding-right:13px;
	padding-left:375px;
}


