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

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

a {
/*
color: #BB7374;
*/
color: #36A17B;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a img {
border: none;
}

ul {
list-style: none;
}

form {
margin: 0px;
}

#wrapper {
background-color: #FFFFFF;
width: 1000px;
margin: 0px auto;
text-align: left;
}

/* ヘッダー部分 */

#header {
background-image: url("../img/header.gif");
background-repeat: no-repeat;
background-position: left 15px;
width: auto;
height: 78px;
margin: 0px 30px 15px 15px;
padding: 38px 0px 0px 35px;
text-align: left;
}

#header h1 {
background-image: url("../img/logo.gif");
background-repeat: no-repeat;
background-position: left 10px;
width: 228px;
height: 70px;
float: left;
font-weight: normal;
}

#header h1 a {
width: 228px;
height: 15px;
padding: 55px 0px 0px 0px;
font-size: 10px;
text-decoration: none;
color: #666666;
display: block;
}

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

#header ul {
background-image: url("../img/header_line.gif");
background-repeat: no-repeat;
background-position: right top;
margin: 0px 0px 13px 0px;
float: right;
}

#header ul li {
background-image: url("../img/header_line.gif");
background-repeat: no-repeat;
background-position: left center;
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 10px;
float: left;
display: block;
}

#header .grey {
background-color: #E5E5E5;
margin: 0px 0px 0px 10px;
padding: 2px 2px 2px 0px;
float: right;
display: inline;
}

#header .grey img {
margin: 0px 0px 0px 2px;
float: left;
display: inline;
}

#header .login {
background-image: url("../img/header_login.gif");
background-repeat: no-repeat;
background-position: left top;
width: 280px;
height: 26px;
margin: 13px 0px 0px 0px;
float: right;
}

#header .login ul {
background-image: none;
width: auto;
height: auto;
margin: 0px;
padding: 5px 0px 0px 74px;
float: none;
}

#header .login ul li {
background-image: url("../img/li.gif");
background-repeat: no-repeat;
background-position: left 2px;
height: 14px;
padding: 0px 7px 0px 15px;
display: block;
float: left;
}

/* フッター部分 */

#footer {
background-image: url("../img/footer.gif");
background-repeat: no-repeat;
background-position: center top;
width: 940px;
height: auto;
margin: 15px 0px 0px 30px;
padding: 15px 0px 15px 0px;
text-align: center;
font-size: 10px;
}

#footer ul {
background-image: url("../img/header_line.gif");
background-repeat: no-repeat;
background-position: right center;
margin: 0px 0px 10px 270px;
float: left;
display: inline;
}

#footer ul li {
background-image: url("../img/header_line.gif");
background-repeat: no-repeat;
background-position: left center;
margin: 0px 0px 0px 0px;
padding: 0px 10px 0px 10px;
float: left;
display: block;
}

/* 常用クラス */

strong {
font-size: 16px;
font-weight: bold;
color: #4EB691;
}

.clear {
clear: both;
}

.l_clear {
clear: left;
}

.r_clear {
clear: right;
}

.middle {
vertical-align: middle;
}

.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_left3 {
float: left;
margin: 0px 10px 0px 0px;
display: inline;
}

.f_left4 {
float: left;
margin: 0px 28px 0px 0px;
display: inline;
}

.f_left5 {
float: left;
margin: 15px 0px 0px 0px;
}

.f_right {
float: right;
}

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

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

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

.red {
/*
color: #BB7374;
*/
color: #36A17B;
}

.attention {
color: #FF2222;
}

.bold {
font-weight: bold;
}

ul.link {
margin: 20px 0px 20px 0px;
}

ul.link li {
background-image: url("../img/li.gif");
background-repeat: no-repeat;
background-position: left 3px;
height: 14px;
padding: 0px 0px 0px 15px;
display: block;
}