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

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

/* 全体的なリンク */

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

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #F00;
}

a:active {
	color: #F00;
}

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

body {
	font-size: 14px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin: 0;
	background: url(img/bg-body.gif) repeat-x 0 20px;
	font-weight: normal;
	text-transform: none;
}

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

#header {
	height: 120px;
	border: 1px solid #c9c9c9;
	position: relative;
	padding: 3px;
	background-color: #fff;
	background-image: url(img/top/header.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
}

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

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

#contents-top {
	margin-bottom: 10px;
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight: bold;
	letter-spacing: 2px;
	color: #121212;
}

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

.contents-top-left {
	background-image: url(img/top/contents-top-left.gif);
	background-repeat: no-repeat;
	padding: 2px;
	background-position: center 5px;
}

.contents-top-center {
	background-image: url(img/top/contents-top-center.gif);
	background-repeat: no-repeat;
	padding: 2px;
	background-position: center 5px;
}

.contents-top-right {
	background-image: url(img/top/contents-top-right.gif);
	background-repeat: no-repeat;
	padding: 2px;
	background-position: center 5px;
}

.contents-top-left,
.contents-top-center,
.contents-top-right{
	margin-left: 4px;
	border: 1px solid #CCC;
	padding: 5px;
}

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

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

#footer {
	clear: both;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #02372B;
}

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

/* 見出し */
h1 {
	font-size: 12px;
	font-weight: bold;
	text-align:left;


	top:0px
	left:12px;
	color:#fff;
	left: 30px;
	position: absolute;
	top: 0px;
}

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

.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;
	color: #000;
	background-image: url(img/top/bg-globalnavi.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

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

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

/*-- パンくず　--*/
#pan        {
	font-size:12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 5px;
}
#pan a      {color:#ff6a00; text-decoration:none;}
#pan a:hover{color:#ff6600; text-decoration:underline;}


/*-- 見出し --*/
h2,h4,h5,h6 {
	font-size: 100%;
	margin-bottom: 0.5em;
	padding-top: 7px;
	padding-left: 10px;
}

#contents-top h2,
#contents-top h3,
#contents-top h4,
#contents-top h5,
#contents-top h6 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

h3    {
	color:#c20505;
	clear:both;
	font-size:130%;
	font-weight: bolder;
	text-align:left;
	margin-top:0px;
	display:block;
	height:35px;
	background-image: url(img/top/title_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0a2245;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*-- Pタグタイトル ---*/
.title01    {
	padding-left: 250px;
	padding-top: 8px;
	background-image: url(img/top/title_02.gif);
	background-repeat: no-repeat;
	height: 42px;
	font-size: 18px;
	margin-top: 5px;
}

.title02 {
	color:#c20505;
	clear:both;
	font-size:130%;
	font-weight: bolder;
	text-align:left;
	margin-top:0px;
	display:block;
	height:30px;
	background-image: url(img/top/title_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0a2245;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
}

.title02 a {color:#322000; text-decoration: none;}

.check01   {
	margin:5px 5px 5px 0;
	padding:0 0 20px 20px;
	background-image: url(img/top/ya01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/*-- 文字 ---*/
#contents p {

}

/*-- 更新情報部分 ---*/
.information {
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #0a2245;
}

.information dt {
	margin-bottom: 5px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #f00;
}

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

/*-- 横並びリスト 01 ---*/
ul.example {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.example li {
	float: left;
	width: 15em;
	padding: 3px;
	border: 1px #ffb366 solid;
	background-color: #fffdee;
	text-align: center;
	margin: 6px;
	letter-spacing: 1px;
	height: 200px;
}

ul.example li a {
	display: block;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	padding: 6px;
}

ul.example li a:hover {
	background-color: #F5F7CF;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

ul.example li img {
	border: 1px outset #003;
}

.clearLeft { 
clear: left; 
}

/*-- 横並びリスト 02 ---*/
ul.example02 {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.example02 li {
	float: left;
	width: 11em;
	padding: 3px;
	border: 1px #ffb366 solid;
	background-color: #fffdee;
	text-align: center;
	margin: 5px;
	letter-spacing: 1px;
	height: 180px;
}

ul.example02 li a {
	display: block;
	background-color: #FFF;
	text-decoration: none;
	color: #333;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 12px;
	height: 170px;
}

ul.example02 li a:hover {
	background-color: #F5F7CF;
	text-decoration: none;
	color: #333;
}

ul.example02 li img {
	border: 1px outset #003;
}

.clearLeft { 
clear: left; 
}

/*-- 横並びリスト 03 ---*/
dl.list301 dt {
  margin-top: 0.6em;
  width: 7em;
  border-bottom: solid 3px #E989C8;
  line-height: 1.1;
  font-size: 200%;
  font-weight: bold;
  font-style: italic;
  color: #E989C8;
}
/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/*-- サイドバー内　文字指定 ---*/
#sidebar p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #333;
	font-size: 13px;
	text-align: center;
}

/*-- サイドバー内　カテゴリータイトル ---*/
#sidebar p.sidebar-title {
	text-align: center;
	padding: 0.5em 0;
	color: #FFF;
	border: 1px solid #333;
	background-color: #0a2245;
	font-size: 14px;
}

/*-- サイドバー内　その他タイトル ---*/
#sidebar p.sidebar-title02 {
	text-align: left;
	line-height: normal;
	padding: 0.5em;
	color: #003;
	font-size: 14px;
	background-image: url(img/top/title_01.gif);
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003;
}

/*-- サイドバー内　リスト（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;
	color: #666;
	list-style-position: inside;
	list-style-image: url(img/top/list_01.png);
	list-style-type: circle;
}

#sidebar .navigation a {
	width: 220px;
	display: block;
	text-decoration: none;
	color: #333;
	height: 20px;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(img/top/list_01.png);
	background-position: 2px;
	font-size: 13px;
	border: 1px outset #FFF;
}

#sidebar .navigation a:hover {
	text-decoration: underline;
	color: #0a2245;
	font-weight: bold;
	background-image: url(img/top/list_01.png);
}

#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;
	font-weight: bold;
	color: #02372B;
}

ul.list {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.list li {
	float: left;
	width: 8em;
	padding: 2px;
	text-align: center;
	margin-left: 12px;
	font-size: 13px;
}

.clearLeft { 
clear: left; 
}
