﻿@charset "UTF-8";


/****************************************
ブラウザスタイルの初期化
****************************************/

* {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
  color: #666;
  font-size: 100%;
  /*font-weight: normal;
  font-style: normal;*/
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.5em;
  text-decoration: none;
  }


/****************************************
コンテナのスタイル
****************************************/

div#container {
  width: 750px;
  margin-left: 0;
  margin-right: auto;
  background-color: #fff;
  }


/****************************************
ヘッダのスタイル
****************************************/

div#header { width: 750px; height: 223px; }


/****************************************
パンくずリストのスタイル
****************************************/

div#topicpath {
　width: 730px;
  font-size: 12px;
  text-align: left;
  padding: 5px 0 20px 20px;
  background-color: #fff;
　}

/* 0 0 0 0; = top, right, under, left */

/****************************************
コンテンツのスタイル
****************************************/

div#content {
  float: left;
  width: 520px;
  font-size: 12px;
  line-height: 1.5em; 
  padding: 0px 15px 30px 20px;
  }

div#content h2.normal {
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #666699;
	padding-left: 6px;
	height: 24px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666699;
	border-right-color: #666699;
    margin: 0 -5px 15px -5px;
    clear: left;
}

div#content h2.noimage {
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 18px;
	margin: 25px 0 15px 0px;
        clear: left;
}

div#content h3.normal {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 18px;
	margin: 15px 0 10px 0;
        clear: left;
}

div#content h3.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 18px;
	margin: 0px 0 10px 0;
}

div#content table.normal1 {
   border-left: solid 1px #666699;
   border-bottom: solid 1px #666699;
   margin: 15px 0 15px 0;
   text-align:left;
}

div#content th.normal1 {
   font-weight: normal;
   border-top: solid 1px #666699;
   border-right: solid 1px #666699;
   padding: 5px 5px 5px 5px;
   background-color: #E8E8F4;
}

div#content td.normal1 {
   border-top: solid 1px #666699;
   border-right: solid 1px #666699;
   padding: 5px 5px 5px 5px;
   text-align:left;
}

div#content ul.disc, li.disc {
   list-style-type : disc ;
   list-style-position: inside;
  }

div#content ul.check, li.check {
   list-style-image : url(../images/common/check.gif) ;
   list-style-position: inside;
  }

div#content ul.b_ball, li.b_ball {
   list-style-image : url(../images/common/b_ball.gif) ;
   list-style-position: inside;
  }

div#content em.normal {
	font-weight: bold;
        font-style: normal;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}


/****************************************
サイドメニューのスタイル
****************************************/

div#sidebar {
  float: right;
  width: 181px;
  }

div#sidebar a.sidemenu {
   color: #333366;
   text-decoration: underline;
   background-color: #E8E8F4;
   width: 180px;
   font-size: 13px;
   margin: 0 0 0 0px;
   text-align: left;
}

div#sidebar table.normal2 {
   border-left: solid 1px #666699;
   border-bottom: solid 1px #666699;
   background-color: #E8E8F4;
}

div#sidebar th.normal2,td.normal2 {
   border-top: solid 1px #666699;
   border-right: solid 1px #666699;
   background-color: #E8E8F4;
   padding: 0 0 0 0;
}

div#sidebar th.s-menu,td.s-menu {
   border-top: solid 1px #666699;
   border-right: solid 1px #666699;
   width: 180px;
   background-color: #E8E8F4;
   padding: 5px 5px 5px 5px;
}


/* div#footerのスタイル */

div#footer {
  clear: both;
  width: 750px;
  text-align: center;
  margin: 40px 0px 0px 0px;
  }

div#footer address {
  font-size: 10px;
  font-style: normal;
  color: white;
  background-color: #333366;
  padding: 3px 0 3px 0;
  }


/* body要素のスタイル */

body { background-color: #ffffff; }


/* その他の共通スタイル */

.box1 {
       padding: 10px;
       border-color: #999999;
       border-width: 1px;
       border-style: solid;
       clear: left top;
      }

.box-logo {
       border-width: none;
       border-style: none;
       margin: 10px 0 10px 0;
       text-align: right;
      }

.leadtext {
　　　　font-size: 12px;
	margin: 15px 0 10px 0;
	}

.caption {
　　　　font-size: 10px;
	}

.seminar_s {
　　　　font-size: 10px;
        text-align : right ;
	}

.textclear1 {
　　　　font-size: 12px;
        clear: left;
	}


img { vertical-align: middle; }

input.button {
               vertical-align: middle;
			   border: 1px #999999 outset;
			   background-color: #E4E4E4;
			   }
			   
input.line, select, option, textarea { vertical-align: middle; border: 1px #999999 solid; }

a:link    { color: #3333CC; text-decoration: underline; }
a:visited { color: #3333CC; text-decoration: underline; }
a:hover   { color: #9999CC; text-decoration: underline; }
a:active  { color: #333366; text-decoration: underline; }

p.goto { text-align: right; }


