@charset "utf-8";

/* base
============================================================ */
body {
	margin:0;
	padding:0;
	color:#333;
	background:url(../img/c/bg.jpg) 0 0 repeat-x #FFE4D8;
	font-family:Tahoma, Verdana, Arial, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	line-height:1.5;
	text-align:center;}

#wrap {
	width:498px;
	margin:0 auto;}
	
/* リンク設定
============================================================ */
a:link { color:#4B3B1F; text-decoration:underline;}
a:visited { color:#4B3B1F; text-decoration:underline;}
a:hover { color:#DD3900 !important; text-decoration:none;}
a:active { color:#4B3B1F; text-decoration:underline;}


/* 要素設定及び初期化
============================================================ */
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, blockquote, form, input, select, label { list-style:none; margin:0; padding:0; border:none;}
	
hr { display:none;}

img { border:0; vertical-align:bottom;}

/* class設定
============================================================ */
.c {
	clear:both;
	margin:0;
	padding:0;
	border:0;
	height:0;
	font-size:0;
	line-height:0;}

div { zoom:1;/*for IE 5.5-7*/}
div:after {
	/*for modern browser*/
    content:".";
    display:block;
    height:0px;
    clear:both;
	line-height:0;
    visibility:hidden;
	line-height:0;}


/* テキスト消去 Move Out Txt */
.mot {
	position:absolute;
	left:-9999px;
	width:999px;}


/* header
============================================================ */
#header {
	position:relative;
	left:-6px;
	height:64px;
	background:url(../img/popup/logo.jpg) 0 0 no-repeat;}


/* contents
============================================================ */
#mc {
	border:solid 1px #E7D499;
	background:#FFF;}

#mc h1 {
	height:77px;
	background-position:0 0;
	background-repeat:no-repeat;}
.report h1 { background-image:url(../img/popup/h1-report.jpg);}
.reportSend h1 { background-image:url(../img/popup/h1-reportSend.jpg);}
.complet h1 { background-image:url(../img/popup/h1-complet.jpg);}

#mc h2 { margin:0 0 20px;}
.report h2 { height:52px; background:url(../img/popup/h2-report.gif) top center no-repeat;}
.reportSend h2 { height:30px; background:url(../img/popup/h2-reportSend.gif) top center no-repeat;}
.complet h2 { height:30px; background:url(../img/popup/h2-complet.gif) top center no-repeat;}

#mc p { padding:0 0 20px;}
























#mc .attention { padding:20px 0; background:url(../img/c/dot_001.gif) top repeat-x; font-size:10px;}

