@charset "shift_jis";

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


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

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
	font-size: 86%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
	padding: 0;
	margin: 0;
	background-color: #333399;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

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

/*-- ヘッダー部分 --*/
#header {
	width: 900px;
	height: 175px;
	margin-bottom: 0px;
	position: relative;
	background-image: url(../img/taitoru3.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#header .description h1 {
	text-indent: -500px;
}

/*-- コンテンツ部分 --*/
#contents {
	width: 890px;
	padding: 0;
	margin-right: 10px;
}
#main {
	width: 650px;
	text-align: left;
}

/*-- サイドバー部分 --*/
#sidebar {
  width: 220px;
  float: right;
}

#right-sidebar {
  width: 180px;
  float: left;
}

/*-- アンダーナビ部分 --*/
#undernavi { clear: both; }

/*-- フッター部分 --*/
#footer {
	clear: both;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#pankuzu {
	background-color: #CCCCCC;
	height: 20px;
	margin-bottom: 15px;
}

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

/* 見出し */

/* サイトタイトル */
.logo {
  font-size: 160%;
  position: absolute;
  top: 50px;
  left: 10px;
}

.logo a {
  font-weight: bold;
  color: #360;
  text-decoration: none;
}

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

/* 概要 */
.description {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #333;
	width: 499px;
	height: 54px;
}

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

/* 見出し */
h2,
h3,
h4 {
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
	background-color: #fff;
	padding: 0;
}

/* 文字 */
#main p {
	line-height: 22px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 13px;
}
#information h1 {
	line-height: 22px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 20px;
	background-color: #333399;
	color: #FFFF99;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#information h2 {
	line-height: 22px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 18px;
	width: 600px;
	background-color: #333399;
	color: #FFFFFF;
}
#information h3 {
	line-height: 22px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 15px;
	width: 400px;
	background-color: #333399;
	color: #FFFFFF;
}

/* 更新情報 */

p.information-title　 {
	font-size: 14px;
	color: #000099;
	margin-top: 20px;
}

#information {
	margin-bottom: 20px;
	overflow: auto;
	font-size: 12px;
	text-decoration: none;
	width: 630px;
	text-align: left;
	margin-left: 12px;
	float: left;
}

#information ul {
  list-style-type: none;
  margin: 0 2em 0 0;
}

#information li {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	color: #FFFFFF;
}
#information p {
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

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

/* サイドバータイトル */
.side-title {
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background-color: #9999FF;
  color: #000;
}

ul.localnavi {
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 20px;
}

.localnavi li {
	display: inline;
}

.localnavi a {
	text-decoration: none;
	width: 210px;
	display: block;
	border: 1px outset #9999FF;
	background-color: #9999CC;
	color: #FFFFFF;
	padding-top: 9px;
	padding-right: 4px;
	padding-bottom: 7px;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

.localnavi a:hover {
	text-decoration: none;
	border: 1px outset #FFFFFF;
	background-color: #9999FF;
	color: #FF0000;
	font-size: 12px;
}

#sidebar dl{
	margin-bottom: 20px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#sidebar dt{  text-align: center;
  padding: 5px 0;
  background-color: #9999FF;
  color: #000;}

#sidebar dd{
	margin-bottom: 10px;
	padding: 9px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
#sidebar dd p{
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#sidebar dd p.ta{
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}


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

#footer p {
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	margin-right: 20px;
	margin-left: 20px;
}

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

#pankuzu ul li {
	float: left;
	margin-left: 5px;
	margin-top: 4px;
}
#pankuzu ul {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
}
#pankuzu {
	background-color: #9999FF;
	height: 22px;
	width: 900px;
	margin-left: 5px;
	margin-right: 5px;
}
#pankuzu ul li a {
	color: #0000FF;
	text-decoration: none;
}
#pankuzu ul li a:hover {
	color: #FF0000;
	text-decoration: none;
}
#wrapper #contents h2.sh a{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FF0;
	background-color: #003;
	display: block;
	text-decoration: none;
	letter-spacing: 0.5em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: 11px;
}
#wrapper #contents h2.sh a:hover{
	font-size: 18px;
	padding: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #F00;
	background-color: #003;
	display: block;
	text-decoration: none;
}

#wrapper #contents h2 {
	background-color: #333399;
}
