@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,
img a,
img a:hover {
  border: 0;
  margin: 0;
  text-decoration: none;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #E52F00;
　background-image: url(scroll_topic.jpg);
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0 auto 0;
  width: 820px;
  background: url(img/wrapper_gra_s.gif) repeat-y 0 0;
  top: 0px;
}

#header {
  position: absolute;
  top: 0px;
  padding: 0 10px 0;
  margin: 0;
  height: 99px;
}

#globalnavi {
  width: 100%;
  position: relative;
  padding: 0px 10px 0px;
  margin: 0px;
  border: 0px;
  vertical-align: bottom;
  font-size: 0px;
}

/* 実質700px */
#contents {
	position: relative;
	padding: 0 10px 0px;
	margin: 0px;
	border: 0px;
	line-height: 0px;
	vertical-align: bottom;
	font-size: 0px;
}

#footer {
	position: absolute;
	padding: 0em 0px 1.5em;
	height: 40px;
	width: 820px;
    margin: 0px;
    border: 0px;
    line-height: 0px;
    vertical-align: bottom;
    font-size: 0px;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-weight: normal;
  visibility: hidden; 
}

/* -- ロゴ -- */
.logo {
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  left: 6px;
}

.logo a {
  text-decoration: none;
  display: block;
  width: 119px;
  height: 66px;
  background: url(img/logo_top.jpg) no-repeat 0;
  margin: 20px 10px 0px;
}

.logo a:hover {
  text-decoration: none;
}

/* -- 概要 -- */
.description {
  font-size: 90%;
  position: absolute;
  top: 0.5em;
  right: 20px;
}

/* -- お問い合わせ等のリンク部分 -- */
#header table {
  list-style-type: none;
  position: absolute;
  top: 0.3em;
  right: 20px;
}

#header ul {
  list-style-type: none;
  position: absolute;
  top: 0.3em;
  right: 20px;
}

#header li {
	display: inline;
	margin-left: 0.5em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#header li a{
  text-decoration: none; 
  
}

#header li a.annai:link {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-space: 0.01em;
}

#header li a.annai:visited {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-space: 0.01em;
}

#header li a.annai:hover {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-space: 0.01em;
}

#header li a.annai:active {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-space: 0.01em;
}

/* -- ヘッダ画像部分 -- */
#header .header-bg {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

/* -- ヘッダー下マージン -- */
#header .marginheader_top {
	background: url(img/margin_header_anrakun.gif) repeat-norepeat;
	position: absolute;
	width: 800px;
	height: 12px;
	margin: 0px;
	left: 10px;
	top: 87px;
	padding: 0px;
}

#header .marginheader {
	background: url(img/margin_header_s.gif) repeat-x;
	position: absolute;
	width: 800px;
	height: 12px;
	margin: 0px;
	left: 10px;
	top: 87px;
	padding: 0px;
}

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi table {
	width: 800px;
	padding: 0;
	margin: 99px 0 0 0;
	line-height: 0px;
}

#globalnavi ul {
	width: 800px;
	padding: 0;
	margin: 99px 0 0 0;
	line-height: 0px;
}

#globalnavi ul li {
    display: inline;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
	float: left;
	margin: 0;
	line-height: 0px;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
	visibility: hidden;
	line-height: 0px;

}

/* -- 文字 -- */
#contents p {
  margin-bottom: 0em;
  margin: 0;
  padding: 0;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- バナーテーブル -- */
#contents table {
  margin: 0;
  padding: 0;
}

/* -- 以下 リスト関係 -- */
#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;
}

/* ---------------------------------------- #footer内の指定 */

#footer p {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: 100%;
}

#footer .copy {
	position: relative;
	font-style: normal;
	text-decoration: none;
	font-size: 10px;
	top: 18px;
	left: 532px;
	font-weight: lighter;
	background-position: right;
	text-align: right;
	width: 252px;
	height: 14px;
}

/* -- プライバシーポリシー等のリンク部分 -- */

#footer ul {
	list-style-type: none;
	position: absolute;
	top: 15px;
	left: 30px;
	line-height: 100%;
	width: 472px;
	height: 20px;
    padding: 2px;
}

#footer li {
	display: inline;
	color: #7F7F7F;
	margin-left: 0.5em;
	font-weight: bold;
	font-size: 11px;
}


#footer li a {
  text-decoration: none; 
}

#footer li a.annai:link {
	color: #333333;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-space: 0.01em;
}

#footer li a.annai:visited {
	color: #333333;
    font-style: normal;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-space: 0.01em;
}

#footer li a.annai:hover {
	color: #333333;
    font-style: normal;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-space: 0.01em;
}

#footer li a.annai:active {
	color: #333333;
    font-style: normal;
    text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-space: 0.01em;
}


/* モダンブラウザ（Firefox Opera Safari）対策 */
#footer .ul li:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   font-size: 0;
}

#header .ul li:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
   font-size: 0;
}

/* Win版IE7とMac版IE5対策 */
#footer .ul li {
   display: inline-block;
}

#header .ul li {
   display: inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html #footer .ul li {
   height: 1px;
}

* html #header .ul li {
   height: 0px;
}

#footer .ul li {
   display: block;
}

#header .ul li {
   display: block;
}

/* End hide from IE-mac */

/* -- フッター画像部分 -- */

#footer .footer-bg {
	position: absolute;
	margin: 0 0 0 0;
    padding: 0 0 0 10px;
    background: url(img/wrapper_gra_s.gif) repeat-y 0 0;
    top: 0px;
    width: 820px;
	height: 36px;
}

#footer .footer-bottom {
    clear: both;
    position: absolute;
    margin: 18px 0 0 0;
}


/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none;
}
