/* v1.0 | 20080212
http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body{
_text-align: center;
line-height:120%;
_font-size:small;
background-color:#F2EFEB;

}

div {
/*
border:1px solid red;
*/
text-align: left;
width:650px;
padding:0;
margin:0 auto;

}

#container{
background-color:white;
background-image:url(img/bg.gif);
background-repeat:repeat-y;
width:814px;
padding-top:20px;
text-align: center;

/*
border:1px solid yellow;
*/
}

.content{
padding:10px 10px 20px 10px;
}
.content a{
color:blue;
}

.content a:hover{
text-decoration:none;

}


#header{
_font-size: 1px;
_background:white url(img/bgt2.gif) no-repeat;
background:white url(img/bgt.gif) no-repeat;
height:7px;
width:814px;
margin: 0 auto;
padding: 0;
border: 0;

margin-top:20px;
}
#header2{
background:#C3BBAE url(img/bg.gif) repeat-y;
font-size:80%;
width:800px;
padding:5px 0 5px 14px ;
_width:814px;
margin: 0 auto;
text-align:left;
font-weight:normal;
}

#yougetmail{
background:white;
width:600px;
padding:30px;
border:2px dotted silver;
margin:20px auto;
}

.tokki{
padding-top:20px;
font-size:85%;
}

#footer{
background:#C3BBAE url(img/bg.gif) repeat-y;
font-size:80%;
text-align:center;
width:814px;
padding:15px 0 15px 0 ;

}

#footer a{
color:#666;
}

.sp01{
background-color:yellow;
}
.sp11{
background-color:#FFFF99;
}
.sp02{
color:red;
font-weight:bold;
}
.sp03{
font-weight:bold;
}
.sp04{
text-decoration:underline;
}
.sp05{
font-size:85%;
}

.txr{
text-align:right;
padding-right:10px;
}


h2{
background-color:#eee;
border-left:4px solid #999;
padding:5px;
margin-bottom:10px;
}
ul.section{
	padding: 4px;
	margin: 0;
	list-style-type: none;
}
ul.section a{
	text-decoration: none;
}
ul.section li{
	padding:5px 0 0 15px;
	border-bottom: 1px dotted #999999;
}

.picl{
float:left;
border:0;
margin:0 5px 5px 0;
}
.picr{
float:right;
border:0;
}
.picc{
display:block;
margin:0 auto;
border:0;
}

dl.faq {
}
dl.faq dt{
background-color:#f0fff0;
padding:5px;
}

dl.faq dd{
padding:0 0 10px 20px;

}


dl.contents {
}
dl.contents dt{
background-color:#FFFFE0;
padding:5px;
}

dl.contents dd{
padding:0 0 10px 20px;
}

dl.reason {
}
dl.reason dt{
background-color:#FFE4E4;
padding:5px;
}

dl.reason dd{
padding:0 0 10px 20px;
}


.tblopt{
width:550px;
margin:0 auto;
}
.tblopt th{
border:1px solid silver;
padding:5px;
text-align:center;
background-color:#ffffe0;
}

.tblopt td{
border:1px solid silver;
padding:5px;
background-color:white;
}


#semi{
padding:10px;
border:2px dotted silver;
}
.clr{
clear:both;
}

p{
padding:10px 0 5px 0;
}