@charset "Shift_JIS";

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

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

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

a:hover {
  color: #0000ff;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: 0.8em;
  line-height: 1.3;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  color: #666666; /* 標準文字色 */
  background-image: url("index_image100.gif");   
  background-repeat:repeat-x; /* 背景画像を横方向に繰り返しす */  
}

td, th {
	padding: 5px 5px;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
    font-size: 70%;
}

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

/* -- ヘッダーの外枠 -- */
#header {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  color: #666666;
}

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

/* -- コンテンツ サイドバーブロックの幅はここで指定 -- */
#container {
  text-align: left;
  width: 800px;
  margin: 0 auto;
}

/* -- サイドバーの幅分マイナス -- */
#container-inner {
  float: right;
  width: 100%;
  margin-left: -220px;
}

/* -- サイドバーの幅分余白 -- */
#contents {
  margin-left: 220px;
  padding: 2em 20px 4em 20px;
}

/* -- サイドバーの幅指定 -- */
#sidebar {
  float: left;
  width: 200px;
  padding: 2em 10px;
}

#undernavi {
  clear: both;
  text-align: right;
  padding: 0.5em 0 1em;
}

/* -- フッターの外枠 -- */
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 1em 0 2em;
  background: #000080;
  color: #666666;
}

/* -- フッターブロックの幅はここで指定 -- */
#footer-inner {
  width: 800px;
  margin: 0 auto;
}

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

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

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

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #ffffff;
}

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

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

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 1em;
  font-weight: normal;
  color:#000099;
}

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

/* -- 文字 -- */
#contents p {
 margin: 0px 20px 1.5em 20px;
font-size:96%;
line-height:140%;color:#666666;
}

/* -- パン屑リスト -- */
#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; 
}

.new {
	height: 600px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
       border-top: 1px solid #000080;	/*What's Newのフチの上ライン*/
	border-right: 1px solid #000080;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #000080;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #000080;		/*What's Newのフチの左ライン*/
	background: #ffffff;	/*What's Newボックスの背景色*/
}




/* ---------------------------------------- #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: 190px;
  padding: 0.5em 5px;
  background-color: #f5f5f5;
  color: #666666;
  border-bottom: 1px solid #cccccc;
}

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

/* ---------------------------------------- #undernavi内の指定 */
#undernavi p {
	text-align: right; 
}

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

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

.Class{
  color : blue;
}
