@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

img{
	border-style:none;
	float: none;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

a:link { color:#666666; }
a:visited { color: #666666; }
a:hover { color: #000000; }
a:active { color: #666666; }

/* -------------------------------------------------------------
   [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;
  background-color: #fef9fb;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin: 20px auto;
	border: 1px solid #333;
	background-color: #fff;
}

#header {
	width: 800px;
}

#container {
	width:800px;
}

#contents {
  width: 600px;
  float: left;
  padding: 1px;
}

#sidebar {
	width: 180px;
	float: right;
	font-size: 12px;
	text-align: center;
	padding: 1px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
  padding: 20px 0 30px;
  background: #333;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* キーワード */
h1{
  text-align:left;
  font-weight:normal;
  margin-bottom:auto;
  color: #000000;
  font-size: 85%;
  padding:0px;
  margin:0px;
  margin-left: 5px;
}

h2{
  text-align:left;
  font-weight:normal;
  margin-bottom:auto;
  color: #000000;
  font-size: 85%;
  padding:0px;
  margin:0px;
  margin-left: 5px;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
	font-size: 160%;
	position: absolute;
	top: 19px;
	left: 20px;
}

.logo a {
  text-decoration: none;
  color: #fff;
}

.logo a:hover {
  text-decoration: none;
  color: #f00;
}

/* ページの概要 */
.description {
  position: absolute;
  top: 50px;
  left: 20px;
  color: #69f;
}

/* グローバルナビゲーション */
#globalnavi {
	list-style-type: none;
	width: 900px;
	height: 35px;
	padding-top: 12px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #333;
	background-color: #FFFFFF;
}

#globalnavi li { display: inline; }

#globalnavi a {
  text-decoration: none;
  padding: 0 5px 0 15px;
  background: url(../img/mark.gif) no-repeat 0 50%;
  color: #eee;
}

#globalnavi li a:hover {
  background: url(../img/mark.gif) no-repeat -400px 50%;
  color: #09f;
}

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* 見出し */
h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  height: 30px;
  margin-bottom: 1em;
  padding: 10px 0 0 10px;
  background: url(../img/bg-h.jpg) no-repeat 0 0;
}

h3,h4,h5,h6 { margin-top: 3em; }

/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* サイドバータイトル */
.side-title {
  margin-bottom: 0;
  padding: 1px;
  padding-left:3px;
}

img.side-title2 {
  margin-top:10px;
  padding-left:3px;
}

/* サイドバーメニュー */
.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;
  border: 1px outset #fff;
  background-color: #eee;
  color: #333;
}

.localnavi li a:hover {
  text-decoration: none;
  border: 1px outset #fff;
  background-color: #666;
  color: #fff;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
	color: #fff;
	text-align: right;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 10px;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #999;
}

/* 追加分 */
#menu{
 background-image: url(../img/top_menu2.gif);
 width: 800px;
}

.menu td{
  width:100px;
  height:35px;
  text-align:center;
} 

#line_up a:hover{
color: #0000FF;
}

.top_text{
 font-size: 11px;
 color: #000000;
 font-weight: bold;
 height: 25px;
 text-align:center;
}

.menu_text{
	font-size: 10px;
	color:#999999;
	font-weight: bold;
}

.item_text{
font-size: 11px;
}

table.top{
	  font-size: 13px;
	  text-align:center;
}

table{
	  font-size:85%;
}

#box{
	width:580px;
	float: left;
}

#new_box{
	width:600px;
	float: left;
	padding: 1px;
	padding-top: 5px;
}

.box1{
 width:50%;
 float:left;
 text-align:left;
 font-size:85%;
 color:#000000;
}

.box2{
 width:50%;
 float:right;
 text-align:left;
 font-size:85%;
 color:#000000;
}

.new_box1{
 width:50%;
 float:left;
 text-align:left;
 font-size:85%;
 color:#000000;
}

.new_box2{
 width:50%;
 float:right;
 text-align:left;
 font-size:85%;
 color:#000000;
}
.center{
 text-align:center;
}

.left{
 text-align:center;
}

.right{
 text-align:center;
}

li.hada{
 text-align:left;
 list-style-type:none;
 list-style-position:inside;
 line-height:1.7em;
 font-size:12px;
 color:#999999;
 font-weight:bold;
}

/* 100624追加分 */

#information{
padding-top: 5px;
padding-bottom: 5px;
}