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

body {
background-image: url("../img/body.gif");
background-repeat: repeat-x;
font-family: "ＭＳ Ｐゴシック" ,sans-serif;
text-align: center;
line-height: 1.5em;
color: #555555;
}

a {
color: #95571c;
text-decoration: none;
}

a:hover {
color: #c8a17f;
text-decoration: underline;
}

a img {
border: none;
}

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

ul {
list-style: none;
}

#wrapper {
background-image: url("../img/bg_top.gif");
background-repeat: no-repeat;
width: 780px;
height: auto;
margin: auto;
padding: 15px 15px 15px 15px;
text-align: left;
}

#wrapper2 {
background-image: url("../img/bg.gif");
background-repeat: repeat-y;
width: 810px;
height: auto;
margin: auto;
}

/* ヘッダー部分 */

h1 {
background-image: url("../img/logo.gif");
background-repeat: no-repeat;
background-position: left bottom;
width: 274px;
height: 64px;
margin: 0px 35px 0px 0px;
float: left;
display: inline;
}

h1 a {
width: 222px;
height: 62px;
padding: 2px 0px 0px 52px;
font-size: 10px;
font-weight: normal;
color: #666666;
display: block;
}

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

ul#bar {
background-image: url("../img/bar.gif");
background-repeat: no-repeat;
width: 778px;
height: 25px;
margin: 10px 0px 10px 0px;
padding: 5px 0px 0px 2px;
}

ul#bar li {
background-image: url("../img/bar_line.gif");
background-repeat: no-repeat;
background-position: right top;
width: auto;
height: 19px;
padding: 1px 10px 0px 8px;
float: left;
}

ul#bar li a {
color: #FFFFFF;
font-family: tahoma;
font-weight: bold;
}

/* フッター部分 */

#footer {
background-image: url("../img/footer.gif");
background-repeat: no-repeat;
width: 780px;
height: 43px;
margin: 10px 0px 10px 0px;
padding: 7px 0px 0px 0px;
text-align: center;
font-size: 10px;
}

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

/* 常用クラス */

strong {
color: #c31124;
font-weight: bold;
}

em {
color: #e94c6d;
font-weight: bold;
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;
display: inline;
}

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

.middle {
vertical-align: middle;
}

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

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

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

.bold {
font-weight: bold;
}

.brown {
color: #95571c;
}

.red {
color: #ff4e4e;
}

.grey {
color: #999999;
}