@charset "Shift_JIS";

/* "reset.css" for cashow.jp */

@import "layout.css";
@import "deco.css";




/*--  Default style clear --*/

*{
margin:0;
padding:0;
}

body,html{
width:100%;
height:100%;
margin:0;
padding:0;
}

body {
background-image:url(../image/back_grada_top.jpg);
background-repeat:repeat-x;
}

html, body, h1, h2, h3, h4, h5, h6, a, p, li, dd, dt, input {
font-size:small;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
line-height:170%;
color:#505050;
}


img{
border:none;
}

hr {
border:solid #ccc;
border-width:1px 0px 0px 0px;
height:1px;
overflow:hidden;
margin:20px 0;
}

a{
color:#36f;
text-decoration:none;
}

a:link{
text-decoration:none;
}

a:hover{
color:#f63;
text-decoration:none;
}

p{
}

.floatright{
float:right;
}

.floatleft{
float:left;
}

.center{
text-align:center;
}

.clear{
clear:both;
}