* {
font-size: 12px;
margin: 0px;
padding: 0px;
}

body {
font-family: "ＭＳ Ｐゴシック" ,sans-serif;
text-align: center;
line-height: 1.5em;
color: #666666;
}

a {
color: rgb(45,106,169);
}

a img {
border: none;
}

p {
margin: 0px 0px 10px 0px;
}

ul {
list-style: none;
}

h1 {
margin: 3px 0px 5px 0px;
font-weight: bold;
text-align: left;
}

#wrapper {
background-image: url("../img/bg.gif");
background-repeat: repeat-y;
width: 880px;
margin: auto;
padding: 5px 16px 10px 16px;
}

/* ヘッダー部分 */

#header {
background-image: url("../img/header.gif");
background-repeat: no-repeat;
width: 880px;
height: 105px;
text-align: left;
}

#pan {
background-color: #EEEEEE;
width: 875px;
height: auto;
padding: 2px 0px 2px 5px;
text-align: left;
}

/* フッター部分 */

#footer {
background-image: url("../img/footer.gif");
background-repeat: no-repeat;
width: 880px;
height: 30px;
line-height: 2.4em;
text-align: center;
color: #FFFFFF;
}

#footer a {
color: #FFFFFF;
}

#copy {
width: 880px;
height: auto;
margin: 5px 0px 0px 0px;
text-align: center;
}
/* 常用クラス */

.clear {
clear: both;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.f_left {
float: left;
}

.f_left2 {
float: left;
margin: 0px 5px 0px 0px;
display: inline;
}

.f_right {
float: right;
}

.text10 {
font-size: 10px;
line-height: 1.2em;
}

a.text10 {
font-size: 10px;
}

.text10 a {
font-size: 10px;
}

.red {
color: rgb(202,48,48);
}

.bold {
font-weight: bold;
}