@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
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: #00f;
}
a:visited{
	color: #00f;
}
a:hover{
	color: #f00;
}
a:active{
	color: #f00;
}

img{
	border: none;
}

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

body{
	font-size: 95%;
	text-align: center;
	font-family: Verdana, "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	padding: 0;
	margin: 0;
	background : url(bg-body2015.jpg) 50% 0px / auto auto repeat-y scroll padding-box border-box transparent;
	line-height: 1.5;
}

#wrapper{
  text-align: left;
  width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}

#header{
	width: 100%;
	height: 240px;
	margin-bottom: 30px;
	position: relative;
	/*border-radius: 20px;*/
	background-image : url(tentou2015.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contents{
  width: 680px;
  float: right;
	clear: both;
}

#sidebar{
  width: 180px;
  float: left;
	font-size: 110%;
}

#footer{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1{
	font-size: 100%;
	font-weight: normal;
}

/* 企業名｜ショップ名｜タイトル */
.logo{
  font-size: 160%;
  padding-left: 20px;
  position: absolute;
  top: 30px;
  left: 0;
  background : url(bg-title.gif) 0px 50% / auto auto no-repeat scroll padding-box border-box transparent;
}

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

.logo a:hover{
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description{
  position: absolute;
  top: 60px;
  left: 0;
}

/* ナビゲーション */
.header-navi{
  list-style-type: none;
  position: absolute;
  top: 10px;
  right: 0;
}

.header-navi li{
  display: inline;
  background : url(listmark.gif) 0px 50% / auto auto no-repeat scroll padding-box border-box transparent;
}

.header-navi a{
  text-decoration: none;
  padding: 0 15px;
  color: #000;
}

.header-navi a:hover{
  text-decoration: underline;
  color: #f00;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2{
	font-size: 120%;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px 0 5px 25px;
	color: #360;
	background-image : url(bg-h.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
/*	background-color: #FFC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cf9;
	border-bottom-color: #cf9;*/
}

h3{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding: 5px;
	color: #009900;
}

h4{
  font-size: 110%;
  font-weight: bold;
	margin-top: 1em;
  margin-bottom: 1em;
}

h5,h6{
  font-size: 120%;
  font-weight: normal;
	margin-top: 3em;
  margin-bottom: 1em;
  padding: 5px 0 5px 25px;
  background : url(bg-h.gif) 0px 50% / auto auto no-repeat scroll padding-box border-box transparent;
  color: #360;
}

/* 文字 */
#contents p{
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
.side-title{
	width: 180px;
	margin-bottom: 0;
  padding-bottom: 1px;
  border-bottom: 1px solid #9c0;
  color: #9c0;
}

/* サイドバーメニュー */
.localnavi{
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li{
	display: inline;
}

.localnavi li a{
	text-decoration: none;
	width: 170px;
	display: block;
	border-bottom: 1px solid #cf9;
	color: #333;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

.localnavi li a:hover{
	text-decoration: none;
	color: #f00;
	background-color: #FFC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f00;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p{
	text-align: center;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds{
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  clear: both;
}

#cds,
#cds a,
#cds a:hover{
  text-decoration: none;
  color: #ccc;
}
#wrapper #sidebar .localnavi .activeli{
	width: 180px;
	display: block;
	background-color: #FFC;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #9c0;
	border-bottom-color: #9c0;
	border-top-style: solid;
}
