@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

img {
	border:none;
	vertical-align:top;
	margin: 2px 0px 2px 0px;
}

iframe {
	margin: 5px 10px 10px 0px;
}


/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size:0.9em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #696969;
  padding: 0;
  margin: 0;
}

#top #header {
	background: url(../img/bg.jpg) no-repeat right top;
  height: 140px;
}
/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 1000px;

}

#header {
  padding: 10px 20px 20px ;

}

#container {
  float: left;
  padding: 10px ;
  width: 780px;
}

#contents {
  float: left;
  width: 980px;
  padding: 0px 10px 4px 10px;
  font-size:0.9em;
}

/* ---------------------------------------- ナビ上に関する指定 */

#global_navi {
	list-style:none;
	width: 90px;
	clear:both;
	font-size:1em;
  padding: 13px 0px 5px;
}
#global_navi ul {
	list-style:none;
	width: 1000px;
	margin-bottom:3px;
}
#global_navi ul li {
	list-style:none;
	width:139px;
	margin:0;
	float:left;
	border-right:1px solid #999999;
	background:#302522 url(../monzen/img/navi_top.jpg) repeat-x left bottom;
	font-weight:bold;
	font-size:1em;
}
#global_navi ul li.gnavi_last {
	border-right:none !important;
}
#global_navi ul li a {
	list-style:none;
	padding:7px 5px 7px 15px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	background:url(../images/pnt_gnavi.gif) no-repeat 5px 9px;

}
#global_navi ul li a:hover {
	list-style:none;
	color:#FFCC00;
	display:block;

}
#global_navi ul:after {
	list-style:none;
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ----------------------------------- contents_top トップ中央*/
.contents_top {
	margin-bottom:5px;
}
.contents_top ul {
	list-style:none;
	clear:both;
  	line-height: 1.4em;
}
.contents_top ul:after {
	list-style:none;
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
.contents_top ul li {
	list-style:none;
	float:left;
	margin:0 5px 10px 10px !important;
	padding: !important;
	width:218px !important;
	background:none !important;
	border:none !important;

}
.contents_top ul li img {
	list-style:none;
	padding:2px;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}
.contents_top ul li a:hover img {
	list-style:none;
	border:1px solid #CC9999;
}
.contents_top ul li.last {
	list-style:none;
	margin:0 0 10px 0 !important;
}

#footer {
  font-size:0.9em;
  clear: both;
  padding: 0.5em 0 1em;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 0.9em;
  font-weight: normal;
}

/* -- ロゴ部分 -- */
.logo {
  font-size: 1em;
  margin-bottom: 8px;
}

.logo a {
  font-size: 1em;
  margin-bottom: 0.5em;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;

  color: #ff0000;
}

/* -- 概要 -- */
.description {  font-size: 0.9em;
  margin-bottom: 10px 0px 0px 0px; 
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h5,h6 {
  font-size: 1em;
  margin-bottom: 1em;
  padding: 2px 0 2px 5px;
  border-left: 10px solid #dc143c;
  border-bottom: 1px solid #dc143c;
}

h3,h5,h6 { margin-top: 1.2em; }


/* -- 見出し4段専用 -- */
h4 {
  font-size: 1em;
  margin-bottom: 1px;
  padding: 2px 0 2px 10px;
  border-left: 10px solid #dc143c;
  border-bottom: 1px solid #dc143c;
}

h4 { margin-top: 0.2em; }


/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

/* -- パン屑リスト -- */
#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: 5px 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2px;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 190px;
  padding: 3px 0px;
  background-color: #######;
  color: #0000ff;
  border-bottom: 1px solid #######;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #######;
  color: #000000;
  border-bottom: 1px solid #6b8e23;
}

/* ---------------------------------------- #footer内の指定 */
#footer p {
　　text-align: center; 
}

