@charset "UTF-8";

/* ================================================================ *
	BusinessWing 2009
	Template CSS
	
	共通用的Text的基本設定,視實際需求請調整之。
 * ================================================================ */


/* ---------------------------------------------------------------- *
   有關整體之設定
 * ---------------------------------------------------------------- */

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}
* html body {font-size:small;}


/* 123暫時 放著 先代用上述方式
body {
  font-size: small;
}
head + body {
  font-size: 13px;
}
[lang^="ja"] body {
  font-size: small;
}
body:lang(ja) {
  font-size: 13px;
}
*/

body {
   /* 有需要時,請設定所有網頁的font顏色基準 */
  color: #333333;
}

a,
a:link {
   /* 視需求, 設定link text的顏色跟裝飾等 */
  color: #0086b9;
  text-decoration: none;
	outline: none;
}

a:hover {
   /* 視需求, 設定mouse over時的顏色跟裝飾等 */
  text-decoration: underline;
}

strong {
	font-weight:normal;}
	
em {
	font-style:normal;}
	
abbr, acronym {
	border-bottom-width:0;}

p {
  /* 基本行高之設定 */
  line-height: 1.7;
}

ul, ol, dl {
  /* list相關的行高之設定 */
  line-height: 1.3;
}

p {
  /* 段落前後之設定 */
  margin-bottom: 0.5em;
}

h1 {
  /* h1首要標題的sharp百分比之設定 */
  font-size: 125%;
  /* 見 h1首要標題的上下margin之設定 */
  margin-top: 20px;
  margin-bottom: 15px;
  /*  h1首要標題的行高的設定 */
  line-height: normal;
}

h2 {
   /* h2次要標題的sharp百分比之設定 */
  font-size: 145%;
  /* h2次要標題的上下margin之設定 */
  margin-bottom: 0.5em;
  /* h2次要標題的行高之設定 */
  line-height: 1.4;
}

h3 {
  /* h3標題的sharp百分比之設定 */
  font-size: 115%;
  /* h3標題的行高之設定  */
  line-height: normal;
}

h4 {
  /* h4標題的sharp百分比之設定 */
  font-size: 110%;
  /* h4標題的行高之設定  */
  line-height: normal;
}

h5 {
  /* h5標題的sharp百分比之設定 */
  font-size: 105%;
  /* h5標題的行高之設定  */
  line-height: normal;
}

h6 {
  /* h6標題的sharp百分比之設定 */
  font-size: 100%;
  /* h6標題的行高之設定  */
  line-height: normal;
}


/* ---------------------------------------------------------------- *
	各部分個別の設定
 * ---------------------------------------------------------------- */

#header {
   /* 視需求設定 */
}

.contents {
   /* 視需求設定 */
}

#navi {
   /* 視需求設定 */
}

#footer {
   /* 視需求設定 */
  font-size: 90%;
}

#footer address {
   /* 視需求設定 */
  font-style: normal;
}
