@charset "Shift_JIS";

/* 共通設定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #233587;
  text-decoration: none;
}

a:visited {
  color: #6CF;
  text-decoration: none;
}

a:hover {
  color: #FC6;
  text-decoration: none;
}

img {
	border: none;
}

img.pageheadimg {
	margin-bottom: 30px;
}

img.hidariall {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}


img.migiall {/* ---代表あいさつ--- */
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}


/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 13px;
  text-align: center;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  padding: 0;
  margin: 0;
}

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

/* -- ヘッダーの外枠 -- */
#header {
	background: url(images/bg-head.jpg) top repeat-x;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  height: 177px;
}

/* -- ヘッダーブロックの幅はここで指定 -- */
#header-inner {
  width: 950px;
  margin: 0 auto;
  padding: 12px 0 10px;
  position: relative;
}

h1 {
	margin: 0;
  text-align: right;
  font-size: 11px;
  font-weight: normal;
}


#header-inner #hdinfo {
	top: 35px;
	right: 0;
	position: absolute;	
}


#header-inner ul {
	top: 100px;
	left: 0;
	position: absolute;	
list-style-type: none;
}
#header-inner li {
float: left;
}


/*画像リンク透明度*/
#header-inner li a img {
filter: Alpha(opacity=100);
opacity: 1.0;
}

#header-inner li a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8;
position: relative;
}


#container {
	background: url(images/bg-sub_con.jpg) top repeat-x;
	width: 100%;
	text-align: left;
}
#container h2 {
	margin: 0;
	padding: 0;
	display: block;
	width: 950px;
	height: 188px;
	text-indent: -9999px;
}

#box {
	margin: 0 auto;
	width: 950px;
}
#boxa {
	float: right;
	margin-bottom: 45px;
	margin-left: 30px;
	width: 640px;
}
#boxb {
	float: left;
	margin-bottom: 52px;
	width: 280px;
}


/*画像リンク透明度*/
#boxa a img {
filter: Alpha(opacity=100);
opacity: 1.0;
}

#boxa a:hover img {
filter: Alpha(opacity=80);
opacity: 0.8;
position: relative;
}

#boxa h3 {
	background: url(images/con01.jpg) top left no-repeat;
	margin: 0 0 25px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: nomal;
	line-height: 37px;
}

#boxa h4 {
	background: url(images/con02.jpg) top left no-repeat;
	margin: 0 0 18px;
	padding-left: 17px;
	font-size: 15px;
	font-weight: nomal;
	line-height: 33px;
	color: #005A87;
}

#boxa p {
	margin-bottom: 15px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.7em;
}

/* -- サブページ共通 -- */

#boxa table.t1 {
	border: 3px #CDCDCD solid;
	margin-bottom: 20px;
	padding: 11px 13px;
	width: 100%;
}
#boxa table.t1 td {
	background: url(images/con03.gif) left no-repeat;
	padding: 2px 0 2px 17px;
	font-size: 12px;
}

#boxa table.t1 td.t1nasi {
	background: none;
}




#boxb a:visited {
  color: #233587;
  text-decoration: none;
}
#boxb h3 {
	margin: 0;
}
#boxb h4 {
	margin: 0 0 10px;
}
#boxb h5 {
	margin: 0 0 10px;
}

#boxb ul {
	margin: 0 0 20px;
}
#boxb li {
	background: url(images/left-bt-bg.jpg) top left no-repeat;
	line-height: 37px;
	font-size: 12px;
	padding-left: 30px;
	list-style-type: none;
}



/* -- フッターの外枠 -- */
#footer {
  clear: both;
	background: url(images/bg-foot.jpg) bottom repeat-x;
  width: 100%;
}

/* -- フッターブロックの幅はここで指定 -- */
#footer-inner {
	position: relative;/* -- これが味噌 -- */
  width: 950px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #FFF;
  min-height: 215px;
}


#footer-inner #ftttop {
	top: 1px;
	right: 0;
	position: absolute;	
}

#footer-inner ul {
	padding-top: 10px;
}

#footer-inner ul li {
	border-left: 1px #1D3992 solid;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}

#footer-inner ul li a {
	color: #1D3992;
	text-decoration: none;
}
#footer-inner ul li a:hover {
	color: #F90;
}
#footer-inner ul li.nashi {
	border-left: 1px #FFF solid;
}


#footer-inner dl {
	margin: 0;
	padding-top: 38px;
	width: 580px;
}

#footer-inner dt {
	width: 12em;
	float: left;
	padding: 10px 0 39px 3px;
	line-height: 125%;
	font-size: 14px;
	font-weight: bold;
}

#footer-inner dd {
	margin: 0;
	padding: 10px 3px 0 6.6em;
	line-height: 125%;
	font-size: 12px;
}

#footer-inner #footinfo {
	top: 73px;
	right: 0;
	position: absolute;	
}

#footer-inner address {
	clear: both;
	margin: 0 auto;
	padding: 39px 0 0;
	line-height: 157%;
	font-size: 11px;
	text-align: center;
	color: #808080;
	font-style: normal;
}



/* ---------------------------------------- #contents内の指定 */



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

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}


/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }




/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

