/* オリジナルのデフォルトcss これらに変えてあげれば元のフォーマットに戻る*/
/*@import url(http://crmind2.sakura.ne.jp/mt/mt-static/themes-base/blog.css);*/
/*@import url(http://crmind2.sakura.ne.jp/mt/mt-static/addons/Commercial.pack/themes/universal-black/screen.css);*/
@import url(http://research.crmind.net/blog.css);
@import url(http://research.crmind.net/screen.css);

.basicstyle {
 font-size: 0.9em;
}

.basicstyle p {
  text-indent: 1em;  
  margin: 5px 0px 10px 5px;
}

.basicstyle ul {
  margin: 5px 0px 5px 40px;
}
.basicstyle ol {
  margin: 0px 0px 5px 40px;
}


.basicstyle h1 {
  font-size: 130%;
  color: #ffffff;
  background-color: #333300;
  font-weight: bold;
  border-left-color: #333333; /* 左枠の色 */
  border-style: solid; /* 枠の種類 */
  border-width: 0px 0px 0px 3px; /* 枠の幅 */
  padding: 3px 0px 3px 5px; /* 余白の幅 */ 
  margin: 10px 0px 10px 0px;
}

.basicstyle h2 {
  font-size: 120%;
  font-weight: bold;
  border-bottom-color: #333333; /* 左枠の色 */
  border-style: solid; /* 枠の種類 */
  border-width: 0px 0px 1px 0px; /* 枠の幅 */
  padding: 3px 0px 3px 5px; /* 余白の幅 */ 
  margin: 10px 0px 10px 0px;
}

.basicstyle h3 {
  font-size: 100%;
  font-weight: bold;
  border-bottom-color: #333333; /* 左枠の色 */
  border-style: dotted; /* 枠の種類 */
  border-width: 0px 0px 1px 0px; /* 枠の幅 */
  padding: 3px 0px 3px 5px; /* 余白の幅 */ 
  margin: 5px 0px 5px 5px;
}

.asset-content p {
  margin: 5px 0px 10px 5px;
}

.asset-content h1 {
  font-size: 130%;
  color: #ffffff;
  background-color: #333300;
  font-weight: bold;
  border-left-color: #333333; /* 左枠の色 */
  border-style: solid; /* 枠の種類 */
  border-width: 0px 0px 0px 3px; /* 枠の幅 */
  /* padding: 5px 5px 0px 8px;  余白の幅 */ 
  padding: 3px 0px 3px 5px; /* 余白の幅 */ 
  margin: 10px 0px 10px 0px;

}

.asset-content h2 {
  font-size: 120%;
  font-weight: bold;
  border-bottom-color: #333333; /* 左枠の色 */
  border-style: solid; /* 枠の種類 */
  border-width: 0px 0px 1px 0px; /* 枠の幅 */
  /*padding: 5px 0px 0px 5px;  余白の幅 */ 
  padding: 3px 0px 3px 5px; /* 余白の幅 */ 
  margin: 10px 0px 10px 0px;
}

.asset-content h3 {
  font-size: 100%;
  font-weight: bold;
  border-bottom-color: #333333; /* 左枠の色 */
  border-style: dotted; /* 枠の種類 */
  border-width: 0px 0px 1px 0px; /* 枠の幅 */
  /*padding: 5px 0px 0px 5px; 余白の幅 */ 
  /*margin: 0px 0px 0px 5px;*/
  padding: 3px 0px 3px 5px; /* 余白の幅 */ 
  margin: 5px 0px 5px 5px;
}


.personalinfo dt {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 0;
  padding-bottom: 0;
}

.personalinfo dd {
  line-height: 1.6;
  border-bottom: 1px dotted #666666;
  margin-top: -1.5em;
  margin-left: 7em;
  margin-right: 0;
  margin-bottom: .8em;
}

/* サブナビゲーション用の設定 */
div#subnavi {
  color: #333333;
  text-align: left;
  margin-top: 0px;
  padding: 0px;
  margin-left: auto;
  margin-rignt: auto;
  margin-bottom: opx;
  overflow: hidden;
}

div#subnavi ul{
  margin-top: 0;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

div#subnavi ul li { 
 font-size: 90%;
 font-weight: bold;
 display: inline;
 padding: 0 5px 15px .6em;
 float: left;
}

/*トップページ内のカラムの設定 */
div#topbox{
 width:600px;
 margin-left:auto;
 margin-right:auto;
}

div#boxleft {
 width:300px;
 float:left;
}

div#boxright {
 width:300px;
 float:left;
}

