39 lines
801 B
CSS
39 lines
801 B
CSS
@charset "utf-8";
|
|
/* CSS Document */
|
|
|
|
.reiya {
|
|
background-image: url(../core.php?mode=img&type=.png);
|
|
background-repeat: no-repeat;
|
|
height: 150px;
|
|
width: 400px;
|
|
}
|
|
.reiyareiya{
|
|
position:relative;
|
|
top:95px;
|
|
left:90px;
|
|
}
|
|
.reiya_input {
|
|
padding:0px;
|
|
margin:0px;
|
|
background-image: url(bg1.png);
|
|
background-repeat:repeat-x;
|
|
height: 25px;
|
|
width: 230px;
|
|
border: 1px #000 solid;
|
|
font-family:"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
|
|
font-size:18px;
|
|
font-weight:bold;
|
|
}
|
|
.reiya_submit {
|
|
padding:0px;
|
|
margin:0px;
|
|
background-image: url(bg2.png);
|
|
background-repeat:repeat-x;
|
|
height: 27px;
|
|
width: 50px;
|
|
border: 1px #000 solid;
|
|
font-family:"MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
|
|
font-size:18px;
|
|
color:#fff;
|
|
}
|