@charset "UTF-8";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

/*---------------------------------------リンク指定*/

a:link {
  text-decoration: underline;
  COLOR: #000000;
}

a:visited {
  text-decoration: underline;
  COLOR: #000000;
}

a:hover {
  text-decoration: underline;
  COLOR: #000000;
}

/*---------------------------------------レイアウトに関する指定*/

body {
  font-size: 80%;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color : #ffffff;
  line-height: 1.2;
}

#wrapper {
  text-align: left;
  width: 730px;
  position: relative;
  margin: 1em auto 0 auto;
  padding-top: 2em;
}

#header {
  height: 220px;
  position: relative;
  top: 2em;
  left: 0;
  background: url(img/bg-header_b.jpg) no-repeat 0 100%;
}

#header_os {
  height: 220px;
  position: relative;
  top: 2em;
  left: 0;
  background: url(img/bg-header_os.jpg) no-repeat 0 100%;
}

#container {
  width: 100%;
  background: url(img/bg-container01.gif) repeat-y 0 0;
}

#contents {
  width: 450px;
  float: left;
  padding: 2em 25px;
}

#sidebar {
  width: 180px;
  float: right;
  padding: 2em 10px;
}

#footer {
  clear: both;
  width: 100%;
  padding: 2.5em 0 1.5em 0;
  background: url(img/bg-footer01_b.gif) no-repeat 0 100%;
}

.co_info{
  padding: 0 0 0 5px;
}


.co_info a:link {
  text-decoration: underline;
  COLOR: #000000;
  }

.co_info a:visited {
  text-decoration: underline;
  COLOR: #000000;
}

.co_info a:hover {
  text-decoration: underline;
  COLOR: #ff0000;
}

/*---------------------------------------ヘッダーブロックに関する指定*/

/* -- キーワード -- */
h1 {
  font-size: 100%;
  text-align: right;
}

/* -- 企業名｜ショップ名｜タイトル -- */
.logo {
  font-size: 180%;
  text-align: right;
  padding-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  color: #000000;
}

.logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

/* -- ページの概要 -- */
.description {
		text-align: right;
		color: #ffffff;
		}

/*---------------------------------------コンテンツブロックに関する指定*/

/* -- 見出し -- */
h2,
h3{
  font-size: 120%;
  color: #000000;
  margin-bottom: 1em;
  padding: 0.5em 1em 0.5em;
  background: url(img/bg-h01.gif) no-repeat 0 50%;
}

h3{ margin-top: 3em; }

h4{
  padding: 0;
  margin: 0;
}

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- リスト -- */
#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

.guide{
  padding: 0.5em;
  margin: 0;
  width: 100%;
  height: 65px;
  display: block;
}


/*---------------------------------------サイドバーブロックに関する指定*/

/* -- リンク -- */
#sidebar a {
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}

/* -- サイドバータイトル -- */
.p_sidetitle {
  margin-bottom: 1em;
  padding-bottom: 2px;
  color: #000000;
  border-bottom: 1px solid #000000;
}

/* -- リスト/サイドバーメニュー -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}



/*---------------------------------------フッターブロックに関する指定*/


#footer p {
  color: #ffffff;
  text-align: center;
}

#footer #cds {
  font-size: 80%;
  text-align: right;
  padding: 0 1em;
  color: #999999;
}

#footer #cds a {
  color: #999999;
  text-decoration: none;
}

/*---------------------------------------グローバルナビ部分*/
#globalnavi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: url(img/bg-globalnavi.gif) no-repeat 0 0;
}

#globalnavi ul {
  list-style-type: none;
  width: 720px;
  margin: 0.5em 0px;
}

#globalnavi li {
  width: auto;
  float: left;
}

#globalnavi li a {
  text-align: center;
  text-decoration: none;
  width: auto;
  display: block;
  padding: 0.5em 0.5em;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

#globalnavi li a:hover {
	color: #ff0000;
    text-decoration: underline;
}
