@charset "Shift_JIS";

/*	スタイルシート　[ 鹿児島県防災研修センター：全ページ共通 ]
=================================================================== */
/* 再定義 */
body {
	font: normal 90%  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #fff;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link    {color: #36c;background-color: transparent;text-decoration: underline;}
a:visited {color: #36c;background-color: transparent;text-decoration: underline;}
a:hover   {color: #f60;background-color: transparent;text-decoration: underline;}
a:active  {color: #f60;background-color: transparent;text-decoration: underline;}

h1 {margin: 0;padding: 0;}
h2 {display: none;}
h3 {margin: 0;padding: 0;}
h4 {margin: 0;padding: 0;}
h5 {margin: 0;padding: 0;}
h6 {margin: 0;padding: 0;}

img {
	border: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
table {
	_font-size: 90%; /* ie6 */
}

/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#Container {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

/*	ヘッダ枠組み
=================================================================== */
div#areaHeader {
	border-bottom: #fcc 5px solid;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
div#Header {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
div#Header img {
	vertical-align: bottom;
}

/* h1 */
div#Header h1 {
	float: left;
	margin: 3px 0 5px 0;
	width: 300px;
}

/* Utility */
div#Utility {
	float: right;
	text-align: right;
	width: 345px;
}
div#Utility ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#Utility ul li {
}

/* 開館時間、休館日 */
div#Utility div#hour {
	margin: 20px 0 0 0;
}

/*  */
p.skip {
	display: none;
}
/*	コンテンツ枠組み
=================================================================== */
div#Contents {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 900px;
}

/*	メインコンテンツ
=================================================================== */
div#MainContents {
	float: right;
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 660px;
}
div#MainContents p {
	line-height: 140%;
}
div#MainContents li {
	line-height: 140%;
}
div#MainContents td {
	line-height: 140%;
}

/* パンくず */
div#TopicPath {
	font-size: 90%;
	margin: 0 0 10px 0;
}

/* h3 */
div#MainContents h3 {
	margin: 0 0 20px 0;
}
div#MainContents h3 img {
	vertical-align: bottom;
}

/* h4 */
div#MainContents div.deco_h4 {
	margin: 15px 0;
	width: 100%;
}
div#MainContents h4 {
	background: url(../images/h4_back.jpg) repeat-x;
	border: #dbdbdb 1px solid;
	color: #666;
	font-size: 100%;
	margin: 1px 0 0 0;
	padding: 5px 0 5px 20px;
	width: 638px;
	_width: 660px; /* ie6 */
}

/*  */
.wrapper {
	width: 100%;
}

/* 写真3枚 */
ul.photho {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.photho li {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 220px;
}
ul.photho li p {
	padding: 5px 0 0 0;
}

/* カレンダー */
.calendar {
}
.calendar ul {
  list-style: none;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.calendar ul li {
  display: inline-block;
  padding: 0 5px;
}
.bg01 {color: #AD2D2D;}
.bg02 {color: #7EC225;}
.bg03 {color: #668CD9;}
.bg04 {color: #5CA632;}
.bg05 {color: #DAC8B0;}
.bg06 {color: #E0C240;}


/* 重要なお知らせ */
.emergency {
  position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border-radius: 8px;
  border: #c00 3px solid;
}
.emergency .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #c00;
    font-weight: bold;
}
.emergency p {
    margin: 0; 
    padding: 0;
}
.emergency-list  {
 list-style-position: inside;
  margin: 10px;
  padding: 0;
}
.emergency-list li {
  padding: 5px 10px;
  font-size: 1.1em;
  border-bottom: 1px #ccc dashed;
}
.emergency-list li:last-child {
  border-bottom: none;
}
.emergency-list li a:link {
  color: #c00;
  text-decoration: none;
}
.emergency-list li a:visited {
  color: #c00;
  text-decoration: none;
}
.emergency-list li a:hover   {color: #f60;background-color: transparent;text-decoration: underline;}
.emergency-list li a:active  {color: #f60;background-color: transparent;text-decoration: underline;}

/*	サイドコンテンツ
=================================================================== */
div#SideContents {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 220px;
}
div#SideContents img {
	vertical-align: bottom;
}

/* グローバル */
div#Navigation {
	background: url(../images/side_back.gif);
	margin: 0 0 20px 0;
	padding: 0 0 3px 0;
	text-align: center;
	width: 220px;
}
div#Navigation h3 {
}
div#Navigation ul {
	list-style: none;
	margin: 8px auto;
	_margin: 8px 0; /* ie6 */
	padding: 0;
	text-align: left;
	width: 200px;
}
div#Navigation ul li {
	margin: 0 0 3px 0;
}
div#Navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#Navigation ul li ul li {
	background: url(../images/sidemenu_back.jpg) repeat-x 10px top;
	background-color: #dcdcdc;
	border-bottom: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	font-size: 90%;
	margin: 0;
	padding: 5px 5px 5px 10px;
	_width: 200px; /* ie6 */
}
div#Navigation ul li ul li img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
div#Navigation ul li ul li a {
	text-decoration: none;
}

/* バナー */
div.SideBn {
}
div.SideBn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.SideBn ul li {
	margin: 0 0 5px 0;
}

/*	フッタ枠組み
=================================================================== */
div#areaFooter {
	border-top: #fcc 3px solid;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	text-align: center;
	width: 100%;
}
div#Footer {
	margin: 15px auto 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
