* {
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: 0px 0px 70px 0px;
font-weight: bold;
text-align: left;
}

#wrapper {
width: 660px;
margin: auto;
}

/* ヘッダー部分 */

#header {
background-image: url("../img/logo.gif");
background-repeat: no-repeat;
width: 633px;
height: 156px;
padding: 23px 0px 0px 25px;
text-align: left;
color: #FFFFFF;
}

/* フッター部分 */

#footer {
background-image: url("../img/footer.gif");
background-repeat: no-repeat;
width: 658px;
height: 64px;
padding: 15px 0px 0px 0px;
line-height: 1.4em;
text-align: center;
color: #FFFFFF;
font-size: 10px;
}

#footer a {
color: #FFFFFF;
font-size: 10px;
}

/* 常用クラス */

.clear {
clear: both;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.f_left {
float: left;
}

.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);
}