@charset "utf-8";

body {
 background-image: url(img/background01.png);
 background-repeat: no-repeat;
 background-color: #000000;
 margin: 0px;
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
}
img {
 border: none;
}

a {
 color: #CCCCCC;
 text-decoration: none;
}
a:hover {
 color: #FFFFFF;
}
pre {
 height: 70px;
 color: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 font-size: 10px;
 font-style: italic;
}

.float-left {
 float: left;
}
.float-right {
 float: right;
}
.homo-patso-pre {
 font-size: 8px;
}

.menu {
 margin-left: 174px;
 margin-top: 150px;
}
.content-frame {
 width: 600px;
 margin-left: 151px;
 margin-top: 10px;
 background-image: url(img/content/bg01.png);
}
.title {
 margin-left: 1px;
}
.content {
 margin: 5px;
 text-align: justify;
}
.footer {
 margin-left: 156px;
 margin-top: 5px;
 margin-bottom: 10px;
}

.about-image {
 float: right;
 margin-right: 15px;
 margin-left: 20px;
 margin-bottom: 15px;
}

.member-frame {
 background-image: url(img/content/bg02.png);
 background-repeat: no-repeat;
 height: 70px;
 margin-top: 50px;
 margin-bottom: 5px;
 margin-left: 50px;
 clear: both;
}
.member-content {
 margin-top: 10px;
 margin-left: 5px;
}

.media-frame {
 background-image: url(img/content/bg03.png);
 background-repeat: no-repeat;
 height: 300px;
 margin-top: 30px;
 margin-bottom: 5px;
 margin-left: 32px;
 clear: both;
}
.media-c1 {
 float: left;
 margin-right: 31px;
}
.media-c2 {
 float: left;
}
