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

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

a {
color: rgb(0,96,58);
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a img {
border: none;
}

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

ul {
list-style: none;
}

#wrapper {
width: 812px;
margin: auto;
text-align: center;
}

/* ヘッダー部分 */

#header {
background-image: url("../img/header.gif");
background-repeat: no-repeat;
background-position: left bottom;
width: 806px;
height: 90px;
padding: 10px 6px 0px 0px;
text-align: left;
}

h1 {
background-image: url("../img/logo.gif");
background-repeat: no-repeat;
width: 189px;
height: 65px;
text-align: right;
letter-spacing: 3px;
line-height: 1em;
}

h1 a {
width: 189px;
height: 65px;
font-weight: bold;
font-size: 10px;
text-decoration: none;
color: #888888;
display: block;
}

h1 a:hover {
text-decoration: none;
}

/* フッター部分 */

#footer {
background-image: url("../img/footer.gif");
background-repeat: repeat-x;
width: 800px;
height: auto;
padding: 20px 0px 10px 0px;
text-align: center;
font-size: 10px;
}

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

/* 常用クラス */

strong {
color: rgb(146,0,35);
}

em {
background-color: #e9ffe1;
color: #333333;
font-style: normal;
}

.clear {
clear: both;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.f_left {
float: left;
margin: 0px 10px 0px 0px;
}

.f_right {
float: right;
margin: 3px 0px 0px 10px;
}

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