@charset "Shift_JIS";

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

a:link {
  color: #0000ff;
  text-decoration: underline;
}



/* ---------------------------------------- フォントスタイル フォントサイズ */
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-line {
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	}
/* -- コンテンツ サイドバーブロックの幅はここで指定-- */
#container {
  text-align: left;
  height:524px;
  width:922px;
  margin: 0 auto 0 auto;
  background-image:url(../img/top_mainimages.jpg);
  background-repeat:no-repeat;
}

/* -- サイドバーの幅分マイナス -- */
#container-inner {
  width: 180px;
}


/* -- フッターの外枠 -- */
#footer {
clear:both;
  width: 100%;
  height:69px;
  margin: 0 auto;
  padding: 1em 0 1em;
  background-image:url(../img/top_footer_background.jpg);
  color: #000000;
  border-top: 1px solid #000000;
}

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

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

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

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
width:50%;
  font-size: 1.8em;
  margin-bottom: 0.5em;
  position:relative;
  top:-10px;
  left:10px;

}



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

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

/* --見出し-- */
h2 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 10px 0 10px 10px;
  background-image:url(../img/h2_back.jpg);
}

h3 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 5px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

h4,h5,h6 {
  font-size: 1em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
}

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

/* --文字-- */
#contents p {
float:left;
margin:8px 8px 8px 23px;
}

#contents ul {
clear:both;
padding:15px 15px 15px 25px;
position:relative;
left:15px;
width:100%;
list-style-image:url("../img/side_icon_main.png");
}

#contents li {
margin-bottom:5px;
font-size:1.2em;
}

#contents li a {
  width: auto;
    display: block;
	}

#contents ul ul {
padding:5px 0px 0px 0px;
margin-bottom:15px;
width:100%;
list-style-image:url("../img/side_icon_sub.png");
}

#contents li ul li {
margin-bottom:7px;
font-size:10pt;
}

#contents a:hover {
width:auto;
border-bottom: 1px solid #ff00aa;
}

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

/* --カテゴリタイトル-- */
.sidetitle {
  padding: 0.5em 0;
  font-size:16px;
}

/* --リスト-- */
.localnavi {
list-style-image:url("../img/side_icon_sub.png");
  margin-bottom: 2em;
  margin-left:1.2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: list-item;
  width: 170px;
  padding: 0.5em 0.1em;
  color: #000000;
}

.localnavi a:hover {
  text-decoration: none;
  color: #000000;
  background-color:#999999;
}

/* ---------------------------------------- #undernavi内の指定*/
#undernavi p { 
	text-align: right;
	padding:0px 30px 0px 0px;
	color:#aaaaaa;
}

/* ---------------------------------------- #footer内の指定*/
#footer p { 
text-align: center;
font-size:small;
color:#777777;
 }