@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: #fff; }
a:visited { color: #fff; }
a:hover { color: #f00; }
a:active { color: #f00; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 13px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #eee;
}

#wrapper1 {
  width: 970px;
  margin: 20px auto;
}

#wrapper {
  text-align: left;
  width: 800px;
  border: 1px solid #333;
  background-color: #fff;
  float : left ; 
}

#header {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
  }

#container {
  margin-bottom: 40px;
  padding: 3px 0 0;
  }

#contents {
  width: 760px;
  padding: 0 20px 0 20px;
  margin-top: 17px;
}

#sidebar {
  float: right;
}

#footer {
  padding: 10px 0 10px;
  background: #fff;
}


.wrapping {
float : left ; 
margin:0 20px 20px 0;
clear: both;
}



div.grid
{
  clear: both;
}

#news
{
  border: 1px solid #bdb76b;
  height: 75px;
  width: 600px;
  margin-bottom: 30px;
  margin-left: 10px;
  background: #fff url(img/news.jpg) no-repeat;
}

#news2 {
  float : right ; 
  border: 0px solid #bdb76b;
  height: 100px;
  width: 100px;
  margin-bottom: 10px;
  margin-right: 15px;
  clear: both;
}

#news3 {
  float : right ; 
  border: 0px solid #ccc;
  height: 100px;
  width: 150px;
  margin-bottom: 10px;
  margin-right: 15px;
  clear: both;
}

#booknews
{
  border: 3px solid #bdb76b;
  height: 180px;
  width: 730px;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 10px;
  background: #fff url(img/booknews.jpg) no-repeat;
}


#booknews2
{
  border: 1px solid #bdb76b;
  height: 100px;
  width: 750px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5px;
 }
 
#header-inner {
  background: url(img/header-inner.jpg) no-repeat;
  height: 40px;
  margin: 0px;
}


div.grid div.section
{
  float:left;
  height: 170px;
  width: 120px;
  padding:10px 10px 20px 20px;
  text-align: left;
}

div.grid div.top
{
  float:left;
  height: 30px;
  width: 30px;
  padding:10px 0px 10px 8px;
  text-align: left;
}

div.grid div.section div.title
{
  margin: 0; 
  padding: 0; 
  width: 100px;
  font-size: 11px;
  height: 1.5em;
  background-color: #ffffff;
}

div.grid div.section div.title h3
{
  margin: 0 3px 0 0px;
  color: #000;
  font-size: 0.9em;
  text-align:left;
  font-weight: normal;
  
}

ul {
margin:0 0 10px 0px;
}

li {
font-size: 12px;
color: #000000;
line-height: 16px;
padding-left: 4px;
list-style-type: none;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1 {
  font-size: 100%;
  font-weight: normal;
  position: absolute;
  top: 20px;
  right: 10px;
}

img.title {
  margin-bottom: 10px;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 160%;
  position: absolute;
  top: 20px;
  left: 20px;
}

.logo a {
  text-decoration: none;
  color: #000;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
  position: absolute;
  top: 50px;
  left: 20px;
}

.leftimg {
   float : left ; 
   margin:0 20px 10px 0;
   height: 160px;
   width: 150px;
   
}



/* グローバルナビゲーション */
#globalnavi {
	list-style-type: none;
	width: 800px;
	height: 28px;
	padding-top: 5px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0px;
	background: #fff;
	top: 118px;
}

#globalnavi li {
    width: 75px;
	float: left;
	display: inline; }

#globalnavi a {
  text-decoration: none;
  padding: 0 0px 0 0px;
  
}

#globalnavi li a:hover {
  background: url(img/mark.gif) no-repeat -400px 50%;
  color: #09f;
}



/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h2,h3,h4,h5,h6 {
  font-size: 11px;
  font-color: #ccc
  font-weight: normal;
  height: 10px;
  margin-bottom: 8px;
  padding: 5px 0 0 0px;
  border-top: 1px dashed #ccc;
}

h3,h4,h5,h6 { margin-top: 15px; }

h2,h3,h4,h5,h6.report {
  font-size: 12px;
  margin-top: 10px;
}



/* 文字 */
#contents p {
  line-height: 15px;
  margin-bottom: 5px;
  font-size: 11px;
}


#contents p.report {
  line-height: 15px;
  margin-bottom: 5px;
  font-size: 11px;
  padding-left: 15px;
}

#contents p.shcool {
  line-height: 15px;
  margin-bottom: 5px;
  font-size: 11px;
  padding-left: 400px;
}

#news p {
  padding-left: 95px;
  padding-top: 5px;
  font-size: 11px;
  width: 490px;
}

#header-inner p {
  padding-left: 480px;
  padding-top: 23px;
  font-size: 12px;
}

#booknews p {
  padding-left: 240px;
  padding-top: 5px;
  font-size: 11px;
  width: 480px;
}

#booknews2 p {
  padding-left: 20px;
  padding-top: 5px;
  font-size: 11px;
  width: 720px;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
.side-title {
  margin-bottom: 0;
  padding-bottom: 2px;
}

/* サイドバーメニュー */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi li a {
  text-decoration: none;
  width: 175px;
  padding: 4px 4px;
  display: block;
  background-color: #eee;
  color: #333;
}

.localnavi li a:hover {
  text-decoration: none;
  border: 1px outset #fff;
  background-color: #666;
  color: #fff;
}


/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#memo {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 10px;
  clear: both;
}

#memo,
#memo a,
#memo a:hover {
  text-decoration: none;
  color: #999;
}

div#footer{
    width: 800px;
	height: 50px;
	position: relative;
}

/*-- フッターナビ --*/
div#footer ul#footer_navi {
	width: 800px;
	position: absolute;
	top: 5px;
	left: 20px;
}

div#footer ul#footer_navi2 {
	width: 760px;
	position: absolute;
	top: 25px;
	left: 20px;
	border-top: 1px solid #ccc;
	
}

div#footer ul#footer_navi li {
	display: inline;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 2px solid #999;
	font-size: 11px;
}

div#footer ul#footer_navi li.last {
	border-right: none;
}
