@charset "utf-8";
/* CSS Document */

/*------body------*/

body{
margin:5px 0 0 0;
padding:0;
width:700px;
font-size:14px;
line-height:1.5;
}

img{
border:none;
}

span.red{color:#F00;}

#box{
width:620px;
height:100%;
margin-left:auto;
margin-right:auto;
}
#box p{margin:10px 0 5px 10px;}
#box p.txt-right{text-align:right;}

#box p.insidebox{margin:0 0 0 10px;}
#box p.insidebox img.i{
	float:left;
    margin:0 10px 0 5px;
}
#box div.arrow{
    clear:both;
	width:620px;	
}
#box div.arrow img{
    margin-left:140px;
}
#box .content{
    clear:both;
	width:620px;
}
#box .content img.t{margin: 15px 0 0 0;}


/*------closeボタン------*/
#close{
    clear:both;
	text-align:center;
	background:url(../img/pay/popup/icon_close.gif) no-repeat 275px 2px;
	font-size:12px;
	margin-top:15px;
}

/*----------------------------------------------------
　リンク
----------------------------------------------------*/

a:link {
	text-decoration:underline;
	color: #0089ee;
}

a:visited {
	text-decoration:underline;
	color: #0089ee;
}

a:hover {
	text-decoration: underline;
	color: #e5030f;
}

a:active {
	text-decoration: underline;
	color: #e5030f;
}
