@charset "utf-8";

@import url(eachstyle.css);

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] ページトップへのリンク指定
[7] 制作者へのリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #039; }
a:visited { color: #00f; }
a:hover { color: #f33; }
a:active { color: #f33; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 85%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 95%;
	background: url(../img/bg-wrapper.jpg) no-repeat 0 0;
}

#header {
  height: 110px;
  padding-top: 10px;
  background: url(../img/bg-header.jpg) no-repeat 100% 0;
}

#header-inner {
  width: 100%;
  height: 100%;
}

#container {
  width: 100%;
  float: left;
  margin-right: -160px;
}

#contents {
  width: 100%;
  float: right;
  margin-left: -220px;
}

#contents-inner { margin: 0 180px 0 240px; }

#left-sidebar {
  width: 200px;
  float: left;
  padding: 0 10px;
}

#right-sidebar {
  width: 160px;
  float: right;
}

#footer { }

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0.5em;
  padding-left: 240px;
  color: #000;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 240px;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
  margin-bottom: 20px;
  padding-left: 240px;
  color: #000;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */
/* -- 見出し -- */
h2,h3,h4,h5,h6 {
  font-size: 120%;
  margin-bottom: 0.5em;
  padding-left: 30px;
  border-left: 2px solid #cc9;
  border-bottom: 1px solid #cc9;
  background: url(../img/bg-h.jpg) no-repeat 0 0;
}

h3,h4,h5,h6 { margin-top: 3em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

#contents p.textright {
text-align:right;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
#contents-inner .entry textarea {
  width: 570px;
  height: 100px;
  margin: 0 0 1em;
  padding: 14px;
  border: 1px solid #ccc;
}

#contents-inner pre {
  font-family: monospace;
  font-size: 110%;
  line-height: 1.2em;
  margin: 0 0 1.5em;
  padding: 10px 0 19px 20px;
  background-color: #fff;
  color: #333333;
  overflow: auto;
  border-bottom: 1px solid #ccc;
  border-left: 10px solid #ccc;
}

#contents-inner pre span {
  background-color: #fff;
  color: #CC0000;
}

#contents-inner blockquote {
  margin: 2em 0 0 1em;
  padding: 10px 20px;
  background-color: #eaeaea;
  color: #036;
}

#contents-inner dd p { margin: 0 0 0.5em; }
#contents-inner ul,ol,dl,table {
  margin-top: 0;
  margin-bottom: 1em;
}
#contents-inner li {
  margin: 0 0 0.5em 2em;
  padding: 0;
}
#contents-inner dt {
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0;
}
#contents-inner dd {
  margin: 0 0 1em;
  padding: 0 0 0 30px;
}
#contents-inner th,td {
  text-align: left;
  font-size: 95%;
  margin: 0;
  padding: 0;
}
#contents-inner caption {
  text-align: right;
  background-color: #fff;
  color: #006;
  border-bottom: 1px solid #ccc;
}

/* -- 表示・非表示 -- */
div.active{display:block;}
div.inactive{display:none;}


/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* -- サイドバータイトル -- */
.side-title {
	font-weight: bold;
	padding-bottom: 2px;
	color: #69C;
}

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
}

.localnavi li { display: inline; }

.localnavi a {
	font-size: 90%;
	text-decoration: none;
	width: 190px;
	padding: 4px 4px;
	display: block;
	border: 1px outset #cc9;
	background-color: #E0E0F3;
	color: #000;
}

.localnavi a:hover {
	text-decoration: none;
	border: 1px outset #cc9;
	background-color: #69C;
	color: #f00;
}

#right-sidebar .localnavi li a {
  font-size: 90%;
  text-decoration: none;
  width: 150px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #fff;
  background-color: #eee;
  color: #000;
}

#right-sidebar .localnavi li a:hover {
	text-decoration: none;
	border: 1px outset #fff;
	background-color: #E0E0F3;
	color: #f00;
}

.sidebar-dl {
  font-size: 90%;
  margin: 0 0 20px;
}

.sidebar-dl dt {
	text-align: center;
	padding: 4px 0;
	background-color: #69C;
	color: #000;
}

.sidebar-dl dd {
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #000;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
  text-align: center;
  padding-bottom: 10px;
}

/* -------------------------------------------------------------
   [6] ページトップへのリンク指定 */

p.pagetop {
	height: 12px;
	margin: 30px 0 20px;
	min-height: 12px;
	font-size: 80%;!important;
	text-align: right;
}

p.pagetop img {
	margin-right: 5px;
	vertical-align: middle;
	}

/* -------------------------------------------------------------
   [7] 制作者へのリンク指定 */

#auth {
	height:28px;
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent:45px;
	margin: 0;
	padding-left: 10px;
	clear: both;
	background: url(../img/bg-auth.png) no-repeat 0 0;
	padding-top: 6px;
}

#auth,
#auth a,
#auth a:hover {
	text-decoration: none;
	color: #69C;
}


