* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff url("/img/default/bg.gif") repeat;
  width: 100%;
  color: #444444;
  font-family: "Courier", "Courier New", "平成角ゴシック", "Osaka-等幅", "ＭＳ ゴシック", monospace;
}
#my_header {
  width: 100%;
  background: #fff url("/img/default/index_title.png") repeat-x;
  height :76px;
}
#my_footer {
  background: #fff url("/img/default/middle_bg.gif") repeat-x;
  border-bottom: solid 1px #cccccc;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  width: 100%;
  clear: both;
  text-align: center;
}
a {
  color: #ff5555;
  text-decoration: none;
}
a:hover {
  color: #ff9999;
  text-decoration: none;
}
table {
  line-height: 150%;
}
h1 {
  width: 740px;
  height: 14px;
  clear: both;
  text-align: right;
  padding: 5px 10px 0 0 ;
  font-size: 12px;
  font-weight: normal;
}
#sub_titile {
  width: 740px;
  clear: both;
  padding-top: 35px;
  text-align: left;
}

#sub_titile p {
  width: 206px;
  clear: both;
  text-align: center;
  font-size: 10px;
}

#sub_titile p a {
  color: #ff9999;
}
h2 {
  background: #ffffff;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  margin: 5px;
}
h3 {
  font-size: 13px;
  font-weight: normal;
  background: url("/img/default/sub_titile.gif") repeat-x;
  height: 40px;
  padding-left: 20px;
  line-height: 46px;
  margin-right: 5px;
}

h3.half {
  font-size: 13px;
  font-weight: normal;
  background: url("/img/default/half_titile.gif") repeat-x;
  height: 40px;
  padding-left: 20px;
  line-height: 46px;
  margin-right: 5px;
}
ul.side_menu li {
  margin: 0px;
  list-style:none;
}
ul.side_menu li a {
  color: #666666;
  font-size: 12px;
  text-decoration:none;
  display:block;
  line-height:40px;
  width: 203px;
  height: 40px;
  background: #fff url("/img/default/side_menu1.gif") no-repeat;
}
ul.side_menu li a:hover {
  color: #ff5555;
  text-decoration:none;
  background: #fff url("/img/default/side_menu2.gif") no-repeat;
}

#my_navigation {
  float: left;
  width: 203px;
}
#my_contents {
  text-align: left;
  background: url("/img/default/middle_bg.gif") repeat-x;
  float: left;
  width: 750px;
}
.half_contents {
  width: 360px;
  float: left;
/*  padding-bottom: 15px;*/
}
.full_contents {
  background: url("/img/default/sub_title.gif");
  width: 720px;
  float: left;
}
.content {
  padding: 10px 5px 15px 5px;
  margin: 5px;
}
.contents {
  padding: 10px 5px 0 5px;
  margin: 5px;
  line-height: 120%;
}
.half_content {
  line-height: 150%;
  padding: 10px 0px 15px 0px;
}
.half_title {
  clear: both;
  font-weight: bold;
  color: #5555ff;
}
.half_image {
  float: left;
  width: 150px;
  text-align: left;
  padding: 5px 5px 5px 0;
}
.frame {
  font-size: 12px;
  padding: 10px 5px 15px 5px;
  width:345px;
  height:250px;
  overflow: auto;
}
.frame_content {
  margin: 0 10px;
  width: 305px;
}
.dotted_line {
  clear: both;
  border-top:1px dotted #666666;
  margin: 10px 0 5px 0;
}
#my_body {
  margin: 0 auto;
  background: #fff url("/img/default/index_container.gif") repeat;
  width: 754px;
}
#container {
  margin: 0 auto;
  text-align: center;
  width: 750px;
  background: #fff;
}
#my_main {
  padding: 0 15px 15px 15px;
}
#middle_image {
  float: left;
}
#middle_image img {
  vertical-align: top;
}
#top_link {
  width: 700px;
  text-align: right;
}
#top_link a {
  font-size: 12px;
  text-decoration: none;
}
#flow {
  text-align: left;
  font-size: 11px;
  clear: both;
  padding: 5px 0 0 5px;
  height: 15px;
  text-align: right;
}
#flow a {
  text-decoration: underline;
}

#main_title {
  width: 720px;
  height: 40px;
  line-height: 50px;
  color: #ff00aa;
  font-size: 14px;
/*  padding-left: 15px;*/
  background: url("/img/default/main_titile.gif") no-repeat;
  letter-spacing: 5px;
}
#main_title p {
  padding-left: 20px;
}
.system_table {
  background: #ffcccc;
  width: 705px;
  margin: 5px;
  text-align: center;
  font-size: 12px;
}
.table_title {
  height: 25px;
  background:#f8edf5 url('/img/default/td_bg.gif') repeat-x;
}
.table_content {
  background: #ffffff;
  height: 25px;
}