@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #0066FF;
  text-decoration: underline;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	font-size: 12px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	padding: 0;
	margin: 0;




}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	width: 800px;
	border: 1px solid #006699;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;


}

#header {
	padding: 20px 10px 10px;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(img/top01.jpg);
	background-repeat: no-repeat;
	height: 230px;

}

#contents {
	float: right;
	width: 622px;
	border-left: 1px solid #006699;
	padding-top: 5px;
	padding-bottom: 4em;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;



}

#sidebar {
	float: left;
	width: 147px;
	padding-top: 5px;
	padding-bottom: 2em;
	padding-left: 5px;




}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #006699;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
	text-align: left;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;

}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
	font-size: 20px;
	padding-top: 8px;
	padding-bottom: 8px;



}

.logo a {
  text-decoration: none;
  color: #FFFFFF;
}

.logo a:hover {
  text-decoration: none;
  color: #8CD1FF;
}

/* -- 概要 -- */
.description {
	font-size: 12px;
	padding: 2px;

}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
	font-size: 16px;
	padding: 5px 0 5px 5px;
	border-left: 10px solid #006699;
	border-bottom: 1px solid #006699;
	margin-bottom: 20px;
	margin-top: 25px;



}

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-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;

}

/* -- リスト -- */
.localnavi {
	list-style-type: none;



}

.localnavi li {
	display: inline;

}

.localnavi a {
	text-decoration: none;
	display: block;
	width: 147px;
	color: #000000;
	background-image: url(img/btn01.jpg);
	margin-bottom: 5px;
	height: 28px;
	line-height: 30px;
	padding-left: 10px;
	background-repeat: no-repeat;
	font-size: 11px;














}

.localnavi a:hover {
	text-decoration: none;
	color: #006699;
	background-image: url(img/btn01_on.jpg);

}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }
.t01 {
	padding-left: 8px;

}
.midashi {
	padding-left: 10px;
}
