@charset "UTF-8";


/*
SITE TITLE：
URL：
COPYRIGHT：
______________________________________*/

/*COLORSET：
text:#787878;
background：#fff;

a:#262626;
a:visited:#262626;
a:hover:#EA1F00;
a:active:#958b45;

red : #EA1F00;
gray : #757575;

for Mac Firefox {
opacity:0.9999;
}


______________________________________*/

/* ////////////////////////////////////////
default
//////////////////////////////////////// */
body {
margin:0px 0px 20px 0px;
padding:0px;
color: #222222;
font-size:12px;
line-height:1.6em;
font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

img {
border: none;
vertical-align:bottom;
}

a {
cursor:pointer;
color:#262626;
text-decoration:none;
}

a img {
}

a:link {
border-bottom:1px dotted #999;
}

a:visited {
border-bottom:1px dotted #aaa;
}

a:hover {
color:#EA1F00;
}

a:active {
color:#f9603c;
}

a.img {
border-bottom:none !important;
}

td,tr {
vertical-align:top;
}

em,
.serif {
font-family:Times, 'Times New Roman', Times, "ヒラギノ明朝 Pro W3", "MS P明朝体",serif !important;
}

span,
.san_serif {
font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}

input {
vertical-align:bottom;
}

label {
cursor:pointer;
}

button {
border:none;
background:#fff;
cursor:pointer;
}





/*notice------------------------------*/
.notice {
border:1px dashed #ccc;
color:#787878;
clear:both;
padding:15px;
width:618px;
margin-top:50px;
}

