@charset "utf-8";

/* リセット
---------------------------------- */
body,div,ol,ul,li,dl,form,input {
margin:0;
padding:0;
}

p,h1,h2,h3,h4,h5,h6,dt,dd,input,textarea{
margin:0;
padding:0;
font-size:100%;
}

table {
border-collapse:collapse;border-spacing:0;
}

img {
line-height:0;
border:0;
}

address,caption,cite,code,dfn,th,var {
font-style:normal;font-weight:normal;
}

caption,th {
text-align:left;
}

ul,oi{
list-style:none;
}


/* 共通
---------------------------------- */
body{
background:#e4e0d3;
color:#2e0003;
font-size:12px;
line-height:1.4em;
}

/*--for IE6--*/
* html body{
font-size: 75%;
}
/*--for IE7--*/
*:first-child+html body{
font-size: 75%;
}


a:link{
color:#164a9f;
text-decoration:underline;
}
a:visited{
color:#164a9f;
text-decoration:underline;
}
a:hover{
color:#164a9f;
text-decoration:none;
}
a:action{
text-decoration:none;
color:#164a9f;
}



/* コンテンツ
---------------------------------- */
.caption{
font-size: 85%;
padding:2px 10px 0 10px;
width:180px;
}
.caption2{
font-size: 85%;
padding:5px 0 0 0;
width:135px;
}
.caption3{
font-size: 85%;
padding:2px 0 0 22px;
width:180px;
}
.caption3 span{
color:#88161d;
}
.caution{
color:#ac000c;
font-weight:bold;
}
.errorarea{
width:606px;
border:solid 3px #ac000c;
padding:20px;
margin:0 0 30px 60px;
background:#FFFFFF;
text-align:left;
}
.errortitle{
font-size:150%;
}
.txtarea385{
width:385px;
}
.txtarea70{
width:70px;
}
.button100{
_padding-top:1px;
font-size:80%;
width:100px;}
.price_txt1{
font-size:120%;
}
.price_txt2{
font-size:140%;
color:#88161d;
}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
/*-------ヘルプページ　リンク-------*/

.txtred{
color:#FF0000;
font-weight:bold;
}

.yellow a:hover{
color:#ffb629;
text-decoration:none;
}
