@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
	font-size: 18px;
	font-weight: lighter;
	color: #FE7902;
	text-decoration: none;
}
#wrapper #header a {
	font-size: x-large;
	font-weight: lighter;
	color: #FE7902;
}


a:visited {
	color: #FE7902;
	font-weight: lighter;
	text-decoration: none;
	text-transform: none;
	font-size: 18px;
}

a:hover {
	color: #FE7902;
	font-weight: lighter;
	text-decoration: none;
	font-size: 18px;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 0.8em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(0044.gif);
	background-repeat: repeat-x;
	color: #666666;
}

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

#wrapper {
	text-align: left;
	width: 959px;
	border: 1px solid #cccccc;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: none;
	background-color: #000000;
}

#header {
	border-bottom: 1px solid #cccccc;
	background-image: none;
	background-color: #000000;
	font-size: 18px;
	color: #FE7902;
	text-decoration: none;
	font-weight: lighter;
}

#globalnavi {
	width: auto;
	position: absolute;
	height: auto;
}

#container {
	float: right;
	width: 100%;
	margin-left: -700px;
}

#contents {
	float: right;
	width: 100px;
	border-left: 1px solid #cccccc;
	padding-top: 2em;
	padding-right: 30px;
	padding-bottom: 4em;
	padding-left: 10px;
}

#sidebar {
	float: none;
	width: auto;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 2em;
	padding-left: 10px;
	background-image: none;
}

#footer {
	clear: both;
	padding: 0.5em 0 1em;
	border-top: 1px solid #cccccc;
	background-image: url(0044.gif);
	background-repeat: repeat-y;
}

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

/* -- 見出しレベル1 -- */
h1 {
	text-align: right;
	font-size: 1em;
	font-weight: lighter;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
	text-decoration: none;
	background-color: #ffffff;
	color: #FE7902;
	font-weight: lighter;
}

.logo a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #FE7902;
	font-weight: lighter;
	font-size: 24px;
}

/* -- 概要 -- */
.description { }

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi ul {
	width: 100%;
	list-style-type: none;
	position: absolute;
	background-color: #0099ff;
	top: -384px;
	left: 349px;
}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 2px groove #cccccc;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #0099ff;
  color: #000000;
}

#globalnavi li a:hover {
	background-color: #FE7902;
	color: #FE7902;
	font-weight: lighter;
	font-size: 24px;
}

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

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #CCCCCC;
	font-weight: 100;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#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; }

/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }
