﻿@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
list-style:none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #87CEEB; /* 背景カラーを変更 */
}

#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	background-image: url(images/top/bk_cont.jpg); /* 背景イメージを変更 */
}

#navibar {
	width: 180px;
	float: left;
}

/* ここから下ナビゲーションボタンに関する設定 */
#navibar #btn00 a {
	height: 32px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/contents.jpg);
	margin-bottom: 1px;
}
#navibar #btn01 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/11.gif);
	margin-bottom: 1px;
}
#navibar #btn02 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/12.gif);
	margin-bottom: 1px;
}
#navibar #btn03 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/13.gif);
	margin-bottom: 1px;
}
#navibar #btn04 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/14.gif);
	margin-bottom: 1px;
}
#navibar #btn05 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/15.gif);
	margin-bottom: 1px;
}
#navibar #btn06 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/16.gif);
	margin-bottom: 1px;
}
#navibar #btn07 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/17.gif);
	margin-bottom: 1px;
}
#navibar #btn08 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/18.gif);
	margin-bottom: 1px;
}

#navibar #btn09 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/19.gif);
	margin-bottom: 1px;
}

#navibar #btn10 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/20.gif);
	margin-bottom: 1px;
}

/* ここまでナビゲーションボタンに関する設定 */


#maincontent {
	width: 600px; /* 横幅を変更 */
	float: right;
	font-size: 12px;
	line-height: 16px;
	height: 500%; /* 高さを設定 */
}


/* ここからメインコンテンツの中身に関する設定 */
#maincontent  h5 {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	padding-bottom: 5px;
}

#maincontent  p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

#topic01 {
	height: 165px;
	width: 380px;
	background-image: url(images/top/top2.jpg);
	padding-left: 180px;
	padding-top: 80px;
	padding-right: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#topic02 {
	margin-right: auto;
	margin-left: auto;
	width: 570px;
}

#topic03 {
	height: 200px;
	margin-left: auto;
	width: 540px;
	margin-right: auto;
	padding-top: 10px;
}

.topic04 {
	height: 110px;
	float: left;
	width: 269px;
	margin-left: 20px;
}

.topic04  h6 {
	padding-bottom: 10px;
}

.topic04  img {
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}
/* ここまでメインコンテンツの中身に関する設定 */


#footer {
	clear: both;
	width: 100%;
	background-color: #2f1977; /* 背景カラーの設定 */
	height: 30px;
}

#footer h6 {
	/* フォントタイプを削除 */
	font-size: 10px;
	color: #FFFFFF; /* フォントカラーの変更 */
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 1px; /* 文字間の設定 */
}


/* ここからコンテンツページに関する設定 */
#topic05 {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#topic05 h5 {
	font-weight: normal;
	color: #483D8B;
        font-family: Taroma;
	font-size: 25px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
}

#topic05 h6 {
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	padding-top: 1px;
	padding-left: 10px;
	padding-bottom: 10px;
}


#ft2 { filter: progid:DXImageTransform.Microsoft.alpha(style=2, opacity=100, finishopacity=0) }

#h7 {
  border-top-color: #9999cc; /* 上枠の色 */
  border-bottom-color: #cc9999; /* 下枠の色 */
  padding: 2px; /* 余白の幅 */
  border-style: double; /* 枠の種類 */
  border-width: 4px 0px; /* 枠の幅 */
  line-height: 130%; /* 行の高さ */
}

/* ここまでコンテンツページに関する設定 */