/*** 共通セクション ***/
* {
  margin          : 0px;
  padding         : 0px;
}

/*** タグ ***/
html {
  overflow-y      : scroll;
}

body {
  font-family     : "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size       : 0.75em;
  color           : #666666;
  background      : #eeeeee url('../image/body_bg.png');
}

img {
  border          : 0px none;
}

a {
  outline         : 0px;
  color           : #3366ff;
}

p {
  line-height     : 1.5em;
}

table {
  border          : 0px none;
  border-collapse : collapse;
  border-spacing  : 0px;
}

/*** ブロック定義 ***/
#container {
  width           : 760px;
  margin          : 0px auto;
  background      : #fff url('../image/container_bg.png');
}

#header {
  width           : 760px;
  height          : 87px;
  background      : url('../image/header_bg.png');
}
/*
#header table {
  margin          : 15px;
}
*/
#logo {
  width           : 510px;
}

#logo a {
  display         : block;
  width           : 510px;
  height          : 59px;
  background      : url('../image/logo.png');
  text-indent     : -9999px;
  margin          : 15px 0px 0px 15px;
}

#global_menu {
  width           : 220px;
  color           : #fff;
  vertical-align  : top;
  text-align      : right;
  padding-top     : 15px;
}

#global_menu a {
  color           : #fff;
}

#global_menu a:hover {
  color           : #000099;
}

#menu {
  width           : 760px;
  height          : 27px;
}

#menu li {
  display         : inline;
}

#menu a {
  float           : left;
  display         : block;
  height          : 27px;
  text-indent     : -9999px;
}

#menu_exam {
  width           : 127px;
  background      : url('../image/menu_exam.png');
}

#menu_exam_on, #menu_exam:hover {
  width           : 127px;
  background      : url('../image/menu_exam_on.png');
}

#menu_workshop {
  width           : 127px;
  background      : url('../image/menu_workshop.png');
}

#menu_workshop_on, #menu_workshop:hover {
  width           : 127px;
  background      : url('../image/menu_workshop_on.png');
}

#menu_news {
  width           : 127px;
  background      : url('../image/menu_news.png');
}

#menu_news_on, #menu_news:hover {
  width           : 127px;
  background      : url('../image/menu_news_on.png');
}

#menu_echo {
  width           : 127px;
  background      : url('../image/menu_echo.png');
}

#menu_echo_on, #menu_echo:hover {
  width           : 127px;
  background      : url('../image/menu_echo_on.png');
}

#menu_link {
  width           : 126px;
  background      : url('../image/menu_link.png');
}

#menu_link_on, #menu_link:hover {
  width           : 126px;
  background      : url('../image/menu_link_on.png');
}

#menu_contact {
  width           : 126px;
  background      : url('../image/menu_contact.png');
}

#menu_contact_on, #menu_contact:hover {
  width           : 126px;
  background      : url('../image/menu_contact_on.png');
}

#separator {
  height          : 27px;
  overflow        : hidden;
  background      : #eeeeee;
  border-bottom   : 1px solid #cccccc;
}

/* メインブロックレイアウト・トップ以外（表示領域：760px） */
#main_table {
  margin          : 0px;
}

#main_table_left {
  width           : 200px;
  vertical-align  : top;
}

#main_table_left_contents {
  width           : 180px;
  margin          : 0px 20px 20px 0px;
}

#main_table_left_contents ul {
  list-style      : none;
}

#main_table_left_contents li {
  display         : block;
  border-bottom   : 1px solid #cccccc;
}

#main_table_left_contents a {
  line-height     : 30px;
  display         : block;
  text-decoration : none;
  padding         : 0px 0px 0px 18px;
}

#main_table_left_contents a:hover {
  color           : #0033cc;
  background      : #e0eefd;
}

#main_table_left_contents a.on {
  background      : #e0eefd;
}

#main_table_right {
  width           : 560px;
  vertical-align  : top;
}

#main_table_right_contents {
  width           : 530px;
  margin          : 20px 30px 20px 0px;
}

#topic_path {
  margin          : 0px 0px 20px 0px;
}

#footer {
  width           : 760px;
  height          : 27px;
  background      : url('../image/footer_bg.png');
  text-align      : center;
}

#footer p {
  color           : #fff;
  line-height     : 27px;
}

/*** その他 ***/
.hr {
  width           : 100%;
  height          : 1px;
  background      : #cccccc;
  overflow        : hidden;
}

.hr_10 {
  width           : 100%;
  height          : 1px;
  background      : #cccccc;
  overflow        : hidden;
  margin          : 10px 0px;
}

.clear {
  clear           : both;
}

h2.subject {
  font-size       : 1.2em;
  color           : #0033cc;
  padding-left    : 23px;
  background      : url('../image/subject_bg.png') no-repeat;
}

h3.subject {
  font-size       : 1.2em;
  color           : #333333;
  padding-left    : 5px;
}

h4.subject {
  font-size       : 1.1em;
  color           : #333333;
}

div.body_text {
  margin          : 20px 0px 10px;
  letter-spacing  : 0.1em; 
}

div.body_text_indent {
  margin          : 20px 0px 10px;
  text-indent     : 10px;
  letter-spacing  : 0.1em; 
}

#page_top {
  text-align      : right;
  margin          : 10px 0px 10px;
}

.underline {
  text-decoration : underline;
}
