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

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

a {
color: #e76000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a img {
border: none;
}

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

ul {
list-style: none;
}

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

/* ヘッダー部分 */

#header {
width: 740px;
height: 95px;
margin: 0px 0px 20px 0px;
padding: 25px 0px 0px 0px;
text-align: left;
}

h1 {
font-size: 10px;
color: #FFFFFF;
float: right;
}

ul.navi {
padding: 21px 0px 0px 0px;
}

ul li.now {
background-image: url("../img/navi_o.gif");
background-repeat: no-repeat;
width: 90px;
height: 28px;
margin: 0px 3px 0px 0px;
padding: 7px 0px 0px 0px;
text-align: center;
color: #444444;
font-size: 12px;
font-weight: bold;
display: block;
float: left;
}

ul li.link {
background-image: url("../img/navi.gif");
background-repeat: no-repeat;
width: 90px;
height: 35px;
margin: 0px 3px 0px 0px;
text-align: center;
float: left;
}

ul li.link a {
width: 90px;
height: 23px;
padding: 12px 0px 0px 0px;
color: #444444;
font-size: 12px;
font-weight: bold;
display: block;
}

ul li.link a:hover {
background-image: url("../img/navi_o.gif");
background-repeat: no-repeat;
height: 30px;
padding: 5px 0px 0px 0px;
text-decoration: none;
}

/* フッター部分 */

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

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

/* 常用クラス */

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

em {
background-color: #deeeff;
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;
}
