@charset "utf-8";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定
[7] バナーブロックに関する指定

*/


/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }
a:visited { color: #90f; }
a:hover { color: #f00; }
a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
	font-size: 11pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 10px 10px 0;
	width: 960px;
}

#header {
	height: 550px;
	margin: 0 0 0px;	/* background: url(img/01.jpg) no-repeat 0 0;*/
}

#header-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#container {
	width: 950px;
	border-width: 5px;
	border-color: #000;
	border-style: solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

#contents {
	width: 497px;
	float: right;
}

#left-sidebar {
	width: 216px;
	float: left;
}

#right-sidebar {
	width: 190px;
	float: right;
}

#footer {
	padding: 20px 0 20px;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 20px;
  
}

/* タイトル */
.logo {
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 30px;
  left: 20px;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
  position: absolute;
  bottom: 10px;
  left: 20px;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: 0px;
}

h3,h4,h5,h6 { margin-top: 3em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* -- サイドバータイトル -- */
.side-title { padding-bottom: 2px; }

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
}

.localnavi li { display: inline; }

.localnavi a {
  font-size: 90%;
  text-decoration: none;
  width: 170px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #eee;
}

.localnavi a:hover {
  text-decoration: none;
  border: 1px outset #eee;
  background-color: #9c0;
  color: #f00;
}

#right-sidebar .localnavi li a {
  font-size: 90%;
  text-decoration: none;
  width: 180px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #eee;

}

#right-sidebar .localnavi li a:hover {
	text-decoration: none;
	border: 1px outset;
}

.sidebar-dl {
  font-size: 90%;
  margin: 0 0 20px;
}

.sidebar-dl dt {
	text-align: left;
	padding: 4px 0;
}

.sidebar-dl dd {
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #363;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0;
  padding: 5px 0 0 5px;
  clear: both;
  background: url(img/bg-cds.jpg) no-repeat 0 0;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #060;
}

/* -------------------------------------------------------------
   [7] バナーブロックに関する指定 */
#banner {
	text-align:center;
	margin:20px 0 20px 0;
}


.dot_box  {
	width: 760px;
	background: #fff;
	border-width: 7px;
	border-color: #000;
	border-style: solid;
	padding: 40px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

ul {
list-style-type: square;
}
ol {
list-style-type: none;
}


dl.list dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 5em;
  color: #000;
}

dl.list dd {
  margin-bottom: 0.8em;
  margin-left: 5em;
}

.fontsize_9pt{
	font-size:9pt;
}
