@charset "shift_jis";

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

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

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0 0 5px 0;
  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: 100%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding:0;
  margin: 0;
}

/*-- 全体を囲んでいます --*/
#wrapper {
  text-align: left;
  margin: 0 auto 0;
  padding: 20px 10px 0;
  width: 1100px;
}

#wrapper2 {
  text-align: left;
  margin: 0 auto 0;
  padding: 20px 10px 0;
  width: 800px;
}

#header {
  height: 200px;
  padding: 20px 1em 10px;
  background: #fff url(../img/img002.jpg) no-repeat 50% 100%;
  border: 1px solid #c9c9c9;
}

#container {
  width: 100%;
  padding-top: 1em;
  position: relative;
}

#globalnavi {
  text-align: center;
  width: 700px;
  height: 2em;
  position: absolute;
  top: 0;
  left: 0;
}

#contents-top {
  font-size:13px;
  margin-bottom: 20px;
  padding: 10px 0;
  overflow: hidden;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.contents-top-left,
.contents-top-center,
.contents-top-right {
  width: 358px;
  float: left;
}

.contents-top-left,
.contents-top-center { margin-right: 5px; }

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

#sidebar {
  width: 230px;
  float: left;
}

#footer {
  clear: both;
  padding: 1em 0 2.5em;
  background-color: #cccccc;
}

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


/* サイトタイトル */
#header .logo {
  font-size: 150%;
  font-weight: bold;
  line-height: 1em;
}

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

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

#header p {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

#globalnavi ul {
  list-style-type: none;
  width: 100%;
}

#globalnavi li {
  width: 140px;
  float: left;
  border-bottom: 1px solid #ccc;
}

#globalnavi li a {
  text-decoration: none;
  text-align: center;
  padding: 0.5em 0;
  width: 100%;
  display: block;
  background: url(../img/bg-globalnavi.jpg) no-repeat 0 50%;
  color: #000;
}

#globalnavi li a:hover {
  text-decoration: none;
  color: #f00;
  background: url(../img/bg-globalnavi.jpg) no-repeat -140px 50%;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */
 
 /* 見出し */
 
h1 {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
}
/*-- 見出し --*/
h4,h5,h6 {
  font-size: 100%;
  margin-bottom: 1em;
  padding: 0.5em 10px;
}

h2 {
  font-size: 120%;
  margin-top:10px;
  padding: 10px 15px 10px 5px;
  margin-bottom: 15px;
  border-bottom: 2px  double #CC3366; /* 下ボーダーを、1px幅の破線、線色#CC3366に */
  border-top:double 2px #CC3366;
}

h3 {
	font-size:130%;
	margin-left:3px;
	margin-top:10px;
	color:rgba(7,53,147,1.00);
}

#contents-top h2,
#contents-top h4,
#contents-top h5,
#contents-top h6 {
  border: none;
  background-color: #1E3DB0;
  color: #FFF;
}

#contents-top h3 {
  font-size: 120%;
  margin-top:10px;
  margin-bottom: 1em;
  border-left: 10px solid #F30E12;
  border-bottom: 1px dashed #07721E; /* 下ボーダーを、1px幅の破線、線色#CC3366に */
}
	

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

/*-- 更新情報部分 ---*/
.information {
  height: 340px;
  overflow: auto;
  margin-bottom: 20px;
  padding: 10px 15px 10px 5px;
  border-top: 5px solid #339900;
  border-bottom: 1px solid #339900;
}

.information dt {
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 5px solid #666;
}

.information dd {
  line-height: 1.5em;
  margin-bottom: 15px;
  padding-bottom: 4px;
  border-bottom: 1px solid #cccccc;
}

p .hidari
{
  float: left;
         margin-right: 1em;
      }
      *.floatclear
      {
         clear: both;
      }


.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.box2 {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}


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

/*-- サイドバー内　文字指定 ---*/
#sidebar p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/*-- サイドバー内　カテゴリータイトル ---*/
#sidebar p.sidebar-title {
  text-align: center;
  line-height: normal;
  padding: 0.5em 0;
  background-color: #333;
  color: #9f0;
}

/*-- サイドバー内　リスト（UL） ---*/
#sidebar ul {
  list-style-position: inside;
  margin: 5px 0 20px;
}

#sidebar li { margin: 0 0 0.5em; }

/*-- ナビゲーション ---*/

#sidebar ul.navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 20px;
}

#sidebar .navigation li {
  display: inline;
  margin: 0;
}

#sidebar .navigation a {
  width: 210px;
  padding: 4px 9px;
  display: block;
  border: 1px outset #fff;
  background-color: #eee;
  text-decoration: none;
  color: #690;
}

#sidebar .navigation a:hover {
  border: 1px outset #fff;
  background-color: #690;
  text-decoration: none;
  color: #000;
}

#sidebar dl { margin: 0 0 20px; }

#sidebar dt {
  margin-bottom: 5px;
  color: #360;
}

#sidebar dd {
  line-height: 1.5em;
  margin-bottom: 10px;
}

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

#footer p { text-align: center; }


