﻿@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#key {
 width: 750px;
 height: 12px;
 font-size: 10px;
 margin-left: 15px; }

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

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


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

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

div#column1 h1 {
	font-size: 13px;
	font-weight: bold;
	color: #663333;
    border-left-style: solid;
	border-left-color: #663333;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #663333;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #663333;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #663333;
    text-indent: 5px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 18px;
    padding: 0px 0px 2px 0px;
	margin: 20px 0 15px 0;
    clear: left;
}

div#column2 h2.titlebar {
	font-size: 13px;
	font-weight: bold;
	color: #663333;
    border-left-style: solid;
	border-left-color: #663333;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #663333;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #663333;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #663333;
    text-indent: 5px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 18px;
    padding: 0px 0px 2px 0px;
	margin: 20px 0 15px 0;
    clear: left;
}

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

div#content ul.dr_yajirushi, li.dr_yajirushi {
   list-style-image : url(../img/common/y_top_darkred.gif) ;
   list-style-position: inside;
   margin: 0px 0 15px 0;
  }

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

div#content th.normal1 {
   font-weight: normal;
   border-top: solid 1px #CCCCCC;
   border-right: solid 1px #CCCCCC;
   padding: 10px 10px 10px 10px;
   background-color: #E4E4E4;
}

div#content td.normal1 {
   border-top: solid 1px #CCCCCC;
   border-right: solid 1px #CCCCCC;
   padding: 10px 10px 10px 10px;
}

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

/****************************************
フッターのスタイル
****************************************/

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

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


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

body { background-color: #ffffff; }


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

.box1 {
       padding: 5px;
	   background-color: #6699CC;
	   color: #FFFFFF;
	   font-weight: bold;
       clear: left top;
	   margin: 0px 0 10px 0;
      }
	  
.seminar {
	   margin: 0px 0 15px 0;
      }

.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;
	}
.color1{
      color: #FF3333;
       }
.seminar_s {
　　　　font-size: 10px;
        text-align : right ;
	}

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


img, input { vertical-align: middle; }

a:link    { color: #996666; text-decoration: underline; }
a:visited { color: #996666; text-decoration: underline; }
a:hover   { color: #CC9999; text-decoration: underline; }
a:active  { color: #996666; text-decoration: underline; }

p.goto { text-align: right; }


