@charset "Shift_JIS";
/* ===============================================================\*/
/* トップページ用CSS
/* Last Updated:2009.12.10
/* Editor:Y.O
/* 
/* 目次：
/* 　　　1.共通の設定
/* 　　　　[1]全体の設定
/* 　　　　[2]リンク
/* 　　　　[3]ヘッダー
/* 　　　　[4]サイドメニューとコンテンツ
/* 　　　　[5]フッター
/*
/* 　　　2.ヘッダーの詳細設定
/* 　　　　[1]ヘッダーメニューの設定
/*
/* 　　　3.コンテンツの詳細設定
/* 　　　　[1]項目の指定
/* 　　　　[2]テーブル
/* 　　　　[3]写真の位置
/* 　　　　[4]詳細リンク
/* 　　　　[5]アンカーリンク
/* 　　　　[6]ページトップへ
/* 　　　　[7]PDF
/* 　　　　[8]リスト
/* 　　　　[9]その他
/*
/* 　　　4.フッターの詳細設定
/*
/* ===============================================================\*/
/* =====================================
　　　↓共通の設定↓ 
=====================================\*/
/* =====[1]全体の設定===== \*/

/* この設定で、コンテンツがウインドウより短いときのギャップを防ぎます。 \*/
html{
  overflow-y: scroll;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: #9ec571;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "ＭＳ Ｐゴシック";
  color: #333333;
  vertical-align: top;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.hide {
  display:none;
}

.doclear {
  clear:both;
}

h1 {}

h2 {}
	
h3 {
  margin-bottom: 0.5em;
}

h4 {
  margin-bottom: 1em;
}

h5 {
  margin-bottom: 0.5em;
}

h6 {}

address {
  clear:both;
  width: 580px;
  margin: 30px 0px 20px 70px;
  _margin: 30px 0px 20px 30px;
  font-size:11px;
  color: #FFF;
  text-align: left;
  font-style: normal;
  float: left;
}

/* 大外枠 \*/
div#container {
  width: 940px;
  background-image: url(../img/bg.gif);
  background-repeat: repeat-y;
  margin:0px auto;
  text-align: left;
}
	
/* =====[2]リンク===== \*/
a:link {
  text-decoration: none;
  color: #fff;
}

a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #fff;
}

a:active {
  text-decoration: none;
  color: #fff;
}

/* =====================================
　　　↓4.コンテンツの詳細設定↓ 
=====================================\*/
div#container div#maincont {
	width: 940px;
	margin: 0px auto;
	padding: 0px 20px;
	position: relative;
}

div#container div#maincont ul {
	width: 460px;
	position: absolute;
	top: 200px;
	left: 63px;
}

div#container div#maincont ul li {
  list-style: none;
  display: inline;
  padding: 0em;
}

div#container div#maincont img.hdcpsystem {
	position: absolute;
	top: 392px;
	left: 582px;
}

div#container div#infokeitaiwaku {
	clear: both;
	width: 900px;
	margin: 30px 20px;
}

div#container div#infokeitaiwaku div#info {
	width: 549px;
	min-height: 200px;
	margin: 0px 30px 20px 51px;
	_margin: 0px 30px 20px 21px;
	padding-bottom: 20px;
	background-image: url(../img/osirase02.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	float: left;
}

div#container div#infokeitaiwaku div#keitai {
	width: 260px;
	margin-top: 12px;
	float: right;
}


/* =====[6]ページトップへ===== \*/
div#pagetop {
  width: 120px;
  margin: 25px 70px 0px 0px;
  _margin-right: 35px;
  float: right;
  font-size: 80%;
}

/* =====================================
　　　↓4.フッターの詳細設定↓ 
=====================================\*/
div#container div#footer {
  clear: both;
  margin: 0px auto;
  width: 900px;
  background-color: #000;
  text-align: center;
}

div#container div#footer p {
  padding: 10px;
  margin: 0px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: center;
}

div#container div#copy {
	width: 350px;
	margin: 0px auto;
	color: #FFF;
	font-size: 70%;
	padding: 25px;
}
