@charset "Shift_JIS";

/***************************************
基本
****************************************/
*{
margin:0;
padding:0;
}
body {
background:#F9F9F9 url("../img/bg_body.jpg") repeat-x scroll;
text-align:left;
}

img {
border:0px;
text-decoration:none;
}
strong {
font-weight:bold;
}
table{ /*テーブル余白初期化*/
border-collapse:collapse;
}
th,td{ /*テーブル余白初期化*/
padding:0;
}
li {
list-style-type:none;
}

h3, h4, h5, h6{
font-weight:normal;
}
a {
color:#0033cc;
text-decoration:none;
}
a:link {
color:#0033cc;
text-decoration:none;
}
a:hover{
color:#0033cc;
text-decoration:underline;
}
a:visited{
color:#660099;
}
a:active{
}

.i-text-right {
    text-align : right;
}
.i-text-center {
    text-align : center;
}

