@charset "Shift_JIS";

/* ------------------------------
 
	◆For My Campaign
	  既存CSSで拾えなかったもの
 ◆(C)ANA top CSS
 ◆Version: 1.0
 ◆creation date: 09/08/12
 ◆last update: 

 ----------------------------- */
	/** Common **/
.marginB10{margin-bottom:10px;}

/** Link矢印 **/
p.plink{
background: url(/common/image/format-icn-link.gif) no-repeat;
background-position: left center;
padding: 3px 0px 3px 15px;
}
/* a.plink{
padding-left: 15px;
background-color: transparent;
background-image: url(/common/image/format-icn-link.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
padding-top: 3px;
padding-bottom: 3px;
}*/
	/** Topロゴ等 **/
.topImage{
width:800px;
margin:10px 0;
border: 1px solid #CCC;
text-align:center;
}
.topImage img{
margin:40px 30px 30px;
text-align:center;
}

	/** 参加登録角丸 **/
td.rfc_l {width: 12px;
background-image: url(image/regist_form_caution_bgL.gif);
background-repeat: repeat-y;
}
td.rfc_m {background-image: url(image/regist_form_caution_bg.gif);
width: 776px;
}
td.rfc_r {width: 12px;
background-image: url(image/regist_form_caution_bgR.gif);
background-repeat: repeat-y;
}

td.rfc_m .text{
float:left;
margin-right: 270px;
}
td.rfc_m .button{
float:right;
}

	/** 黄色背景枠 **/
table.yellowTbl {
background: #FFC;
border: 1px solid #CCC;
border-collapse:collapse;
padding: 5px;
text-align:left;
margin: 5px 0px;
}
table.yellowTbl td,
table.yellowTbl th{
padding: 5px;
}
table.yellowTbl th {
text-align:left;
border: 1px solid #CCC;
}

	/** 赤線枠 **/
.redBox{
/*width:780px;*/
border: 1px solid #990000;
padding:10px;
}

	/** ASWからコピー **/
	
/* フォント
 ------------------------- */

body {
	font-size: 80%;
	font-variant: inherit;
}
html>body{
	font-size: 83%;
}
/* \*//*/
	font-size: 75%;
/**/
/* フォントカラー */

.fntcolrWhite {
	color:#ffffff;
}

.fntcolrMblue {
	color:#0000cc;
}

.fntcolrBblue {
	color:#00ccff;
}

.fntcolrLblue {
	color:#7e8cf4;
}


.fntcolrGray {
	color:#333333;
}


.fntcolrRed {
	color:#990000;
}

.fntcolr_f00 {
	color:#FF0000;
}



