@charset "UTF-8";

/**********************************************************
概要
**********************************************************/
/*
個別ページ | 関連情報 | このサイトについて

ファイル名  ：main-other-usage.css
読込先      ：other/index.html
コピーライト：(C) 2009 The School of Soke Tachibana / Core Impressions all rights Reserved. 

内容：
  1：メイン - 左右パディング
  2：メイン - HTML各要素
----------------------------------------------------------*/



/*----------------------------------------------------------
  1：メイン - 左右パディング
----------------------------------------------------------*/


div#main .inner {
  margin: 0;
  padding: 0 20px 0 40px;
}


/*----------------------------------------------------------
  2：メイン - HTML各要素
----------------------------------------------------------*/

/* 見出し要素
------------------------------*/
div#other-usage h1 {
  margin : 0;
  padding: 0;
}

div#other-usage h2 {
  margin : 1.75em 0 0.5em 0;
  padding: 0;
  border-bottom: solid 1px #A3401D;
}

/* レイアウト
------------------------------*/
div#other-usage {
  margin : 0 0 30px 0;
  padding: 0;
}

/* 段落
------------------------------*/
div#other-usage p {
  margin : 0;
  padding: 0;
  line-height: 1.75em;
}

div#other-usage p.mrgn-t {
  margin : 1.5em 0 0 0;
  padding: 0;
  line-height: 1.75em;
}

/* 定義リスト
------------------------------*/
div#other-usage dl {
  margin: 0;
  padding: 0;
}

div#other-usage dt,
div#other-usage dd {
  margin: 0;
  padding: 0;
  line-height: 1.75em;
}

div#other-usage dl.mrgn-t dt {
  margin : 1.5em 0 0 0;
  padding: 0;
  line-height: 1.75em;
}

/* リスト
------------------------------*/
div#other-usage ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: disc;
}

div#other-usage li {
  margin: 0;
  padding: 0;
  line-height: 1.75em;
}

div#other-usage ul.mrgn-t {
  margin : 1.5em 0 0 20px;
  padding: 0;
}

/* その他の要素
------------------------------*/
div#other-usage blockquote,
div#other-usage cite,
div#other-usage q,
div#other-usage address {
  margin: 1em 0;
  padding: 0;
}

/* 整形済みテキスト
------------------------------*/
div#other-usage pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}



