@charset "utf-8";


/* ---------------------------------------------------------------------------------------------------------------- */
/* Basic class */
/* ---------------------------------------------------------------------------------------------------------------- */
*
{
	padding:0;
	margin:0;
}

html
{
	font-size:80%;
}

p, a, span, h1, h2, h3, h4, h5, h6, form, input, ul, li, td, th
{
	font-family:'メイリオ', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'MS UI Gothic', sans-serif;
	color:#333333;
	letter-spacing:0.1em;
}


* html
{
	font-size:90%;
}

* html p, * html a, * html span, * html h1, * html h2, * html h3, * html h4, * html h5, * html h6, * html form, * html input, * html ul, * html li, * html td, * html th
{
	font-family:'ＭＳ Ｐゴシック', sans-serif;
}

a
{
	color:#a652ff;
	text-decoration:none;
}

a:visited
{
	color:#83007f;
}

a:hover
{
	text-decoration:underline;
}

a img
{
	border:0;
}

body
{
	background-color:#cba168;
}

form
{
	padding:0;
	margin:0;
}

div
{
	zoom:1;
}


div:after
{
	height:0.1px;
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
	content:".";
}

/* ---------------------------------------------------------------------------------------------------------------- */
/* Layout class */
/* ---------------------------------------------------------------------------------------------------------------- */



.main
{
	background-color:#ffffff;
	background-image:url(../img/bg_main.gif);
	background-repeat:repeat-x;
	
	text-align:center;
}

.main div.inner
{
	width:540px;
	padding:40px;
	margin:0 auto;
}

table.explan
{
	border-collapse:collapse;
}

table.explan .top
{
	width:540px;
	height:30px;
	background-image:url(../img/popup/popup_t.png);
	background-repeat:no-repeat;
}

table.explan .middle
{
	width:500px;
	height:155px;
	padding:0 20px;
	background-image:url(../img/popup/popup_m.png);
}

table.explan .bottom
{
	width:540px;
	height:30px;
	background-image:url(../img/popup/popup_b.png);
	background-repeat:no-repeat;
}




/* footer class */

.footer
{
	height:372px;
	background-color:#cba168;
	background-image:url(../img/bg_footer.gif);
	background-repeat:repeat-x;
	
	text-align:center;
}

.footer div
{
	text-align:left;
}


.footer div.inner
{
	width:540px;
	
	margin:0 auto;
}

.footer div.inner img
{
	border:0;
}

.footer .copyright
{
	text-align:center;
	padding:20px 0 0 0;
}

.copyright div.text
{
	width:492px;
	height:38px;
	display:block;
}