address {
	color: #666;
	font-size: 90%;
	font-style: normal;
}
#copyright {
	color: #999;
	font-size: 80%;
}

/* ※※※※※※　クラス定義　※※※※※※ */
.noDisplay {
	display: none;
	margin: 0;
	padding: 0;
}
/* 日本語段落  */
.jpara {
	text-indent: 1em;
}

/* color */
.red {
	color: #CC3300;
}
.blue {
	color: #369;
}
.orange {
	color: #FF6633;
}
.pink {
	color: #FF6699;
}

/* ブロック要素配置用 */
.setRight {
	float: right;
	display: block;
	padding: 0 0 8px 8px;
}
.setLeft {
	float: left;
	display: block;
}
.setClear {
	clear: both;
	font: 0px/0px sans-serif;
}
/*  */
.v-bottom {
	vertical-align: bottom;
}
.v-middle {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.f-big {
	font-size: 120%;
}
.point {
	color: #28229C;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
}
/* スペース */
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}
.spaceTop01 {
	padding-top: 1em;
}
.spaceTop02 {
	padding-top: 2em;
}
/* リスト要素 */
.ulCircle {
	list-style-type: circle;
}
.ulSquare {
	list-style-type: square;
}
.ulDecimal {
	list-style-type: decimal;
}
.ulNone {
	list-style-type: none;
}
/* テーブル幅 */
.tdwidth10 {
	width: 10%;
}
.tdwidth15 {
	width: 15%;
}
.tdwidth20 {
	width: 20%;
}
.tdwidth25 {
	width: 25%;
}
.tdwidth30 {
	width: 30%;
}
.tdwidth33 {
	width: 33%;
}
.tdwidth35 {
	width: 35%;
}
.tdwidth40 {
	width: 40%;
}
.tdwidth50 {
	width: 50%;
}
.tdwidth60 {
	width: 60%;
}
.tdwidth70 {
	width: 70%;
}
/* テーブル用飾り(上下実線) */
.tdLineTopBottomSolid {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
/* テーブル用飾り(下実線) */
.tdLineBottomSolid {
	border-bottom: 1px #999999 solid;
}
/* テーブル用飾り(上下破線) */
.tdLineTopBottomDashed {
	border-top: 1px #999999 dashed;
	border-bottom: 1px #999999 dashed;
}
/* テーブル用飾り(上破線) */
.tdLineTopDashed {
	border-top: 1px #999999 dashed;
}
/* テーブル用飾り(下破線) */
.tdLineBottomDashed {
	border-bottom: 1px #999999 dashed;
}

/* table（実線） */
table.thPink {
	background-color: #ccc;
	margin: 10px 0;
}
table.thPink th {
	background-color: #FFEAE8;
	text-align: left;
}
table.thPink th.text-center {
	text-align: center;
}
table.thPink td {
	background-color: #fff;
}
/* table（下線のみ） */
table.thPink02 {
	margin: 10px 0;
}
table.thPink02 th {
	background-color: #FFEAE8;
	border-bottom: #FF9999 1px dotted;
	text-align: left;
}
table.thPink02 th.text-center {
	text-align: center;
}
table.thPink02 td {
	background-color: #fff;
	border-bottom: #bbb 1px dotted;
}


/* 先頭へ戻る */
.backToTop {
	font-size: 90%;
	margin: 10px 5px 5px 0;
	text-align: right;
}

.backToTop a:link    { text-decoration:none; }
.backToTop a:visited { text-decoration:none; }
.backToTop a:hover   { text-decoration:underline;}
.backToTop a:active  { text-decoration:none; }
